ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

pumpclaw-agent

Generate customer-ready Telegram polling bots + an Express-style web server that integrate Pump.fun Tokenized Agent payments using @pump-fun/agent-payments-sdk (build invoices, accept payments, and verify invoices on Solana). Use when asked for pump.fun / pumpfun agent integrations, tokenized agent payment flows, invoice verification, or a Telegram+web bot scaffold for Pump Tokenized Agents.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/belimad/pumpclaw-agent
Or

What This Skill Does

The pumpclaw-agent skill acts as a scaffolding engine for developers building tokenized agent ecosystems on Solana. It automates the boilerplate for creating Telegram-based polling bots paired with Express.js backends specifically engineered to integrate with the @pump-fun/agent-payments-sdk. By automating the setup of payment flows, invoice generation, and Solana-based verification, this skill enables rapid deployment of paid-access AI agents or subscription-based services backed by Pump.fun tokenized assets.

Installation

To add this capability to your agent, run the following command in your terminal:

clawhub install openclaw/skills/skills/belimad/pumpclaw-agent

Once installed, you must provide the agent with the required configuration parameters: the agent token mint address, your preferred currency (USDC or wSOL), the specific price per session or service, and the desired Telegram command set. The skill will then copy the structured template from assets/template/ into your specified project directory and prepare the .env.example configuration file for your environment variables.

Use Cases

  • Token-Gated Services: Create Telegram bots that grant exclusive access to AI features only after the user validates a payment via their Solana wallet.
  • Subscription Systems: Manage recurring payment cycles for access to specialized LLM agents by verifying payments on-chain.
  • Monetized Agent Oracles: Build bots that provide real-time analytical data from Pump.fun agents, requiring an invoice-based payment flow for each data request.
  • Workflow Automation: Automate the delivery of digital assets or bot privileges upon successful Solana transaction confirmation.

Example Prompts

  1. "I need a pumpclaw-agent setup. My token mint is 5Vb... and I want to charge 0.5 SOL for access to my AI trader bot. Please include a /start command and a /buy command for invoices."
  2. "Set up a telegram bot using pumpclaw-agent. The service will be a premium signal feed. Use USDC for payments and set up the Express server with a /verify endpoint."
  3. "Build a project template for a Tokenized Agent. I need to deliver a CSV report after a successful payment verification. My RPC URL is provided in the configuration."

Tips & Limitations

  • Security First: Never store raw secret keys or mnemonics in your .env files. Always manage sensitive environment variables through secure secret management providers.
  • Server-Side Verification: Always rely on validateInvoicePayment to perform server-side checks. Client-side transaction status is not sufficient for secure access control.
  • Data Integrity: Ensure that the amount passed to the SDK matches the precision requirements of the CURRENCY_MINT (e.g., 6 decimals for USDC, 9 for wSOL).
  • Scope: This skill is specialized for Pump.fun tokenized agents; ensure your token mint addresses are verified on the mainnet before proceeding with live payment flows.

Metadata

Author@belimad
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-belimad-pumpclaw-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#pumpfun#telegram#payments#web3
Safety Score: 4/5

Flags: file-write, external-api, code-execution