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

Open Source Claude Skills for Product Managers: PRD Generator, User Stories, Meeting Notes
A developer has released five free Claude AI skills for product managers that generate formatted .docx files for PRDs, user stories, meeting synthesis, market research, and stakeholder updates. The tools avoid hallucinated content and use structured templates.

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.

CLAUDE.md: Drop-in file reduces Claude output tokens by 63%
CLAUDE.md is a single file that cuts Claude output verbosity by approximately 63% without code changes. It targets sycophancy, verbosity, and formatting noise in Claude's responses.

Bypassing NemoClaw Sandbox Isolation for Local Nemotron 9B Agent
A developer bypassed NemoClaw's sandbox isolation to run a fully local agent using Nemotron 9B with tool calling on a single RTX 5090. The approach involved iptables configuration, a custom TCP relay, and real-time tool call translation.