zylos-ai
@zylos-ai Organization
Public Skills
coco-workspace
by zylos-ai
COCO Workspace 任务代理 (Guided Autonomy)。凡通过 coco-workspace 收到的用户消息, 处理任务前必须先加载并遵守本 skill:先判断是任务还是问话/闲聊;是任务则必须走完整流程—— 确认归属项目 + 知识库 → 登记 Issue→Task(谁执行谁建,Issue owner=发起人)→ 执行 → owner 发起人验收通过才算完成/归档, 不要跳过流程直接开干。含效率捷径 / 状态机 / 行为护栏 / 记忆触发点。 Config at ~/zylos/components/coco-workspace/config.json. Service: pm2 zylos-coco-workspace.
dashboard
by zylos-ai
Read-only Zylos observability dashboard for agent state, costs, tools, communication, scheduler, and PM2 service health. Full features on Claude runtime. PM2, system health, communication, and scheduler monitoring on all runtimes.
telegram
by zylos-ai
Telegram Bot communication channel (long polling mode, works behind firewalls). Use when: (1) replying to Telegram messages (DM or group @mentions), (2) sending proactive messages or media (images, files) to Telegram users or groups, (3) managing DM access control (dmPolicy: open/allowlist/owner, dmAllowFrom list), (4) managing group access control (groupPolicy, per-group allowFrom, smart/mention modes), (5) configuring the bot (admin CLI, proxy settings), (6) troubleshooting Telegram bot connection or polling issues. Config at ~/zylos/components/telegram/config.json. Service: pm2 zylos-telegram.
pages
by zylos-ai
Markdown-to-HTML rendering component for zylos. Renders .md files as beautifully styled web pages with code highlighting, dark/light theme, and table of contents. Use when writing reports, documentation, or any content that should be published as a web page. Agent writes a .md file, it's immediately accessible via URL.