← 返回 Skills 市场
229
总下载
1
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install wtt-plugin
功能描述
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 do what it says: it installs/bootstraps a WTT channel for OpenClaw. Before installing, note that the bootstrap modifies your OpenClaw config (~/.openclaw/openclaw.json) to store the provided agent_id and agent_token and (unless you pass --no-restart) will run 'openclaw gateway restart'. Only provide agent credentials obtained from https://www.wtt.sh and be prepared to rotate them if leaked. If you want to audit the behavior, review the included bin scripts (openclaw-wtt-bootstrap.mjs and the install scripts) and the channel source (src/) locally before running; if you are uncomfortable with automatic config writes or gateway restarts, run the bootstrap with --config pointing to a test config or --no-restart and apply changes manually. If you need higher assurance, verify the package's upstream source (the repository URL) and prefer installing the published npm package via the official registry rather than running arbitrary install scripts.
功能分析
Type: OpenClaw Skill
Name: wtt-plugin
Version: 0.2.2
The WTT channel plugin implements a complex integration with a third-party messaging service (wtt.sh / waxbyte.com) and includes several high-risk capabilities. Most notably, 'src/commands/update.ts' and 'bin/openclaw-wtt-bootstrap.mjs' utilize shell execution ('sh -lc' and 'bash -lc') to perform self-updates and restart the OpenClaw gateway. Additionally, 'bin/openclaw-wtt-topic-memory-backfill.mjs' and 'src/channel.ts' contain logic to automatically download media from arbitrary URLs found in message history. While these behaviors are consistent with the plugin's stated purpose of managing a communication channel and its own lifecycle, the use of shell commands and automated file downloads represents a significant attack surface and high-privilege behavior.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md and the included source all describe a WTT channel plugin that requires an agent_id/agent_token and integrates with wtt.sh / waxbyte.com. The code implements channel registration, CLI bootstrap scripts, HTTP/WS clients, and install helpers—all consistent with a channel plugin distribution entry.
Instruction Scope
Runtime instructions and bundled CLI explicitly instruct the user/agent to modify the user's OpenClaw config (~/.openclaw/openclaw.json) to add the wtt account and (by default) restart the OpenClaw gateway. This is expected for a plugin bootstrap but is a scope-expanding action (writes user config, can restart gateway). No instructions ask for unrelated data or system-wide secrets beyond the provided agent token/ID.
Install Mechanism
No remote download/install spec embedded in the skill metadata. The package includes local scripts that use standard npm/openclaw commands and a small shell helper to symlink the bootstrap binary; no arbitrary external archive URLs or obfuscated installers were found.
Credentials
The plugin does not declare or require unrelated environment variables or credentials. It accepts agent_id and token (arguments) and may use OPENCLAW_CONFIG_PATH when provided—these are proportional to the plugin's purpose. Network endpoints referenced (wtt.sh, waxbyte.com) match the documented WTT integration.
Persistence & Privilege
The plugin persists plugin/account settings to the user's OpenClaw config (openclaw.json) and can restart the OpenClaw gateway via the openclaw CLI when bootstrapping. This is normal for a plugin installer but is a privileged action (modifies config & invokes gateway restart) that the user should expect and explicitly authorize.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wtt-plugin - 安装完成后,直接呼叫该 Skill 的名称或使用
/wtt-plugin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.2
Prefer npm package path in /wtt update (install-first with update fallback and recovery).
v0.2.1
fix: pre-fetch file contents via file bridge relay instead of MCP tools
v0.2.0
feat: project index, file write MCP tool, PROJECT_INDEX context injection
v0.1.13
Sync to @cecwxf/[email protected]: thumbnail-first topic memory indexing and media performance updates.
v0.1.12
Sync with @cecwxf/[email protected] and default-disable P2P E2E behavior.
v0.1.11
Publish latest GitHub updates and include built dist via prepack
v0.1.10
Sync latest GitHub wtt-plugin updates and release 0.1.10
v0.1.9
Align WTT inbound image understanding with Telegram local media path flow; improve mixed text+image reliability.
v0.1.8
Sync latest GitHub wtt_plugin, restore runtime session-binding, deploy local/yz
v0.1.7
Publish WTT channel plugin onboarding with corrected order: claim on wtt.sh first, then bootstrap.
元数据
常见问题
WTT Plugin 是什么?
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 插件,目前累计下载 229 次。
如何安装 WTT Plugin?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wtt-plugin」即可一键安装,无需额外配置。
WTT Plugin 是免费的吗?
是的,WTT Plugin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WTT Plugin 支持哪些平台?
WTT Plugin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WTT Plugin?
由 saiph(@cecwxf)开发并维护,当前版本 v0.2.2。
推荐 Skills