bychronoaiproject· 15 skills
Build an Aevatar agent team and its members over the REST API. Use when a user wants to "create a team", "add a member", "make a workflow member / script member / gagent member", "set the team's entry point", or "assemble agents into a team". It creates the team, creates members whose implementation is a workflow (most common), a script, or a hosted gagent, binds each member's concrete implementation (the workflow YAML is attached here), waits for the async binding to succeed, and sets the team entry member. Author the workflow YAML first with the workflow-authoring skill; publish the result as a service with the service-publisher skill.
$npx -y skills add chronoaiproject/nyxid --skill aevatar-team-builderInstalls into the current project.
Run `npx skills use "https://github.com/chronoaiproject/nyxid" --skill "chronoaiproject/nyxid/aevatar-team-builder"` 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.