← ClaudeAtlas

put-it-on-autopilotlisted

Generate GitHub Actions workflows for the recommended cadence, calling `rainmaker routine` and `rainmaker report`, and print the exact secrets the user needs to set before the workflow can run. Use this skill whenever the user asks to: - Set up automation, cron, or scheduled runs - Run Rainmaker weekly or monthly on autopilot - Configure GitHub Actions for their SEO work Trigger even for casual requests like "set up automation", "run this weekly", "put this on a cron job", "autopilot my SEO checks".
vcxcvii/rainmaker · ★ 0 · AI & Automation · score 67
Install: claude install-skill vcxcvii/rainmaker
# put-it-on-autopilot ## Context load Run `rainmaker context --check` first. It prints what exists, what is stale, and exits 1 if anything this skill requires is missing. Then read, in this order: 1. `context/business.md` in full. If absent, stop: "No business context. Run `rainmaker audit`, then the `know-my-buyer` skill." 2. `context/voice.md` if this skill writes prose. If absent, stop and say so. 3. `context/glossary.md` if this skill names products, features or competitors. 4. `data/strategy.json` if this skill reads or writes strategy. 5. Only the `data/` files listed in this skill's Consumes table. Never crawl or call an API the core already covers. If `strategy.json.context_hash` does not match the current hash of `context/business.md`, say exactly: "Business context was edited after the strategy was written. Re-run `know-my-buyer`, or run `rainmaker context --sync` to accept the prose as authoritative." Then stop. If `context/business.md` carries `confidence: stub`, continue, and stamp every output with: "Built on a stub context. Nothing in it came from a buyer. Run `know-my-buyer` to replace it." ## Consumes | File | Why | If missing | |---|---|---| | `rainmaker.config.yml` | site shape (URL count, publish rate), to recommend a cadence | required | | `.env.example` | which secrets the workflow will need | present in every install | ## Produces `.github/workflows/weekly.yml`, `.github/workflows/monthly.yml`. ## Procedure 1. Determine site shape from the