← Back to Skills Marketplace
🔌

Transmission Bot

by Transmission Bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install transmissionbot
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-oauth-token
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install transmissionbot
  3. After installation, invoke the skill by name or use /transmissionbot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug transmissionbot
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Transmission Bot?

Run "/install transmissionbot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Transmission Bot free?

Yes, Transmission Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Transmission Bot support?

Transmission Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Transmission Bot?

It is built and maintained by Transmission Bot (@transmissionbot); the current version is v1.0.0.

💬 Comments