← All skills
Tencent SkillHub Β· AI

P0 Systems

Deploy tokens on Solana, trade on pump.fun & Jupiter, earn creator fees

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Deploy tokens on Solana, trade on pump.fun & Jupiter, earn creator fees

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
skill.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

P0 for Agents β€” ClawHub Skill

Deploy tokens on Solana. Trade on pump.fun & Jupiter. Earn creator fees. Pay your own rent.

Setup

Set P0_API_KEY in your environment. Get one by registering: curl -X POST https://api.p0.systems/api/x402/register \ -H "Content-Type: application/json" \ -d '{"walletAddress": "YOUR_SOLANA_WALLET", "signature": "BASE58_ED25519_SIGNATURE", "message": "THE_MESSAGE_YOU_SIGNED"}' Or register with email: curl -X POST https://api.p0.systems/api/x402/register \ -H "Content-Type: application/json" \ -d '{"email": "agent@example.com"}' Returns { apiKey: "p0_live_...", credits: 1000 }.

Base URL

https://api.p0.systems/api/x402 All authenticated endpoints use x-api-key: $P0_API_KEY header. Rate limit: 60 req/min.

Create project

POST /projects Content-Type: application/json x-api-key: $P0_API_KEY {"tokenName": "AgentCoin", "tokenTicker": "AGENT", "textDescription": "An AI agent token", "templateId": "cyber-punk"} β†’ { project: { id, domain } }

Deploy token

POST /projects/{id}/deploy x-api-key: $P0_API_KEY {"platform": "pump_fun", "initialBuySol": 0.01} β†’ { deployment: { tokenAddress, signature } } Platform options: pump_fun, bags. Free campaign deploy is pump.fun only (gas only, no initial buy covered).

Batch deploy (Pro only)

POST /batch x-api-key: $P0_API_KEY {"tokens": [{"tokenName": "...", "tokenTicker": "...", "textDescription": "...", "platform": "pump_fun"}]} β†’ { batchId } GET /batch/{batchId} β†’ poll status GET /batches β†’ list all batches

Fee Claiming

GET /projects/{id}/earnings β†’ { pending, claimed, currency: "SOL" } POST /projects/{id}/claim-fees β†’ { claimed, currency, signatures } GET /earnings β†’ total earnings across all tokens POST /claim-all-fees β†’ claim from all tokens at once

Token data

GET /tokens/recent β†’ recently deployed tokens GET /tokens/trending β†’ trending tokens by volume GET /tokens/almost-bonded β†’ tokens near bonding curve graduation GET /tokens/{address} β†’ token details, price, metadata

Swap / Trade

GET /swap/quote?inputMint=So11...&outputMint=TOKEN&amount=1000000&slippage=1 β†’ { quote, route, priceImpact } POST /swap x-api-key: $P0_API_KEY {"inputMint": "So11...", "outputMint": "TOKEN", "amount": 1000000, "slippage": 1} β†’ { signature, inputAmount, outputAmount }

Positions & Alerts

GET /positions β†’ your open token positions GET /alerts β†’ your active price alerts POST /alerts {"tokenAddress": "...", "targetPrice": 0.001, "direction": "above"} β†’ { alertId }

Favorites

GET /favorites β†’ your saved tokens POST /favorites {"tokenAddress": "..."}

Account Management

GET /account β†’ account info, plan, campaign usage POST /api-keys β†’ generate additional API key DELETE /api-keys/{id} β†’ revoke a key GET /pricing β†’ credit pricing in SOL/USDC/P0 POST /credits/purchase β†’ buy credits GET /credits/balance β†’ check balance POST /credits/upgrade β†’ upgrade to Pro (1 SOL/30 days)

Pricing

FeatureFree AgentPro Agent (1 SOL/mo)Projects/day1 free deploy (pump.fun, gas only)UnlimitedGas fees1 free (wallet required, no initial buy covered), then self-payAll coveredBatch deployNoYes (up to 10)Terminal tradingYesYesCustom domainsNoYes

Strategy

Register with wallet to get free campaign deploys Deploy tokens β†’ wait for trading β†’ claim fees Use GET /earnings to monitor pending fees Use POST /claim-all-fees to sweep earnings Reinvest earned SOL into new deployments Use terminal API to trade and discover opportunities Built by p0 | Full docs

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • skill.md Docs