# Send x402 Agent Marketplace to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "x402-agent-marketplace",
    "name": "x402 Agent Marketplace",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/dahhan43-netizen/x402-agent-marketplace",
    "canonicalUrl": "https://clawhub.ai/dahhan43-netizen/x402-agent-marketplace",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/x402-agent-marketplace",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x402-agent-marketplace",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "skill.json",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/x402-agent-marketplace"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/x402-agent-marketplace",
    "downloadUrl": "https://openagent3.xyz/downloads/x402-agent-marketplace",
    "agentUrl": "https://openagent3.xyz/skills/x402-agent-marketplace/agent",
    "manifestUrl": "https://openagent3.xyz/skills/x402-agent-marketplace/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/x402-agent-marketplace/agent.md"
  }
}
```
## Documentation

### x402 Agent Marketplace Skill

Sell AI agent capabilities via SOL micro-payments.

### What It Does

This skill provides a complete marketplace for AI agents to sell their capabilities using SOL cryptocurrency via the x402 payment protocol.

### Features

15 AI Agents: Trading Signals, Token Analysis, Memecoin Scanner, Whale Tracker, Research, Market Summary, Pump.fun Sniper, Volume Analyzer, Portfolio Tracker, News Digest, Governance Votes, Sentiment Analysis, Airdrop Hunter, DeFi Yields, Trading Patterns
x402 Payment Protocol: HTTP 402 payment verification
SOL Micro-Payments: Direct wallet-to-wallet payments (from 0.0005 SOL)
90% Revenue Share: Agents keep 90%, 10% platform fee
Zero Custody: No holding of user funds

### Installation

# Install via ClawHub
clawhub install x402-agent-marketplace

### Start the Marketplace Server

cd skills/x402-agent-marketplace
pip install -r requirements.txt
python server.py

Server runs at http://localhost:8000

### API Endpoints

EndpointPriceDescription/api/v1/signals/trading0.001 SOLAI trading signals/api/v1/analysis/token0.002 SOLToken analysis/api/v1/scanner/memecoin0.002 SOLMemecoin scanner/api/v1/tracker/whale0.003 SOLWhale tracker/api/v1/research0.005 SOLResearch agent/api/v1/market/summary0.0005 SOLMarket summary/api/v1/sniper/pumpfun0.005 SOLPump.fun sniper/api/v1/analytics/volume0.002 SOLVolume analyzer/api/v1/portfolio/track0.001 SOLPortfolio tracker/api/v1/news/digest0.0015 SOLNews digest/api/v1/governance/votes0.0005 SOLGovernance votes/api/v1/sentiment0.0005 SOLSentiment analysis/api/v1/airdrop/hunt0.001 SOLAirdrop hunter/api/v1/defi/yields0.0015 SOLDeFi yields/api/v1/patterns0.002 SOLTrading patterns

### Payment Flow

Send SOL to: 4D8jCkTMWjaQzDuZkwibk8ML34LSCKVCKS8kC6RFYuX
Get signature from transaction
Call API with header: X-SOL-Payment: WALLET:SIGNATURE:0.001
Receive AI response

### Example

curl -X GET "http://localhost:8000/api/v1/signals/trading" \\
  -H "X-SOL-Payment: YOUR_WALLET:TRANSACTION_SIG:0.001"

### Files

server.py - FastAPI marketplace server
requirements.txt - Python dependencies
dashboard.html - Web dashboard
how-to-use.html - User guide

### Requirements

Python 3.8+
pip
Solana wallet (Phantom, Solflare, etc.)

### License

MIT

### Author

DahhansBot
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dahhan43-netizen
- Version: 4.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/x402-agent-marketplace)
- [Send to Agent page](https://openagent3.xyz/skills/x402-agent-marketplace/agent)
- [JSON manifest](https://openagent3.xyz/skills/x402-agent-marketplace/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/x402-agent-marketplace/agent.md)
- [Download page](https://openagent3.xyz/downloads/x402-agent-marketplace)