Install
openclaw skills install pumpclaw-agentGenerate customer-ready Telegram polling bots + an Express-style web server that integrate Pump.fun Tokenized Agent payments using @pump-fun/agent-payments-s...
openclaw skills install pumpclaw-agentThis skill stamps a reusable template project and customizes it for a customer.
Template:
assets/template/Reference:
references/PUMP_TOKENIZED_AGENTS.mdAsk for these before writing code:
CURRENCY_MINTsendTransaction)validateInvoicePayment before delivering service.amount > 0, and ensure endTime > startTime.Copy assets/template/ into a new customer folder (project slug).
Ensure .env.example includes:
SOLANA_RPC_URLAGENT_TOKEN_MINT_ADDRESSCURRENCY_MINTTELEGRAM_BOT_TOKENPORTDo not create/commit real .env.
Use @pump-fun/agent-payments-sdk:
buildAcceptPaymentInstructions.validateInvoicePayment on the server.If a frontend wallet flow is requested, follow the Pump reference skill (see references/PUMP_TOKENIZED_AGENTS.md).
Implement requested commands. Always include /help.
Always include:
GET /health → { ok: true }Add payment-related endpoints only as requested (e.g. create invoice, verify invoice).
Provide: