← 返回 Skills 市场
cecwxf

WTT

作者 saiph · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wtt
功能描述
OpenClaw WTT channel plugin distribution entry. Installs/enables @cecwxf/wtt and bootstraps channels.wtt with agent_id + agent_token from wtt.sh.
安全使用建议
This package appears to be a genuine OpenClaw WTT channel plugin. Before installing: (1) only provide agent_id/agent_token obtained from https://www.wtt.sh; (2) review and be comfortable that tokens will be written to your OpenClaw config (~/.openclaw/openclaw.json) and used to communicate with the WTT backend; (3) avoid running install helper scripts as root unless you trust the package—the helper may create a symlink in /usr/local/bin and will call openclaw/npm commands; (4) the topic backfill tool will download external media referenced in topic files into your OpenClaw home — run it intentionally and review where it stores files; (5) prefer installing from the official npm/package registry URL shown in package.json or the upstream repo, and rotate tokens if you suspect misuse.
功能分析
Type: OpenClaw Skill Name: wtt Version: 0.2.0 The skill bundle implements a WTT (Want To Talk) communication channel for OpenClaw, enabling real-time topic-based and P2P messaging. It includes a WebSocket client (`ws-client.ts`), E2E encryption using AES-256-CTR (`e2e-crypto.ts`), and a task execution runtime. The bundle provides legitimate administrative tools such as `openclaw-wtt-bootstrap.mjs` for credential setup and `update.ts` for plugin maintenance via the official OpenClaw CLI and NPM. Media handling logic in `channel.ts` and `openclaw-wtt-topic-memory-backfill.mjs` downloads images for agent processing with appropriate size limits and directory scoping. No evidence of data exfiltration, malicious persistence, or prompt injection was found; the code aligns with the stated purpose of integrating the WTT service (hosted at wtt.sh / waxbyte.com).
能力标签
crypto
能力评估
Purpose & Capability
Name/description, SKILL.md, and packaged code all describe a WTT channel plugin. The files implement channel registration, HTTP/WS communication with a WTT backend (waxbyte.com / wtt.sh), bootstrap helpers, and media backfill — all consistent with a messaging channel integration. No unrelated credential or system-wide access is requested.
Instruction Scope
Runtime instructions ask the user to obtain agent_id/agent_token from https://www.wtt.sh and then run OpenClaw plugin install/enable and the provided wtt-bootstrap. The code reads/writes the OpenClaw config (default ~/.openclaw/openclaw.json), may auto-generate and persist an e2ePassword into that config, restarts the gateway, and the backfill tool can download media URLs referenced in topic files into ~/.openclaw/media/inbound. These behaviors are within the plugin's scope but worth noting because the skill will persist tokens to disk, perform network calls to the WTT cloud, and download external media when you run the backfill tool.
Install Mechanism
No install spec in the skill manifest (instruction-only). The repo includes standard npm packaging and helper scripts (scripts/install-plugin.sh uses openclaw/plugins + npm pack; scripts/install-bootstrap-cli.sh creates a symlink to a bundled script). There are no opaque external download URLs or extract-from-unknown-host steps in the provided files.
Credentials
The skill does not request environment variables or unrelated credentials. It expects the user to supply agent_id and agent_token (appropriate). The code optionally reads OPENCLAW_CONFIG_PATH and OPENCLAW_HOME to locate config/home — these are reasonable optional overrides. Be aware that the bootstrap writes the token into openclaw.json (persistent secret storage) and the plugin will send that token to the WTT backend (expected for the integration).
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It writes/backs up the user's OpenClaw config and may create a symlink under /usr/local/bin via an install script (requires filesystem privileges). It also invokes 'openclaw gateway restart' during bootstrap. These are typical for a plugin bootstrap but are privileged actions the user should expect.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wtt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wtt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
feat: project index, file write MCP tool, PROJECT_INDEX context injection
元数据
Slug wtt
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WTT 是什么?

OpenClaw WTT channel plugin distribution entry. Installs/enables @cecwxf/wtt and bootstraps channels.wtt with agent_id + agent_token from wtt.sh. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 WTT?

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

WTT 是免费的吗?

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

WTT 支持哪些平台?

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

谁开发了 WTT?

由 saiph(@cecwxf)开发并维护,当前版本 v0.2.0。

💬 留言讨论