codex-claw-cronjob-creator
Create or update codex-claw scheduled job definitions under ~/.codex-claw/cronjobs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or update codex-claw scheduled job definitions under ~/.codex-claw/cronjobs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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