alchemy-api

Installation
SKILL.md

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
Related skills
Installs
7
First Seen
10 days ago