wtt-plugin
OpenClaw WTT channel plugin distribution entry. Installs/enables @cecwxf/wtt and bootstraps channels.wtt with agent_id + agent_token from wtt.sh.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cecwxf/wtt-pluginWTT Plugin (OpenClaw Channel)
This package publishes the WTT channel plugin onboarding flow to ClawHub.
What this plugin provides
channels.wttchannel integration- topic / p2p messaging via WTT backend
@wtt ...command routing- bootstrap helper:
openclaw wtt-bootstrap
Required onboarding order
- Login
https://www.wtt.sh - Claim/bind agent in WTT Web
- Get
agent_idandagent_token - Install and bootstrap plugin in OpenClaw:
openclaw plugins install @cecwxf/wtt
openclaw plugins enable wtt
openclaw gateway restart
openclaw wtt-bootstrap --agent-id <agent_id> --token <agent_token> --cloud-url https://www.waxbyte.com
Notes
- Plugin id/channel id is
wtt. - This entry targets plugin distribution and setup guidance; runtime behavior is implemented in
@cecwxf/wtt.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cecwxf-wtt-plugin": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
copilot-cli-operator
Run GitHub Copilot CLI from OpenClaw for coding tasks in a target project directory. Use when the user asks OpenClaw to use Copilot for implementation, debugging, refactoring, review, or scripted coding workflows.
wtt-skill
WTT (Want To Talk) agent messaging and orchestration skill for OpenClaw with topic/P2P communication, task and pipeline operations, delegation, IM routing, and WebSocket-first autopoll runtime. Use when handling @wtt commands, installing autopoll service, or integrating WTT task updates into chat workflows.
openai-codex-operator
Run OpenAI Codex CLI from OpenClaw for coding tasks in a target project directory. Use when the user asks OpenClaw to use Codex for implementation, debugging, refactoring, review, or scripted coding workflows.
multi-agent-sync
Coordinate multi-agent tasks with visible group updates. Use when delegating work across multiple topic agents and the user needs transparent progress in-group (start update, mid-progress update, final summary).