aevatar-agent-profile-management

Create, validate, and publish Aevatar Agent Profiles with ETag-based concurrency control.

36|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/ChronoAIProject/NyxID --skill aevatar-agent-profile-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aevatar-agent-profile-management
Source: https://github.com/ChronoAIProject/NyxID/tree/main/skills/aevatar-agent-profile-management
Command: npx skills add https://github.com/ChronoAIProject/NyxID --skill aevatar-agent-profile-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create and manage Aevatar Agent Profiles so you can define what an agent is, what it may do, and which exact Ornn skills it may bind without confusing profiles with workflows, services, or schedules.

Core Features & Use Cases

  • Profile lifecycle management: Create, update, validate, and publish agent profiles with strong ETag-based concurrency control.
  • Exact skill binding: Bind Ornn skills using precise identity facts such as skill GUID, literal version, canonical name, and publisher ID.
  • Safety and routing controls: Set tool ceilings, routing policies, activation modes, and validation rules to prevent accidental overreach.
  • Use case: If you need an agent profile that can be published only after validation and must never exceed a strict tool allowlist, this Skill guides the full process.

Quick Start

Ask the assistant to create or update an Aevatar Agent Profile, validate the draft, and publish it only after confirming the exact skill bindings and ETag are correct.

Frequently Asked Questions about aevatar-agent-profile-management

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

FAQPage Schema
How do I create and publish an Aevatar agent profile with exact Ornn skill bindings?

To create and publish an Aevatar agent profile, draft the profile, configure routing policies and tool ceilings, then validate the draft. Publishing requires exact Ornn skill binding facts like skill GUID, literal version, canonical name, and publisher ID.

How does ETag-based concurrency control work for agent profile mutation?

ETag-based concurrency control for agent profile mutation prevents conflicting updates by requiring exact profile identity handling. You must provide the correct ETag during creation, updating, or publishing to ensure safe, closed request body mutations across agent management workflows.

What do I need to verify before publishing an agent profile with Ornn skill bindings?

Before publishing an agent profile, you must verify the exact Ornn skill binding identity facts including the skill GUID, literal version, canonical name, and publisher ID. This deployment-gated capability check ensures exact profile identity handling and prevents accidental overreach.

Can I set tool authority ceilings and routing policies when managing agent profiles?

Yes, when managing agent profiles you can set tool authority ceilings, routing policies, and activation modes. These safety and routing controls enforce validation rules that prevent an agent from exceeding a strict tool allowlist during deployment-gated capability checks.

What is the difference between an Aevatar agent profile and a workflow or service?

An Aevatar agent profile defines what an agent is, what it may do, and which exact Ornn skills it may bind. This distinction prevents confusing profiles with workflows, services, or schedules by focusing on strict identity handling and capability boundaries.

Why does agent profile validation fail when binding Ornn skills?

Agent profile validation fails when Ornn skill bindings lack exact identity facts. You must confirm the exact skill GUID, literal version, canonical name, and publisher ID, alongside a valid ETag and closed request body, to pass deployment-gated capability checks.