Skip to content

feat(alchemy): add full content for cli/mcp/api/agentic-gateway skills#81

Open
SahilAujla wants to merge 1 commit into
moonpay:mainfrom
SahilAujla:add-full-alchemy-skills
Open

feat(alchemy): add full content for cli/mcp/api/agentic-gateway skills#81
SahilAujla wants to merge 1 commit into
moonpay:mainfrom
SahilAujla:add-full-alchemy-skills

Conversation

@SahilAujla
Copy link
Copy Markdown

Summary

  • Brings all four official Alchemy skills to full content parity with alchemyplatform/skills: alchemy-cli, alchemy-mcp, alchemy-api, alchemy-agentic-gateway.
  • alchemy-api and alchemy-agentic-gateway previously existed as single SKILL.mds (~8KB total); this PR replaces them with the full upstream content (74 + 24 reference files respectively) plus agents/openai.yaml + LICENSE.txt.
  • alchemy-cli and alchemy-mcp are new directories covering live-agent paths (CLI installed locally, MCP server wired in) that weren't in the catalog before.

Scope

Adds: skills/alchemy-cli/ (3 files) · skills/alchemy-mcp/ (3 files).
Replaces: skills/alchemy-api/ (single SKILL.md → 75 files: SKILL.md + 74 references covering Node JSON-RPC, Data APIs, Webhooks, Solana RPC/DAS/Yellowstone gRPC, Sui gRPC, Wallets/Account Kit, Recipes, Operational, Rollups). skills/alchemy-agentic-gateway/ (single SKILL.md → 25 files: SKILL.md + 24 references including rules/x402/ and rules/mpp/ workflow guides).
Cross-refs: rewrote agentic-gatewayalchemy-agentic-gateway throughout (matching this repo's existing dir name; the upstream source uses bare agentic-gateway).
No changes to: other partner skills, moonpay-* skills, or repo infrastructure.

Notes

  • This repo's existing partner skills (nansen-dca-tracker, dune-analytics, allium-onchain-data, etc.) follow a single-file-per-skill convention. This PR diverges for the four Alchemy skills since the source content was authored multi-file (SKILL.md + references/) — alchemy-api alone has 90+ reference docs and flattening into a single file would lose meaningful structure. Happy to consolidate if you'd prefer; let us know in review.
  • Reciprocity: alchemyplatform/skills mirrors a curated MoonPay subset at skills/ecosystem/moonpay/PR #35 on alchemyplatform/skills, currently open.

Test plan

  • All four skills carry MIT license + Alchemy author/version frontmatter from upstream.
  • Cross-references between the four skills (e.g., alchemy-apialchemy-cli for live work, alchemy-clialchemy-agentic-gateway for no-API-key paths) resolve correctly within this PR's directory structure.
  • No bare agentic-gateway references remain — verified via grep -rE '(^|[^-])\bagentic-gateway\b'.

Made with Cursor

Brings all four official Alchemy skills to full content parity with
alchemyplatform/skills:

- skills/alchemy-cli/ (NEW): live agent work via @alchemy/cli — SKILL.md
  + LICENSE.txt + agents/openai.yaml
- skills/alchemy-mcp/ (NEW): live agent work via the Alchemy MCP server
  — SKILL.md + LICENSE.txt + agents/openai.yaml
- skills/alchemy-api/ (REPLACES single SKILL.md): full upstream content
  — SKILL.md + 74 references (Node JSON-RPC, Data APIs, Webhooks,
  Solana, Sui gRPC, Wallets, Recipes, Operational, Ecosystem) +
  agents/openai.yaml + LICENSE.txt
- skills/alchemy-agentic-gateway/ (REPLACES single SKILL.md): full
  upstream content — SKILL.md + 24 references + rules/{x402,mpp}
  directories + agents/openai.yaml + LICENSE.txt

Cross-references rewritten throughout: \`agentic-gateway\` →
\`alchemy-agentic-gateway\` (matching this repo's dir name; upstream
source uses the bare \`agentic-gateway\`). Verified no bare references
remain.

Note on directory convention: this repo's other partner skills follow a
single-file-per-skill pattern. This PR diverges for the four Alchemy
skills since the source content was authored multi-file (alchemy-api
alone has 90+ reference docs); flattening would lose meaningful
structure. Happy to consolidate if preferred.

Co-authored-by: Cursor <cursoragent@cursor.com>
@SahilAujla SahilAujla requested a review from a team as a code owner May 7, 2026 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants