bychronoaiproject· 15 skills
Create and manage cron schedules that fire an Aevatar service on a recurring basis, authenticated as the scope owner via NyxID — over the REST API. Use when a user wants to "schedule", "run on a cron", "set up a recurring run", "run every day/hour/Monday", "automate this service on a timer", "preview a cron", "pause/resume/disable a schedule", or "run it now" — or hits token_expired on a scheduled run's late steps. It builds the schedule against a published service (identity + endpoint + payload + serving revision), uses scope-owner NyxID auth (which requires the owner's NyxID broker binding), documents the fire-time credential's fixed 5-minute lifetime and how to design runs around it, and covers preview, enable/disable, run-now, update, and delete. Publish the service first with the service-publisher skill.
$npx -y skills add chronoaiproject/nyxid --skill aevatar-schedulerInstalls into the current project.
Run `npx skills use "https://github.com/chronoaiproject/nyxid" --skill "chronoaiproject/nyxid/aevatar-scheduler"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/chronoaiproject/nyxid" that are relevant to the current task. Run `npx skills add "https://github.com/chronoaiproject/nyxid"` and select the relevant skills, then follow their instructions.