feat: add alchemy skill (RPC, Account Kit, Bundler, Gas Manager)#45
feat: add alchemy skill (RPC, Account Kit, Bundler, Gas Manager)#45SahilAujla wants to merge 1 commit into
Conversation
|
@SahilAujla is attempting to deploy a commit to the MF Experimental Team on Vercel. A member of the Team first needs to authorize it. |
|
@SahilAujla thank you for your contribution! Can you rebase |
874ea09 to
68ac7b1
Compare
|
rebased against latest |
Can you change the branch from |
Adds an `alchemy/` skill for the Alchemy surfaces that support Monad mainnet today: - Monad mainnet JSON-RPC endpoint and common method examples - Account Kit / Modular Account v2 for ERC-4337 smart accounts; primary use case is the agent-controlled wallet for deploying contracts and onchain actions (alternative to Safe multisig) - Bundler integration on Monad - Gas Manager (paymaster) policies for sponsored transactions Three entrypoints are documented in the SKILL.md: CLI, MCP, API key. The x402 / MPP agentic-gateway path is not currently confirmed on Monad mainnet and is omitted. Routing back to monskills: - Monad concepts (async exec, EIP-7702, block states) -> concepts/ - gas_limit pricing rules -> gas/ - Canonical ERC-4337 EntryPoint v0.6 / v0.7 addresses -> addresses/ - Historical on-chain data (Alchemy's data APIs don't support Monad mainnet yet) -> indexer/ - EOA + Safe multisig agent wallet -> wallet/ Updates `.claude-plugin/plugin.json` and root SKILL.md routing table to register the new skill. Co-authored-by: Cursor <[email protected]>
68ac7b1 to
6555b36
Compare
|
changed the base to |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary
alchemy/skill at root for the Alchemy surfaces that support Monad mainnet today:.claude-plugin/plugin.jsonand rootSKILL.mdrouting table to register the skillScope
In: Monad mainnet JSON-RPC (HTTPS + WSS), ERC-4337 smart accounts via Account Kit (Modular Account v2), Bundler integration, Gas Manager paymaster policies (including ERC-20 gas payments and BSO for EIP-7702 undelegation), the four sibling Alchemy entrypoints (CLI / MCP / API / Agentic Gateway).
Out (routes back to monskills):
concepts/gas_limitpricing rules — sponsored ops still pay for the limit, not the used →gas/addresses/indexer/wallet/Notes
indexer/for on-chain dataalchemy/folder rather than 4 separate skills (alchemy-cli/mcp/api/agentic-gateway) to keep the Monad-scoped surface focused. The 4 entrypoints are documented insideSKILL.mdso agents can pick the right one based on their environment.Made with Cursor