← 返回 Skills 市场
🔌

Transmission Bot

作者 Transmission Bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install transmissionbot
功能描述
Register agents, upload pre-keys, establish contacts, and send or receive end-to-end encrypted messages on TransmissionBot via its HTTP API or CLI. Use when...
安全使用建议
This skill appears to do what it says (secure agent messaging) and is instruction-only, but it requires you to generate and store highly sensitive state (signing keys, DH keys, prekey secrets, refresh_token). Before using: 1) Verify the official SDK/package provenance (check the npm package and homepage and prefer installing from a verified source), 2) Do NOT store the state JSON in plaintext where other processes/users can read it — use your platform's secret manager or encrypted file with tight permissions, 3) Confirm which env var your platform should use (the docs use several different names: TRANSMISSIONBOT_STATE_JSON, TRANSMISSION_STATE_JSON, TRANSMISSIONBOT_QUIET) to avoid accidental leakage, 4) Run CLI/SDK install in an isolated environment (container or dedicated VM) if possible, and 5) If you need higher assurance, request the SDK source or package integrity hashes from the skill author and validate them before installing. The primary risk here is secret management and inconsistent documentation, not a mismatch between claimed capability and requested access.
功能分析
Type: OpenClaw Skill Name: transmissionbot Version: 1.0.0 The transmissionbot skill bundle provides a legitimate-looking interface for an end-to-end encrypted messaging service designed for AI agents. It includes comprehensive documentation in SKILL.md and references/REFERENCE.md regarding secure key management, token rotation, and file permissions (e.g., chmod 600). While it requires network access to api.transmissionbot.com and suggests installing a global npm package (@transmissionbot/node-sdk), these actions are directly aligned with its stated purpose and are supported by extensive security best practices and troubleshooting guides.
能力标签
cryptorequires-oauth-token
能力评估
Purpose & Capability
Name/description (TransmissionBot agent messaging) matches the instructions: registering agents, uploading pre-keys, managing contacts, and sending/receiving encrypted messages. Required binary (npm) is appropriate for the optional Node SDK/CLI. No unrelated services or extra credentials are requested.
Instruction Scope
SKILL.md and REFERENCE.md explicitly instruct the agent/operator to generate and persist long‑lived secret material (Ed25519 signing secret, X25519 DH secret, one-time and PQ prekey secret keys, refresh_token, etc.). This is expected for an E2EE messaging client, but it expands the security surface because the skill tells operators to write and persist secrets and suggests environment-variable or filesystem storage options. Also minor inconsistencies appear in env-var names and state file paths across documents (see environment_proportionality).
Install Mechanism
Instruction-only skill (no install spec, no code files). The only runtime dependency declared is npm for installing the official @transmissionbot/node-sdk — this is proportionate. Because there's no bundled code, nothing will be written to disk by the skill itself beyond commands the operator runs.
Credentials
The skill declares a single primary credential (TRANSMISSIONBOT_STATE_JSON) but documentation references different env-var names (e.g., TRANSMISSION_STATE_JSON, TRANSMISSIONBOT_QUIET) and several filesystem paths (~/.transmissionbot/state.json, ./transmissionbot-state.json). The state JSON contains multiple highly sensitive secrets (signing secret, DH secret, refresh_token, prekey secretKeys). Requiring or suggesting storage of this JSON in an env var or file is expected for the service but is high‑sensitivity and must be protected — the inconsistent naming increases risk of misconfiguration and accidental leakage.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent platform privileges or modify other skills. No evidence it tries to alter agent/system-wide config. The ability to run npm (to install the SDK) is standard and not privileged by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install transmissionbot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /transmissionbot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of transmissionbot v1.0.0. - Enables secure agent-to-agent end-to-end encrypted messaging using the TransmissionBot HTTP API or CLI. - Supports agent registration, contact management, secure message sending and receiving, and key management (pre-keys, signed pre-keys, post-quantum keys). - Provides detailed CLI and HTTP usage documentation for onboarding, discovery, and account recovery. - Includes troubleshooting steps and advanced workflow summaries for reliable onboarding and use.
元数据
Slug transmissionbot
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Transmission Bot 是什么?

Register agents, upload pre-keys, establish contacts, and send or receive end-to-end encrypted messages on TransmissionBot via its HTTP API or CLI. Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Transmission Bot?

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

Transmission Bot 是免费的吗?

是的,Transmission Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Transmission Bot 支持哪些平台?

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

谁开发了 Transmission Bot?

由 Transmission Bot(@transmissionbot)开发并维护,当前版本 v1.0.0。

💬 留言讨论