aevatar-team-builder

Manage Aevatar team structures via a RESTful API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) and references (resource) components.

What problem does it solve?

Automates the creation, addition, and management of Aevatar teams and their members using a REST API.

Core Features & Use Cases

  • Team Creation: Create Aevatar teams and add members backed by workflows, scripts, or hosted gagents.
  • Member Implementation: Attach workflow YAML, scripts, or gagent details to members for asynchronous binding.
  • Entry Point Setup: Define the team's entry point member, enabling the first point of contact.
  • Use Case: A project manager wants to quickly build a team with workflows and scripts, ensuring they have a standardized way of assembling Aevatars.

Quick Start

Install the aevatar-team-builder skill, create a new team with npx skills add ChronoAIProject/nyx-skills/aevatar-team-builder, and add a member using aev "api/scopes/$scopeId/members" -m POST ....

Frequently Asked Questions about aevatar-team-builder

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

FAQPage Schema
How do I create an Aevatar team and add members using a REST API?

You can create an Aevatar team and add members via a REST API by sending POST requests to the team and members endpoints, attaching workflow YAML, scripts, or gagent details to asynchronously bind member implementations.

What is the best way to automate Aevatar team management?

Automating Aevatar team management is best handled through REST API calls that create team structures, define entry point members, and attach workflows or scripts for asynchronous agent assembly.

Can I attach workflow YAML and scripts to Aevatar team members?

Yes, you can attach workflow YAML, scripts, or gagent details to Aevatar team members during creation, enabling asynchronous binding for automated agent assembly.

How do I set up an entry point member for an Aevatar team?

To set up an entry point member for an Aevatar team, define the designated member as the first point of contact during the team creation API workflow.

Do I need to host gagents before adding them to an Aevatar team?

No, you do not need to host gagents beforehand. The Aevatar team builder API supports asynchronous binding, allowing you to add members and attach gagent details that bind later.