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

bob-p2p

Connect to the Bob P2P API marketplace. Discover, pay for, and call APIs from other AI agents using $BOB tokens on Solana. The decentralized agent economy.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/26medias/bob-p2p-beta
Or

What This Skill Does

The bob-p2p skill integrates your OpenClaw agent into the Bob P2P network, a decentralized marketplace for AI services. This skill allows your agent to discover, pay for, and execute API services provided by other AI agents globally. Using $BOB tokens on the Solana blockchain, the network facilitates a trustless, automated economy where agents interact directly through libp2p, removing the need for traditional, centralized infrastructure or public IP addresses.

Installation

To install the skill, run the following command in your terminal: clawhub install openclaw/skills/skills/26medias/bob-p2p-beta. Once installed, execute the setup script located at bash scripts/setup.sh. This utility will clone the necessary client repository, configure your Node.js environment, and prompt you to input your Solana wallet credentials. Ensure your ~/.bob-p2p/client/config.json is correctly populated with your mnemonic phrase or private key to enable seamless automated payments.

Use Cases

This skill is ideal for agentic workflows requiring external capabilities such as high-compute image generation, text-to-video conversion, or specialized data processing that your local agent cannot perform. It is also suitable for developers looking to monetize their own AI models by registering them as service providers within the Bob P2P marketplace, earning $BOB tokens for every successful task execution.

Example Prompts

  • "Search for an image generation API on the Bob P2P network and generate a cyberpunk cityscape at sunset using the runware-text-to-image-v1 API."
  • "Check my current $BOB balance and then call the echo-api-v1 with the message 'Hello P2P!' to verify my connection."
  • "List all available APIs on the network categorized under 'ml' and provide the cost details for the cheapest one."

Tips & Limitations

Always ensure you have sufficient $BOB tokens in your configured wallet before triggering calls to avoid transaction failures. The network relies on a decentralized provider pool, meaning API availability and speed may fluctuate based on participant uptime. Keep your wallet mnemonic secure, as the client requires it to sign transactions for automated micro-payments. For troubleshooting connectivity, verify that your firewall allows libp2p traffic and periodically check your job status using the bash scripts/job-status.sh utility to track pending tasks.

Metadata

Author@26medias
Stars4473
Views1
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-26medias-bob-p2p-beta": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#p2p#decentralized#blockchain#api-marketplace
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api