bychronoaiproject· 15 skills
Universal try-catch fallback for the aevatar model. Use whenever, after a genuine attempt, you cannot complete the user's request with available server-side capabilities — no matching skill/workflow/connector/tool, a terminal failure, or a task that inherently needs the caller's local environment (files, shell, local context). Instead of failing opaquely or fabricating, return the original request verbatim to the calling agent so it can finish with its own local tools. Generic by design — addresses "the calling agent" with no hardcoded client or skill names.
$npx -y skills add chronoaiproject/nyxid --skill fallback-to-calling-agentInstalls into the current project.
Run `npx skills use "https://github.com/chronoaiproject/nyxid" --skill "chronoaiproject/nyxid/fallback-to-calling-agent"` 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.