skills
Blockchain data queries, wallet actions, and app integration
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core