Skip to content

docs(skill): use new capability path in crypto example#54

Merged
f0rmatting merged 1 commit into
mainfrom
feat/crypto-providerless-rename-example
May 20, 2026
Merged

docs(skill): use new capability path in crypto example#54
f0rmatting merged 1 commit into
mainfrom
feat/crypto-providerless-rename-example

Conversation

@f0rmatting
Copy link
Copy Markdown
Contributor

Summary

agentkey_crypto now dispatches by capability path (market/quotes, token/price, …) instead of provider-prefixed type names (cmc_quotes, token_price, …) after the server-side providerless rename. The quickstart snippet in SKILL.md still showed the old cmc_quotes example, which would 400 against the new server.

This PR updates that one example and switches it to the canonical nested params envelope, which is the shape the catalog renders and the shape the server forwards verbatim to upstreams.

- execute_tool(name="agentkey_crypto", params={type: "cmc_quotes", symbol: "BTC"})
+ execute_tool(name="agentkey_crypto", params={type: "market/quotes", params: {symbol: "BTC"}})

Pairs with chainbase-labs/AgentKey-Server#40 (the server rename). No version bump needed — docs: prefix keeps release-please from cutting a release.

Full migration table for callers: AgentKey-Server/docs/crypto-providerless-taxonomy.md.

Test plan

  • Snippet renders correctly in SKILL.md
  • Verify against staging server after server PR merges

@f0rmatting
Copy link
Copy Markdown
Contributor Author

此本本需要等
https://github.com/chainbase-labs/AgentKey-Server/pull/40 发布之后再进行合并

agentkey_crypto now dispatches by capability path (market/quotes,
token/price, …) instead of provider-prefixed type names (cmc_quotes,
token_price, …). Update the quickstart example to match — and use
the nested params shape so callers see the canonical envelope.

Background: docs/crypto-providerless-taxonomy.md on the server.
@f0rmatting f0rmatting force-pushed the feat/crypto-providerless-rename-example branch from 3dfb96a to 2cc8c90 Compare May 16, 2026 13:23
@f0rmatting f0rmatting merged commit 4ff03c1 into main May 20, 2026
4 checks passed
@f0rmatting f0rmatting deleted the feat/crypto-providerless-rename-example branch May 20, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant