feat(alchemy): add full content for cli/mcp/api/agentic-gateway skills#81
Open
SahilAujla wants to merge 1 commit into
Open
feat(alchemy): add full content for cli/mcp/api/agentic-gateway skills#81SahilAujla wants to merge 1 commit into
SahilAujla wants to merge 1 commit into
Conversation
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>
Stefek02-gif
approved these changes
May 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
alchemyplatform/skills:alchemy-cli,alchemy-mcp,alchemy-api,alchemy-agentic-gateway.alchemy-apiandalchemy-agentic-gatewaypreviously existed as single SKILL.mds (~8KB total); this PR replaces them with the full upstream content (74 + 24 reference files respectively) plusagents/openai.yaml+LICENSE.txt.alchemy-cliandalchemy-mcpare 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 includingrules/x402/andrules/mpp/workflow guides).Cross-refs: rewrote
agentic-gateway→alchemy-agentic-gatewaythroughout (matching this repo's existing dir name; the upstream source uses bareagentic-gateway).No changes to: other partner skills,
moonpay-*skills, or repo infrastructure.Notes
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-apialone 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.alchemyplatform/skillsmirrors a curated MoonPay subset atskills/ecosystem/moonpay/— PR #35 onalchemyplatform/skills, currently open.Test plan
alchemy-api→alchemy-clifor live work,alchemy-cli→alchemy-agentic-gatewayfor no-API-key paths) resolve correctly within this PR's directory structure.agentic-gatewayreferences remain — verified viagrep -rE '(^|[^-])\bagentic-gateway\b'.Made with Cursor