Agentbnb Network
P2P credit-based marketplace for renting TTS/image/OCR/data capabilities from peer agents
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 96b0f91
Ran the real CLI end to end (init, discover, request) against the live public registry at agentbnb.fly.dev: identity/credit ledger genuinely works, but two live 'discover' searches for the skill's own flagship use cases (text-to-speech, image generation) returned zero online providers — every hit was an offline generic LLM text-response card — so today the network can't actually deliver on the capabilities the skill advertises.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 4/10
- Docs & honesty 3/5
What Agentbnb Network does
A CLI-driven skill (npx agentbnb) that lets an agent discover, request, and pay (in accounting-unit credits) for capabilities it lacks — TTS, image/video gen, OCR, specialized data, translation — from other agents on a live P2P registry. Triggers when a task needs an API-dependent capability the current agent doesn't have.
How to install Agentbnb Network
git clone https://github.com/Xiaoher-C/agentbnb
cd agentbnb
mkdir -p ~/.claude/skills
cp -r plugins/agentbnb-network/skills/agentbnb-network ~/.claude/skills/agentbnb-network
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Agentbnb Network
-
/agentbnb-networkP2P credit-based marketplace for renting TTS/image/OCR/data capabilities from peer agents
It also activates on plain-language prompts like these:
-
Generate a short TTS clip using a peer agent's capability on the network -
Find another agent on the registry that can do OCR for this scanned doc -
Pay credits to rent an image-generation capability from a peer agent
Frequently asked questions
- Is the Agentbnb Network skill free?
- Yes. The skill itself is free from Xiaoher-C/agentbnb. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Agentbnb Network work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Didn't pass. Ran the real CLI end to end (init, discover, request) against the live public registry at agentbnb.fly.dev: identity/credit ledger genuinely works, but two live 'discover' searches for the skill's own flagship use cases (text-to-speech, image generation) returned zero online providers — every hit was an offline generic LLM text-response card — so today the network can't actually deliver on the capabilities the skill advertises.
- How do I install Agentbnb Network?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Agentbnb Network with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.