aevatar-automation

Automate scheduling and workflow tasks within the Aevatar system.

Updated May 4, 2026
One-click install
npx skills add https://github.com/ChronoAIProject/nyx-skills --skill aevatar-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aevatar-automation
Source: https://github.com/ChronoAIProject/nyx-skills/tree/main/aevatar-automation
Command: npx skills add https://github.com/ChronoAIProject/nyx-skills --skill aevatar-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates scheduling and workflow tasks within the Aevatar system, streamlining processes and reducing manual work.

Core Features & Use Cases

  • Aevatar Scheduling: Create and manage scheduled automation agents for recurring tasks.
  • Workflow Automation: Automate the creation of workflows and manage long-running tasks.
  • Credential Management: Handle the lifecycle of credentials for scheduled runs.
  • Use Case: For instance, use this Skill to automate the creation of a scheduled agent that generates a daily report, sends it to a specified chat target, and manages the necessary credentials for the process.

Quick Start

Schedule a new automation task using the aevatar-automation skill with the command: schedule_task "Generate daily report" /path/to/report -s "0 9 * * *".

Frequently Asked Questions about aevatar-automation

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

FAQPage Schema
How do I automate recurring workflow tasks within the Aevatar system?

You can automate recurring workflow tasks in the Aevatar system by creating scheduled automation agents. This Skill coordinates long-running processes and manages credential lifetimes to reduce manual work.

How do I schedule a daily report generation task using Aevatar automation?

You can schedule a daily report generation task by running the command `schedule_task "Generate daily report" /path/to/report -s "0 9 * * *"`, which sets up a recurring agent to execute the workflow automatically.

Do I need Aevatar system integration to run scheduled automation agents?

Yes, Aevatar system integration is required for task execution. The Skill coordinates scheduling, workflow automation, and credential management specifically within the Aevatar environment to run scheduled agents.

How does credential management work for long-running automation tasks?

Credential management handles the lifecycle of credentials for scheduled runs. The Skill automatically manages these credentials, ensuring that long-running automation tasks maintain proper authentication throughout their execution.

What scheduling protocols are supported for Aevatar workflow automation?

The Skill supports various scheduling protocols for Aevatar workflow automation, allowing you to define recurring execution times, such as cron syntax, to coordinate and manage long-running tasks effectively.