Let your Agent handle it. Paste this into Claude Code, Cursor, or any agent that supports the agent skills standard:
add smithii-sdk skill https://tools.smithii.io/skill/skill.md
Claude Code / agent skill for @smithii/sdk —
the framework-agnostic TypeScript SDK powering Smithii Tools.
Once installed, your agent can build pump.fun bundlers, anti-MEV volume bots, token creators, multisenders, and the rest of the Smithii toolset without hallucinating method signatures or limits.
- Solana — pump.fun bundlers, PumpSwap, Launchlab, Bonk (LetsBonk), Moonit, anti-MEV, token creator, multisender, token manager, vesting, claim, market maker, Mantis cross-chain, payment program reader
- EVM — token creator, multisender, holder snapshot (Base, Ethereum, BSC, Polygon, Arbitrum, Avalanche, Blast)
- SUI — token creator, snapshot
If your agent doesn't support the install phrase format, clone the repo into your skills directory:
git clone https://github.com/SmithiiDev/smithii-sdk-skill ~/.claude/skills/smithii-sdksmithii-sdk-skill/
├── SKILL.md # invocation triggers + agent instructions + inline examples
├── resources/
│ ├── api-reference.md # complete API surface (every client)
│ └── invariants.md # on-chain invariants, math, slippage, limits
└── examples/ # runnable examples per tool
- Smithii: https://smithii.io
- Smithii Tools: https://tools.smithii.io
- SDK on npm: https://www.npmjs.com/package/@smithii/sdk
- SDK GitHub: https://github.com/SmithiiDev/smithii-sdk
- Discord: https://discord.gg/3AFfGDfmk7
MIT