Routine Recipes
Routines are scheduled Claude Code agents that run automatically. Connect Rampify as a connector and the routine gets access to all MCP tools. Each recipe below includes the full prompt, setup instructions, and a ready-to-paste CLI command.
Available Routines#
| Routine | Trigger | Tools Used |
|---|---|---|
| Weekly SEO Audit | Schedule (weekly) | crawl_site, get_issues, get_page_seo |
| Post-Deploy SEO Check | GitHub event | scan_page, get_issues, optimize_content |
| Weekly GSC Digest | Schedule (weekly) | get_gsc_insights |
| Monthly Keyword Tracking | Schedule (monthly) | get_keyword_clusters, lookup_keywords |
| Broken Link Check | Schedule (weekly) | crawl_site, get_issues |
| Content Freshness Review | Schedule (monthly) | get_page_seo, get_gsc_insights |
| New Page SEO Verification | API trigger | scan_page, optimize_content, generate_meta |
| Competitor Keyword Gap | Schedule (weekly) | get_keyword_clusters, lookup_keywords, suggest_keywords |
How Routines Work#
- You create a routine in Claude Code (CLI, web, or desktop)
- Add Rampify as a connector so Claude can use the MCP tools
- Set a trigger: cron schedule, GitHub webhook, or API call
- Claude runs the prompt automatically and delivers the results
Each routine page includes the full prompt text, CLI command, and step-by-step setup for web and desktop.