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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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