원클릭으로
pump-ai-agents
// AI agent integration layer for the Pump SDK — agent instruction files, .well-known discovery, LLM context documents, 15+ skill files, MCP server prompts, and terminal management rules for GitHub Copilot, Claude, and Gemini.
// AI agent integration layer for the Pump SDK — agent instruction files, .well-known discovery, LLM context documents, 15+ skill files, MCP server prompts, and terminal management rules for GitHub Copilot, Claude, and Gemini.
Build and release pipeline for the Pump SDK — tsup TypeScript builds, Cargo release profiles, semantic release with commitizen, npm publishing, linting, Makefile targets, Vercel deployment, and MCP server distribution.
Read-only query methods for PumpFun claims — unclaimed token rewards, creator vault balances, volume accumulators, distributable fees, and current-day token previews across Pump and PumpAMM programs.
Build and extend the core Pump SDK — an offline-first TypeScript SDK that constructs Solana TransactionInstructions for token creation, buying, selling, migration, and creator fee collection across three on-chain programs (Pump, PumpAMM, PumpFees).
Admin and authority operations for the Pump protocol — set coin creator, update token incentives, set IDL authority, claim cashback, Mayhem mode, and BothPrograms cross-program admin instructions.
Constant-product AMM bonding curve math for Pump token pricing — buy/sell quoting, fee-aware calculations, market cap computation, tiered fees, ceiling division, virtual vs real reserves, and edge-case handling.
Configure and distribute creator fees to multiple shareholders using the PumpFees program with BPS-based share allocation, admin management, and cross-program fee consolidation for graduated tokens.
| name | pump-ai-agents |
| description | AI agent integration layer for the Pump SDK — agent instruction files, .well-known discovery, LLM context documents, 15+ skill files, MCP server prompts, and terminal management rules for GitHub Copilot, Claude, and Gemini. |
| metadata | {"openclaw":{"homepage":"https://github.com/nirholas/pump-fun-sdk"}} |
Configure AI agents (GitHub Copilot, Claude, Gemini) to work effectively with the Pump SDK through instruction files, skill registries, and MCP server integration.
| File | Agent | Purpose |
|---|---|---|
AGENTS.md | Universal | Project overview, architecture, security rules |
CLAUDE.md | Claude Code | Key patterns, critical rules |
COPILOT.md | GitHub Copilot | Instructions pointer |
GEMINI.md | Google Gemini | Instructions pointer |
.github/copilot-instructions.md | Copilot Chat | SDK patterns, security rules |
| File | Purpose |
|---|---|
.well-known/ai-plugin.json | AI plugin manifest |
.well-known/agent.json | Agent capabilities and config |
.well-known/skills.json | Skills registry (15+ skills) |
.well-known/security.txt | Security contact information |
| File | Size | Purpose |
|---|---|---|
llms.txt | Short | Quick reference for LLMs |
llms-full.txt | Long | Comprehensive LLM context |
{
"schema_version": "v1",
"name": "pump-fun-sdk",
"skills": [
{
"id": "pump-sdk-core",
"name": "Pump SDK Core",
"description": "...",
"path": ".github/skills/pump-sdk-core.skill.md",
"tags": ["typescript", "solana", "sdk"]
}
]
}
isBackground: true) for every commandsolana-sdk, @solana/web3.js, solana-keygen0600 for keypairsBN (bn.js) — never JavaScript number for financial mathcreateInstruction (v1) is deprecated — use createV2Instruction{
"mcpServers": {
"solana-wallet": {
"command": "npx",
"args": ["-y", "@pump-fun/mcp-server"],
"transportType": "stdio"
}
}
}
skills.json when adding or modifying skill filesAGENTS.md, CLAUDE.md, and COPILOT.mdskills.json means agents won't discover them