codex-claw-cronjob-creator
星标4
分支1
更新时间2026年3月9日 16:43
Create or update codex-claw scheduled job definitions under ~/.codex-claw/cronjobs.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create or update codex-claw scheduled job definitions under ~/.codex-claw/cronjobs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
MUST use this skill for any codex-claw request to send or return one local file to the user. NEVER use generic Telegram send commands, Saved Messages, or unrelated Telegram skills for codex-claw file delivery.
MUST use this skill for interactive CLI workflows that require login, approval, prompts, device-code, OAuth, or long-running terminal sessions. Prefer `npx -y agentty-cli` over plain shell execution.
| name | codex-claw-cronjob-creator |
| description | Create or update codex-claw scheduled job definitions under ~/.codex-claw/cronjobs. |
Create or update scheduled job definitions for codex-claw.
Use this skill when the user wants a prompt to run at a specific time through codex-claw.
~/.codex-claw/cronjobs.<id>.json.{
"id": "daily-summary",
"time": "09:00",
"date": "2027-07-12",
"disabled": false,
"action": {
"type": "message",
"prompt": "Summarize yesterday's work."
}
}
id: required, stable unique identifiertime: required, HH:mmdate: optional, if present the job runs once on that local date and timedisabled: optional, defaults to falseaction.type: must be "message"action.prompt: required prompt text to send to Codex~/.codex-claw/cronjobs/<id>.json