schedule-recipe

GitHub

将重复性任务意图转化为具体可执行的调度配置。支持Claude Code、GitHub Actions、n8n等多种运行器,自动生成精确的定时命令、运行提示词、失败告警及首次测试计划,确保任务可靠执行。

skills/schedule-recipe/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

设置周期性AI任务或例行报告 配置cron作业或自动化工作流 将技能集成到n8n或GitHub Actions

Install

npx skills add mohitagw15856/pm-claude-skills --skill schedule-recipe -g -y
More Options

Use without installing

npx skills use mohitagw15856/pm-claude-skills@schedule-recipe

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill schedule-recipe -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "schedule-recipe",
    "description": "Turn 'run this every Friday at 4pm' into a working, copy-paste schedule on the user's actual runner. Use when asked to schedule a recurring AI task, set up a routine or cron job for a skill, automate a weekly report, or wire a skill into n8n or GitHub Actions. Produces the exact setup for the chosen runner plus the prompt to run, failure alerting, and a first-run test plan."
}

Schedule Recipe Skill

Convert a recurring intent — "competitive briefing every Monday 8am" — into the concrete, copy-paste setup for whatever runner the user actually has, with failure handling so it degrades loudly, not silently.

What This Skill Produces

  • A runner recommendation (or confirmation of the user's choice) with the reason
  • The exact setup — command, cron expression, or workflow file — ready to paste
  • The run prompt: what the scheduled agent should do each cycle, including which skill to load
  • Failure alerting and a first-run test plan

Required Inputs

Ask for (if not already provided):

  • What should run — which skill or task, and what inputs it reads each cycle
  • Cadence and timezone — "every Friday 4pm" means nothing without one
  • Where it can run — Claude Code (routines/loops), a server with cron, n8n, or GitHub Actions
  • Where the output should land — file in a repo, Slack/email, a Brain folder, a PR

Runner Selection

Pick the simplest runner the user already has, in this order:

Runner Choose when Setup shape
Claude Code routine (/schedule) The user lives in Claude Code and the task needs an agent (reads repos, runs skills) A scheduled cloud agent with the run prompt
Claude Code /loop Same-session polling or short-lived recurrence, not a standing schedule /loop <interval> <command>
GitHub Actions cron Inputs and output both live in a repo; team wants runs versioned and reviewable A workflow YAML with schedule: trigger
n8n / Make The trigger or output is a SaaS app (Slack, CRM, sheets) A workflow calling the skills REST API
System cron A server exists and the task is a script A crontab line invoking the CLI

State the choice and the runner-up. If the user names a runner, use it — don't relitigate.

The Run Prompt

Every recipe includes the prompt the scheduled run executes. It must contain:

  1. The skill to load and the artifact to produce
  2. The sources to read this cycle — explicit paths/URLs, not "the usual"
  3. Where to write the result and how to mark the edition (date, sources read)
  4. What to do on missing sources — name the failure behaviour, never fabricate
  5. Delta instruction if recurring: read the previous edition first and report changes (see delta-briefing)

Output Format

Schedule Recipe: [task] — [cadence]

Runner: [choice] — because [one line]. Runner-up: [alternative] if [condition].

Setup (copy-paste):

[the exact command / crontab line / workflow YAML / n8n outline]

Run prompt:

[the full prompt the scheduled agent executes each cycle]

Failure alerting: [how a failed/skipped run becomes visible — e.g. the run posts an error note to the same channel it would post the brief].

First-run test: trigger one run manually now; check [the two or three things that prove it worked] before trusting the schedule.

Quality Checks

  • The cron expression / schedule matches the stated cadence and timezone — show the conversion
  • The setup block is genuinely copy-paste: no <placeholders> left except secrets, which are named
  • The run prompt names explicit sources and an output destination
  • A failed run is visible somewhere a human already looks
  • The recipe includes a manual first-run test, not just "it'll fire Monday"

Anti-Patterns

  • Do not pick a runner the user doesn't have — a perfect n8n flow is useless without n8n
  • Do not write a run prompt that says "as usual" or relies on the agent remembering prior runs without a stored previous edition
  • Do not schedule without failure alerting — silence and success must not look identical
  • Do not default to hourly/daily to "be safe" — match the cadence to how often the inputs change
  • Do not put secrets inline in the setup block — reference the runner's secret store

Version History

  • a38bc30 Current 2026-07-05 11:43

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
7e2b45bd
Indexed
2026-07-05 11:43

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 11:14
浙ICP备14020137号-1 $방문자$