alchemyplatformalchemyplatformOfficialยท2 Agent Skills Included

skills

Blockchain data queries, wallet actions, and app integration

Queries live blockchain data across 100+ chains, covering token balances, NFTs, prices, portfolios, transaction simulation, and Solana RPC. Eliminates manual API documentation reading, endpoint guessing, and authentication setup for Web3 development. Routes each request to the right path automatically: local CLI, hosted MCP server, API key integration, or keyless pay-per-request gateway.
npx skills add alchemyplatform/skills --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Alchemy Skills?โ–ผ

Run `npx skills add alchemyplatform/skills --all -g -y` in your terminal to install all skills globally.

How to query blockchain data with Alchemy?โ–ผ

Use the alchemy-cli skill for live terminal queries or the alchemy-mcp skill for the hosted server with no local install. Both cover balances, NFTs, prices, transfers, and simulation across 100+ chains.

Can I use Alchemy in app code without an API key?โ–ผ

Yes. The agentic-gateway skill wires Alchemy into application code using wallet-based auth and per-request USDC payments via x402 or MPP, so no API key is needed.

Does Alchemy Skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and any MCP-compatible client.

What is the difference between alchemy-cli and alchemy-api?โ–ผ

Use alchemy-cli for live one-off queries and admin work in your current session. Use alchemy-api when wiring Alchemy into application code that ships to production with an API key.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’