feat(ecosystem): add Alchemy skills (CLI, MCP, API, Agentic Gateway)#27
feat(ecosystem): add Alchemy skills (CLI, MCP, API, Agentic Gateway)#27SahilAujla wants to merge 1 commit into
Conversation
Adds Alchemy's four first-party skills under `ecosystem/` per the contributing guide: - ecosystem/alchemy-cli/ — live agent work via @alchemy/cli - ecosystem/alchemy-mcp/ — live agent work via the hosted MCP server - ecosystem/alchemy-api/ — app code with a standard API key - ecosystem/alchemy-agentic-gateway/ — app code without an API key (x402 / MPP) Each SKILL.md follows the OpenSea ecosystem frontmatter schema (homepage, repository, env, dependencies, metadata.partner=true) and routes overlapping needs (NFT data, marketplace ops, swaps, wallet, tool-sdk) back to the first-party opensea-* skills. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Hey @SahilAujla — closing the loop: your ecosystem PR's content just shipped as part of How it works going forward: a bot runs Mondays 06:00 UTC against Pinned to Closing this PR — superseded by the released version. Thanks for kicking the whole thing off! |
Summary
ecosystem/perecosystem/CONTRIBUTING.md:ecosystem/alchemy-cli/— live agent work via the Alchemy CLI (@alchemy/cli)ecosystem/alchemy-mcp/— live agent work via the hosted Alchemy MCP serverecosystem/alchemy-api/— app code with a standard API keyecosystem/alchemy-agentic-gateway/— app code without an API key (x402 / MPP wallet-based per-request payments)ecosystem/CONTRIBUTING.md(homepage,repository,env,dependencies,metadata.partner: "true")SKILL.mdroutes NFT marketplace data, listings, offers, Seaport fulfillment, ERC20 swaps, wallet signing, and tool-sdk needs back to the first-partyopensea-*skillsScope
In: EVM JSON-RPC (100+ chains), Token API, Transfers API, Prices API, Portfolio API, Simulation API, Webhooks, Solana RPC/DAS/Yellowstone gRPC, Sui gRPC, Wallets/Account Kit/Bundler/Gas Manager, x402 + MPP wallet-based auth, Alchemy app/webhook admin.
Out (routes to first-party OpenSea):
opensea-apiopensea-marketplaceopensea-swapsopensea-walletopensea-tool-sdkNotes
alchemy-agentic-gatewayis named with thealchemy-prefix to match theecosystem/<vendor>-<skill-name>/convention inCONTRIBUTING.md; upstream source isagentic-gatewayinalchemyplatform/skills