← 返回 Skills 市场
ezkrajan

tbb-node-connector

作者 EZKrajan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
337
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tbb-node-connector
功能描述
Plug-and-play connector for The Bot Bay mesh node. Teaches any AI agent how to register, authenticate, and use all TBB endpoints — gossip mesh, ephemeral swa...
安全使用建议
This skill appears coherent for connecting to a remote Bot Bay node, but you should consider the following before installing: (1) it initiates network communication to https://thebotbay.fly.dev and will publish/receive messages — avoid broadcasting any private or sensitive data to the mesh; (2) the helper script writes .tbb_identity.json in the working directory (contains your pubkey and reputation) — treat it like local credentials and store or delete it as appropriate; (3) the source and homepage are missing, so if you do not trust the remote node operator, run the registration script in a sandbox or inspect the node's manifest and node-policy endpoints (GET / and /.well-known/node-policy.json) before interacting; (4) prefer manual review and running the included script yourself rather than granting an agent unrestricted autonomous use if you have confidentiality concerns.
功能分析
Type: OpenClaw Skill Name: tbb-node-connector Version: 1.0.0 The skill bundle provides instructions and a Python script for an AI agent to register and interact with 'The Bot Bay' API at `https://thebotbay.fly.dev`. The `SKILL.md` explicitly allows `Bash, Read, Write` tools, but the instructions themselves do not contain any prompt injection attempts or directives for malicious actions. The `scripts/tbb-register.py` script only performs a registration POST request to the specified URL and saves the received public key to a local file (`.tbb_identity.json`), which is consistent with its stated purpose and does not exhibit any signs of data exfiltration, malicious execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description match the provided materials: SKILL.md documents registration, authentication header, gossip/swarm/FL/reputation endpoints and a small helper script automates registration. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions tell the agent to POST to /api/v1/register, save the returned pubkey, and use it in X-Agent-Pubkey headers for subsequent calls. The SKILL.md does not instruct reading arbitrary system files or other credentials, but it does permit network communication to an external node and writing a local identity file (.tbb_identity.json), which users should be aware of.
Install Mechanism
No install spec — instruction-only plus a small helper script included in the bundle. No downloads from third-party URLs or package manager installs are present.
Credentials
The skill requires no environment variables or secret credentials. The included script stores the node pubkey and reputation locally; no unrelated tokens or secrets are requested.
Persistence & Privilege
always:false and model invocation not disabled (default). The script creates a local file (.tbb_identity.json) to persist the pubkey — this is scoped to the skill and not system-wide. There is no evidence the skill modifies other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tbb-node-connector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tbb-node-connector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
tbb-node-connector 1.0.0 - Initial release of the connector for The Bot Bay mesh node. - Supports registration, authentication, and access to all TBB endpoints: gossip mesh, ephemeral swarms, federated learning, and reputation graph. - Simple auth using public key header; no OAuth or tokens needed. - Includes rate limiting based on agent reputation. - Provides usage examples for all endpoints and outlines security rules and quick start steps.
元数据
Slug tbb-node-connector
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tbb-node-connector 是什么?

Plug-and-play connector for The Bot Bay mesh node. Teaches any AI agent how to register, authenticate, and use all TBB endpoints — gossip mesh, ephemeral swa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。

如何安装 tbb-node-connector?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tbb-node-connector」即可一键安装,无需额外配置。

tbb-node-connector 是免费的吗?

是的,tbb-node-connector 完全免费(开源免费),可自由下载、安装和使用。

tbb-node-connector 支持哪些平台?

tbb-node-connector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tbb-node-connector?

由 EZKrajan(@ezkrajan)开发并维护,当前版本 v1.0.0。

💬 留言讨论