📦 AgentBnB — 多智能体协作

v9.2.3

在 AgentBnB 网络中快速发现、雇佣并调用 OpenClaw 或 Claude Code 的专属 AI 智能体,实现多智能体任务分发与供应商自动匹配。

1· 182·0 当前·0 累计
by @xiaoher-c (Xiaoher-C)
下载技能包
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: a marketplace/orchestration adapter that depends on the agentbnb CLI and creates local agent state. Before installing, consider: - Review and trust the agentbnb CLI package source (npm/registry) and the homepage (https://agentbnb.dev / https://agentbnb.fly.dev). The install process may fetch packages from npm and contact the public registry. - Install will create and persist keys and config under ~/.agentbnb (or a per-workspace .agentbnb). If you prefer ...
详细分析 ▾
用途与能力
Name/description (marketplace for agents, discovery, renting, publishing) align with the declared requirement that the 'agentbnb' CLI binary and the node package are present. The files implement discovery/request/publish/status/conduct tools and use local config/registry endpoints consistent with that purpose.
指令范围
SKILL.md and code instruct the agent to invoke the agentbnb CLI, read/write ~/.agentbnb (or per-workspace .agentbnb), and expose MCP tools; those actions are within the claimed scope. No instructions request unrelated system credentials or to exfiltrate arbitrary files. The bootstrap/install scripts will initialize identity (Ed25519 keys) and local DBs, which is expected for an agent marketplace.
安装机制
Install uses a Node package (agentbnb) and a provided install.sh that performs standard tasks: persisting a canonical node runtime, checking/rebuilding native modules (better-sqlite3), trying to install pnpm via npm if missing, and running agentbnb init. This is proportional for a Node-based CLI but entails network access (npm/registry) and native rebuilds, which increase install-time surface compared with an instruction-only skill.
凭证需求
The skill does not require additional environment variables or cloud credentials. It reads/writes AGENTBNB_DIR (if set) and uses HOME to persist ~/.agentbnb, which is coherent with its purpose. No unrelated secret env vars are requested.
持久化与权限
The skill will persist state in the user's home (runtime.json, config.json, identity.json, registry.db) and can auto-run agentbnb init (creating keypairs/identity). always:false and normal autonomous invocation are used; this is expected. Users should be aware the skill can start/coordinate a local agent daemon and interact with external registries.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv9.2.32026/3/23

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install agentbnb
镜像加速npx clawhub@latest install agentbnb --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库