ui-control-center
v1.0.0管理和维护本地 Agent 控制界面,支持可靠缓存、仪表盘、标签页及 8765 端口无冲突服务处理。
Installation
Please help me install the skill `ui-control-center` from SkillHub official store.
npx skills add motivationationdaily/ui-control-center
ui-control-center
Purpose
Maintain the local Agent Control UI: reliability, caching, dashboards, trading tab, agents/workflows/skills tabs.
Use when
- UI shows stale/wrong state
- Port 8765 conflicts
- Need new tabs/endpoints
Safety rails
- Local-only binding (127.0.0.1)
- Avoid blocking the event loop: run heavy work in threads
Checklist
1) Ensure only one server listens on 8765. 2) Add cache-busting for static assets. 3) Keep endpoints resilient to missing files. 4) Log actions to audit.