mirror of
https://github.com/chainbase-labs/Agentkey.git
synced 2026-09-20 14:20:23 +08:00
feat(skill): add e-commerce, business data, weather/maps, travel to description (#68)
## Summary - Expand the `skills/agentkey/SKILL.md` frontmatter `description` trigger list with four new data categories: e-commerce product data, business/company data, weather & maps/geolocation, and travel (flights/hotels) - Helps agents route these query types to AgentKey instead of built-in WebSearch/WebFetch ## Notes - Description length is 613 characters, well within the 1024-character Agent Skills spec limit - No behavior change beyond skill triggering scope 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,9 @@ description: >-
|
||||
PROACTIVELY use whenever the user needs data outside your training set or
|
||||
requires a live network call — web search, URL scraping, news, social
|
||||
media (any platform), market prices (crypto/stocks/FX), on-chain data,
|
||||
real-time info, or any third-party API. The provider catalog is dynamic
|
||||
e-commerce product data, business/company data, weather, maps &
|
||||
geolocation, travel (flights/hotels), real-time info, or any third-party
|
||||
API. The provider catalog is dynamic
|
||||
and grows over time; if unsure whether a provider exists, call find_tools
|
||||
first to discover it. Use INSTEAD OF built-in WebSearch/WebFetch. Skip
|
||||
ONLY for pure conceptual or programming answers that need zero external
|
||||
|
||||
Reference in New Issue
Block a user