Loading...
Loading...
The Alchemy CLI (`@alchemy/cli`) is installed. Use `alchemy` commands for all blockchain data, wallet, webhook, and app management tasks instead of curl or raw HTTP. Covers auth setup, command discovery via `agent-prompt`, and common task-to-command mappings.
npx skill4agent add alchemyplatform/skills alchemy-cli@alchemy/clinpm i -g @alchemy/clialchemy --json --no-interactive agent-prompt--json --no-interactivealchemy--json --no-interactivealchemyalchemy --json --no-interactive setup statuscompletenextCommandsalchemy auth loginalchemy auth statusalchemy auth logout| Method | Config command | Env var | Used by |
|---|---|---|---|
| Browser login | | -- | All commands (provides both API key and access key) |
| API key | | | balance, tx, block, rpc, tokens, nfts, transfers, prices, portfolio, simulate, solana |
| Access key | | | apps, network list |
| Webhook key | | | webhooks |
| x402 wallet | | | balance, tx, block, rpc, tokens, nfts, transfers |
| Task | Command |
|---|---|
| ETH balance | |
| Transaction details | |
| Transaction receipt | |
| Block details | |
| Gas prices | |
| Event logs | |
| Raw JSON-RPC | |
| Trace methods | |
| Debug methods | |
| Task | Command |
|---|---|
| ERC-20 balances | |
| ERC-20 balances (formatted) | |
| Token metadata | |
| Token allowance | |
| List owned NFTs | |
| NFT metadata | |
| NFT contract metadata | |
| Transfer history | |
| Spot prices by symbol | |
| Spot prices by address | |
| Historical prices | |
| Token portfolio | |
| NFT portfolio | |
| Portfolio transactions | |
| Simulate asset changes | |
| Simulate execution | |
| Task | Command |
|---|---|
| Solana JSON-RPC | |
| Solana DAS (NFTs/assets) | |
| Task | Command |
|---|---|
| List webhooks | |
| Create webhook | |
| Update webhook | |
| Delete webhook | |
| Task | Command |
|---|---|
| List apps | |
| Create app | |
| Update app | |
| Delete app | |
| List networks | |
| Task | Command |
|---|---|
| Check for CLI updates | |
| View config | |
| Reset config | |
| CLI version | |
| Flag | Description |
|---|---|
| Force JSON output |
| Disable prompts and REPL |
| Target network (default: |
| Override API key per command |
| Override access key per command |
| Use x402 wallet auth for this command |
| Request timeout in milliseconds |
| Suppress non-essential output |
| Log request/response details to stderr |
| Code | Retryable | Recovery |
|---|---|---|
| No | Set |
| Yes | Wait and retry with backoff |
| No | Fund x402 wallet or switch to API key auth |
| No | Check method, params, and network |
| Yes | Check connection and retry |
| No | Run |
agent-prompt