The Alchemy API skill allows users to wire Alchemy APIs into application code that runs outside the current agent session using a standard API key. It's designed for developers who need to integrate blockchain functionalities into their server, backend, or application.
$ npx skills add https://github.com/alchemyplatform/skills --skill alchemy-apiThe Alchemy API skill enables developers to integrate Alchemy's blockchain infrastructure into application code that runs outside the current agent session. It uses a standard API key for authentication and covers the full Alchemy surface: EVM JSON-RPC, WebSockets, Token, NFT, Transfers, Prices, Portfolio, Simulation, Webhooks, Solana, Solana Yellowstone gRPC, Sui gRPC, Wallets, and Account Kit. This is the preferred integration path for shipping production code, server backends, or dApps that need reliable blockchain data and functionality. Setup requires creating a free API key at dashboard.alchemy.com and wiring it into your application.
Install using the command `npx skills add https://github.com/alchemyplatform/skills --skill alchemy-api`.
Integrate blockchain features into a server application
Build dApps that require blockchain data
Create backend services that interact with Alchemy APIs
$ npx skills add https://github.com/alchemyplatform/skills --skill alchemy-apigit clone https://github.com/alchemyplatform/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan