schedule-routine

Configure cloud-hosted Claude Code routines for cron, GitHub webhook, or API triggers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill schedule-routine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-routine
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/skills/schedule-routine
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill schedule-routine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of creating cloud-hosted Claude Code routines by guiding you through naming, repository selection, prompt design, trigger setup, connector choice, validation, and deployment.

Core Features & Use Cases

  • Guided routine creation: Walks through a complete six-step setup flow with state persistence so you can resume across sessions.
  • Trigger support: Configures cron schedules, GitHub events, or API-based RemoteTrigger workflows.
  • Connector-aware automation: Helps add GitHub, Linear, Slack, and Google Drive access only when the routine actually needs them.
  • Validation and recovery: Checks for vague prompts, invalid schedules, missing CLI tools, and known API issues before deploying.
  • Use case: Set up a weekly PR digest routine that summarizes open pull requests and posts the results to Slack without needing a local server.

Quick Start

Ask the schedule-routine skill to create a weekly GitHub-triggered routine that summarizes open pull requests and posts the result to Slack.

Frequently Asked Questions about schedule-routine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a cron job for Claude Code without a local server?

Configure a cloud-hosted Claude Code routine with a scheduled cron trigger to run prompts automatically at recurring intervals. This removes the need to maintain local infrastructure for automated execution.

Can I trigger Claude Code routines automatically from GitHub webhooks?

Yes, you can trigger Claude Code routines from GitHub webhooks by configuring event-driven triggers during routine setup. This enables workflows to execute automatically when specific repository events occur.

Does Claude Code automation support Slack and Google Drive connectors?

Yes, Claude Code automation supports adding Slack, Google Drive, GitHub, and Linear connectors. You selectively integrate these during setup only when your specific routine requires external data access.

What is the best way to create an API-triggered routine for Claude Code?

Use an API-based RemoteTrigger setup flow to create an API-triggered routine for Claude Code. This guided process handles prompt design, repository selection, and validation to ensure reliable deployment.

Why does my scheduled routine deployment fail validation?

Scheduled routine deployments fail validation due to vague prompts, invalid cron schedules, missing CLI tools, or known API issues. The system checks these constraints before launching to ensure reliable automation.