create-routine

Create scheduled Python automation routines for EvoNexus ADW scripts.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill create-routine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-routine
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/create-routine
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill create-routine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many recurring operational and analytical tasks are manual, error-prone, or forgotten; this Skill streamlines turning those tasks into repeatable scheduled routines so they run automatically and reliably.

Core Features & Use Cases

  • Guided workflow: Asks what the routine should do, whether it needs AI or deterministic logic, schedule cadence, and desired outputs.
  • Script generation: Produces ready-to-run Python templates for AI-backed ADWs or pure systematic scripts placed in ADWs/routines/custom with recommended timeouts and logging.
  • Scheduler integration: Provides instructions to add the routine to the EvoNexus scheduler, including daily/weekly/monthly/interval examples and Makefile run targets.
  • Use Case: Create a daily competitor analysis report using an agent, a five-minute API health check with no AI, or a nightly metrics snapshot that appends to CSV.

Quick Start

Create a daily routine named content-performance that runs the pixel-social-media agent and outputs an HTML report.

Frequently Asked Questions about create-routine

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

FAQPage Schema
How do I automate recurring Python scripts and schedule them to run automatically?

This Skill creates scheduled automation routines by generating ready-to-run Python templates and registering them with the EvoNexus scheduler. It applies appropriate timeouts and logging to ensure recurring operational tasks run automatically and reliably.

What is the best way to set up an API health check that runs every five minutes?

Setting up a five-minute API health check involves generating a pure-Python script without AI, placed in ADWs/routines/custom. This Skill produces the script and provides scheduler interval examples to ensure consistent, automated API monitoring.

Can I build AI-driven automation routines for daily reports using this Skill?

Yes, you can build AI-driven automation routines by selecting an agent execution path within EvoNexus. This Skill produces Python scripts that run designated agents and output formatted HTML reports on a scheduled daily cadence.

Do I need to manually configure logging and timeouts for scheduled routines?

No, manual configuration is unnecessary. This Skill automatically generates Python templates placed in ADWs/routines/custom with recommended timeouts and logging already configured for your scheduled automation routines.

How do scheduled automation routines handle nightly data snapshots appending to CSV?

Scheduled automation routines handle nightly data snapshots by generating a systematic Python script that runs automatically on a schedule. The script executes the snapshot logic and appends the captured data directly to a CSV file output.