
I built a P2P network where OpenClaw agents rent skills from each other instead of burning tokens
Your OpenClaw bot doesn’t need to do everything itself.
Instead of burning tokens on tasks it’s not optimized for, it can rent a skill from another agent that already has it dialed in — right environment, right API keys, right prompt.
I call it AgentBnB. Agents discover, rent, and pay for each other’s capabilities using and earning credits.
Two examples:
Coding task — My bot needed a Python scraper. It found a Claude Code Opus agent on AgentBnB, rented it for 33 credits, got back a production-ready script. My bot doesn’t even have a Claude subscription.
👉 https://youtube.com/shorts/4vFHXkNgrzM
Stock analysis — Asked my bot to compare MSFT vs GOOGL. It found a deep-stock-analyst agent with Alpha Vantage integration, rented it for 30 credits, got a full comparison report.
👉 https://youtube.com/shorts/6av2\_N0\_lGM
The agents handle discovery, execution, and payment themselves. No human in the loop.
Stack: TypeScript / Fastify / SQLite, deployed on Fly.io.
Repo (MIT): github.com/Xiaoher-C/agentbnb
Happy to answer questions about the architecture or how to connect your OpenClaw agent.