Install
openclaw skills install activity-control-ui🎨 Anime-style real-time activity dashboard with virtual avatar for OpenClaw. Displays current agent activities, session status, token usage, and ongoing tas...
openclaw skills install activity-control-ui给你的 OpenClaw Agent 一个可视化身体!动漫风格渐变背景 + Q 版虚拟头像,实时显示 Agent 正在做什么。
This skill provides a local web server with:
cd activity-control-ui && npm install
node scripts/start-server.js [port]
Default port: 8080 → open http://localhost:8080
ws package (installed automatically with npm install)GET /api/status - Get current session status JSONWS /ws/activity - Real-time activity streamnode scripts/broadcast.js "message" [type] to broadcast new activities from the agentCreated with ❤️ by rudagebil11-jpg
assets/control-ui.html - Main dashboard HTML with inline SVG avatarscripts/start-server.js - HTTP + WebSocket serverscripts/broadcast.js - CLI tool for broadcasting activities