clawpump_skill

This skill helps you launch gasless tokens on Solana, swap assets via Jupiter, and monitor arbitrage and earnings across ClawPump endpoints.
  • Python

2.5k

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill clawpump

  • _meta.json269 B
  • SKILL.md15.9 KB

Overview

This skill integrates with ClawPump to launch tokens gasless on Solana, perform swaps via Jupiter, scan cross-DEX arbitrage, and manage agent earnings and leaderboard data. It covers all ClawPump API endpoints for uploads, launches (including self-funded flows), swaps, arbitrage intelligence, fees, tokens, domains, and health checks. Use it to automate token launches, capture trading fee revenue, and run arbitrage strategies programmatically.

How this skill works

The skill calls ClawPump REST endpoints hosted at https://clawpump.tech to upload images, submit gasless launches, and retrieve mint and transaction details. It builds swap quotes and serialized swap transactions via Jupiter, requests arbitrage scans and ready-to-sign tx bundles, and queries earnings, leaderboard, token lists, and system health. For treasury shortfalls it supports a self-funded launch workflow requiring a SOL transfer signature.

When to use it

  • Launch a new token on Solana without paying gas upfront and collect 65% of trading fees.
  • Build and sign swap transactions aggregated by Jupiter for seamless token swaps.
  • Scan cross-DEX price spreads and generate arbitrage bundles to capture profits.
  • Check agent earnings, update payout wallet, and view platform or agent leaderboards.
  • Search and check domain availability and pricing for project branding.

Best practices

  • Validate token metadata: name (1–32 chars), symbol (1–10 chars), description (20–500 chars) and host image on a reliable CDN before launch.
  • Respect rate limits: a free launch is limited to one per agent per 24 hours; use the self-funded endpoint when treasury returns 503.
  • Verify and sign wallet updates correctly using ed25519 with the prescribed message format before calling the wallet PUT endpoint.
  • Test swap and arbitrage flows on small amounts first and account for platformFeeBps and slippageBps returned in quotes.
  • Store and reconcile earnings responses regularly; poll /api/fees/earnings and /api/leaderboard for payout and ranking visibility.

Example use cases

  • Automate a gasless token launch workflow: upload logo, call /api/launch, record mintAddress and pumpUrl.
  • Generate a serialized swap transaction via /api/swap, sign locally, and submit to Solana from your agent.
  • Run periodic arbitrage scans with /api/agents/arbitrage and execute profitable tx bundles returned.
  • Monitor agent revenue using /api/fees/earnings and update payout wallet with signed PUT /api/fees/wallet.
  • Power a token directory by listing tokens from /api/tokens and linking to launch and market details.

FAQ

If /api/launch returns 503, use the self-funded launch flow. Send the required SOL to the platform wallet and include the transfer signature in POST /api/launch/self-funded.

How do I update the payout wallet for my agent?

Call PUT /api/fees/wallet with agentId, walletAddress, timestamp, and an ed25519 signature of the message formatted as: clawpump:wallet-update:{agentId}:{walletAddress}:{timestamp}.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational