aevatar-scheduler

Automate Aevatar service execution with cron schedules and NyxID authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of automating the execution of Aevatar services on a recurring basis, eliminating the need for manual scheduling and reducing human error.

Core Features & Use Cases

  • Cron Scheduling: Set up and manage cron schedules to fire Aevatar services at regular intervals.
  • Authentication: Uses NyxID for secure, scope owner authentication.
  • Preview & Management: Allows users to preview cron schedules and manage them (enable, disable, run-now, update, delete).
  • Use Case: If you need to automate the execution of a service like fetching data or sending notifications at regular intervals, this Skill is essential.

Quick Start

Install the skill and use the following command to create a cron schedule for the 'data-fetcher' service to run every hour:

npx skills add ChronoAIProject/nyx-skills/aevatar-scheduler

Frequently Asked Questions about aevatar-scheduler

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

FAQPage Schema
How do I automate Aevatar service execution on a recurring schedule?

Automating Aevatar service execution on a recurring schedule involves setting up cron expressions to trigger services at defined intervals, which eliminates manual scheduling and reduces human error.

Can I preview and manage cron schedules for automated service invocations?

You can preview cron schedules and manage automated service invocations by enabling, disabling, executing run-now commands, updating, or deleting configured schedules.

Do I need NyxID authentication to set up cron schedules for Aevatar services?

NyxID authentication is required to set up cron schedules for Aevatar services, providing secure scope owner verification for automated service invocations within the platform.

What is the best way to trigger a data-fetcher service every hour using cron?

Triggering a data-fetcher service every hour is achieved by creating a cron schedule with an hourly expression, automating regular data retrieval without manual intervention.

What are the limitations of using cron expressions for Aevatar service automation?

Using cron expressions for Aevatar service automation requires precise syntax for time-based triggers and valid NyxID authentication to execute scheduled services successfully.