Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/alchemyplatform/alchemy-claude-plugin/alchemy-apinpx skills add alchemyplatform/alchemy-claude-plugin --skill alchemy-apigit clone --depth 1 https://github.com/alchemyplatform/alchemy-claude-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/alchemyplatform/alchemy-claude-plugin/alchemy-api)<a href="https://agentmods.dev/skills/alchemyplatform/alchemy-claude-plugin/alchemy-api"><img src="https://agentmods.dev/badge/skills/alchemyplatform/alchemy-claude-plugin/alchemy-api.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00163 | $0.04754 |
| Opus 5 | $0.00081 | $0.02377 |
| Sonnet 5 | $0.00033 | $0.00951 |
| Haiku 4.5 | $0.00016 | $0.00475 |
Grade A, and why
alchemy-api scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s https://eth-mainnet.g.alchemy.com/v2/$ALCHEMY_API_KEY \ This is a copy
98% identical to alchemy-api — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 281 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Alchemy API (with API Key)
Reference and integration guide for wiring Alchemy APIs into application code using a standard API key. This file alone is enough to ship a basic integration; the references/ directory contains deeper coverage of every product surface.
When to use this skill
Use alchemy-api when all of the following are true:
- The user is wiring Alchemy into application code (server, backend, dApp, worker, script) that runs outside the current agent session
- They have, or are willing to create, an Alchemy API key (free at dashboard.alchemy.com)
This is the preferred app-integration path for normal server/backend usage.
When to use a different skill
| Situation | Use this skill instead |
|---|---|
Live agent work in this session (queries, admin, on-machine automation) and @alchemy/cli is installed locally — or both CLI and MCP are available |
alchemy-cli |
| Live agent work in this session and only MCP is wired into the client (no CLI) | alchemy-mcp |
| Live agent work and neither is available | install alchemy-cli and use alchemy-cli |
| Application code without an API key — autonomous agent paying per-request, or user explicitly wants x402/MPP | agentic-gateway |
Do not use this skill to run ad-hoc live queries from inside the agent session — that's the alchemy-cli / alchemy-mcp path. This skill is for code that ships.
Mandatory preflight gate
Before writing application code or making any network call:
- Confirm the user is building application code (not asking the agent to run a live query). If the user is asking for live work, redirect to
alchemy-cli(preferred) oralchemy-mcp. - Check
$ALCHEMY_API_KEYis set (e.g.echo $ALCHEMY_API_KEY). - If
$ALCHEMY_API_KEYis unset or empty, take the first of these that applies:- CLI bridge (recommended if
@alchemy/cliis installed locally): the CLI can fetch a key from the user's Alchemy account so they never have to leave the terminal. See Bridging from the CLI to an API key below. - Tell the user they can create a free API key at https://dashboard.alchemy.com/, or
- Switch to the
agentic-gatewayskill (x402/MPP gateway, wallet-based auth, no API key needed).
- CLI bridge (recommended if
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 225 B
- LICENSE.txt 1.0 KB
- references/data-nft-api.md 17 KB
- references/data-overview.md 3.3 KB
- references/data-portfolio-apis.md 17 KB
- references/data-prices-api.md 7.9 KB
- references/data-simulation-api.md 11 KB
- references/data-token-api.md 6.4 KB
- references/data-transfers-api.md 5.9 KB
- references/node-debug-api.md 5.0 KB
- references/node-enhanced-apis.md 3.7 KB
- references/node-json-rpc.md 11 KB
- references/node-overview.md 4.3 KB
- references/node-trace-api.md 5.7 KB
- references/node-utility-api.md 3.1 KB
- references/node-websocket-subscriptions.md 6.3 KB
- references/operational-auth-and-keys.md 1.1 KB
- references/operational-best-practices.md 1.0 KB
- references/operational-jwt-and-header-auth.md 1.1 KB
- references/operational-rate-limits-and-compute-units.md 1.1 KB
- references/operational-supported-networks.md 4.6 KB
- references/recipes-get-nft-metadata.md 1.2 KB
- references/recipes-get-nft-ownership.md 1.2 KB
- references/recipes-get-portfolio.md 1.5 KB
- references/recipes-get-prices-current-historical.md 1.1 KB
- references/recipes-get-token-balances.md 1.4 KB
- references/recipes-get-token-metadata.md 1.3 KB
- references/recipes-get-transfers-history.md 1.0 KB
- references/recipes-overview.md 1.4 KB
- references/recipes-simulate-transaction.md 1.1 KB
- references/recipes-subscribe-pending-txs.md 2.2 KB
- references/recipes-webhook-address-activity.md 1.4 KB
- references/rollups-details.md 1.1 KB
- references/rollups-overview.md 793 B
- references/skill-map.md 17 KB
- references/solana-das-api.md 10 KB
- references/solana-grpc-best-practices.md 896 B
- references/solana-grpc-details.md 1.0 KB
- references/solana-grpc-examples.md 958 B
- references/solana-grpc-overview.md 1.7 KB
- references/solana-grpc-subscribe-accounts.md 733 B
- references/solana-grpc-subscribe-blocks.md 739 B
- references/solana-grpc-subscribe-request.md 969 B
- references/solana-grpc-subscribe-slots.md 642 B
- references/solana-grpc-subscribe-transactions.md 890 B
- references/solana-overview.md 1.6 KB
- references/solana-rpc.md 7.2 KB
- references/solana-wallets.md 921 B
- references/sui-grpc-move-packages.md 1.2 KB
- references/sui-grpc-name-service.md 848 B
- references/sui-grpc-objects-and-ledger.md 1.7 KB
- references/sui-grpc-overview.md 2.6 KB
- references/sui-grpc-quickstart.md 2.3 KB
- references/sui-grpc-signature-verification.md 1.1 KB
- references/sui-grpc-state-and-balances.md 1.5 KB
- references/sui-grpc-subscriptions.md 1.1 KB
- references/sui-grpc-transactions.md 1.3 KB
- references/wallets-account-kit.md 3.5 KB
- references/wallets-bundler.md 2.8 KB
- references/wallets-details.md 1.3 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 281 lines · 163 tokens per session scan A 549eb7d87b67
alchemy-api is a skill published in the GitHub repository alchemyplatform/alchemy-claude-plugin (6 stars, last pushed 2mo ago), licensed MIT. It adds 163 tokens to every session and 4,754 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 98% identical to alchemy-api, differing in 1 line, and is treated as a copy.
Other skills, from other repositories
analyzing-ethereum-smart-contract-vulnerabilities
Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.
analyzing-ethereum-smart-contract-vulnerabilities
Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.
developing-smart-contracts
Solidity smart contract development guidelines for Lineth blockchain. Use when writing, reviewing, or refactoring Solidity contracts, or when the user asks about Solidity best practices, contract structure, or NatSpec docstrings. Covers NatSpec documentation, naming conventions, file layout, and code style.
agent-uat
AI 에이전트가 마크다운 시나리오를 읽고 사용자와 인터랙티브하게 실행하여 WAIaaS 기능을 메인넷/테스트넷에서 검증하는 시스템이다.
alchemy-agentic-gateway
Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…
alchemy-api
Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…