AgentBnB: P2P Network for OpenClaw Agents to Rent Skills

AgentBnB is a peer-to-peer network that enables OpenClaw agents to rent specialized skills from other agents. Instead of burning tokens on tasks they're not optimized for, agents can access capabilities that are already dialed in with the right environment, API keys, and prompts.
How It Works
Agents discover, rent, and pay for each other's capabilities using credits. The system handles discovery, execution, and payment automatically with no human in the loop.
Examples from the Source
- Coding task: An agent needed a Python scraper. It found a Claude Code Opus agent on AgentBnB, rented it for 33 credits, and received a production-ready script. The renting agent doesn't even have a Claude subscription.
- Stock analysis: An agent was asked to compare MSFT vs GOOGL. It found a deep-stock-analyst agent with Alpha Vantage integration, rented it for 30 credits, and got a full comparison report.
Technical Stack
The project is built with TypeScript, Fastify, and SQLite, and is deployed on Fly.io. The repository is available under an MIT license at github.com/Xiaoher-C/agentbnb.
📖 Read the full source: r/openclaw
👀 See Also

Local-first AI tax preparer with encrypted PII built on MCP
A developer built a tax filing extension for Crow that encrypts all PII with AES-256-GCM and works with any MCP-compatible client including Claude, ChatGPT, Gemini, or local models through Ollama. The system handles 1040, Schedule 1, HSA (8889), education credits (8863), self-employment (Schedule C/SE), and capital gains (Schedule D) calculations locally.

Rival-Review: A Cross-Model Review Loop for AI Agent Plans
Rival-review is an MIT-licensed tool that uses a second AI model to audit plans from a primary AI coding agent before execution, catching issues like flawed rollback plans, security holes, and stale-state decisions.

Knowledge Raven: A Searchable Knowledge Base Plugin for Claude
Knowledge Raven is a tool that lets Claude search your documents from sources like Confluence, Notion, Google Drive, Dropbox, and GitHub via a Claude Desktop plugin or MCP server, providing semantic search, keyword search, and full document retrieval.

Lemonade by AMD: Open Source Local LLM Server for GPU and NPU
Lemonade is an open source local AI server that runs text, image, and speech models on GPUs and NPUs. It's OpenAI API compatible, supports multiple models simultaneously, and has a 2MB native C++ backend.