alchemy-codex
Installation
SKILL.md
Alchemy Codex
Use this skill when the user wants to build with Alchemy in Codex but has not yet chosen how requests should be authenticated.
This skill routes to:
alchemy-apifor standard API key-based access to Alchemy JSON-RPC, Data APIs, Webhooks, and Walletsagentic-gatewayfor gateway-based access using an API key or wallet-based payment flows
Required first question
Before making a network call or implementation choice, ask:
Do you want to use an existing Alchemy API key, or should I use the agentic gateway flow instead?
Then route as follows:
- If the user chooses an API key, switch to
alchemy-api - If the user chooses the gateway flow, switch to
agentic-gateway