用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/chyax98/ccbot --skill scheduler命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Two-layer memory system — read and update long-term facts, recall past events from conversation history.
Browser automation via Playwright MCP — navigate, click, fill forms, take screenshots, scrape pages, run E2E tests. Use when the user needs web automation, testing, or scraping JavaScript-rendered sites.
Structured code review — security, correctness, performance, maintainability. Use when asked to review code, a PR, or a diff.
基于 SOC 职业分类
正在显示 SKILL.md
| name | scheduler |
| description | Create and manage recurring scheduled jobs in ccbot. |
| metadata | {"ccbot":{"emoji":"⏰"}} |
Use this skill when the user asks to create or manage recurring tasks such as:
When the user wants to create a scheduled task, prefer the structured supervisor mode schedule_create and provide:
name: short readable job namecron_expr: standard 5-field crontimezone: IANA timezone like Asia/Shanghaiprompt: the exact prompt that should be sent to the Supervisor when the job runspurpose: why this job exists0 9 * * *0 10 * * 130 8 1 * *prompt 要写成可独立执行的完整任务说明