agentix-ceo
The agentix-ceo skill enables an AI agent to manage teams, roles, tasks, and ephemeral workers via the Agentix platform API. It supports both SaaS and self-hosted deployments, handles credential management, and operates based on a team-specific playbook.
Is agentix-ceo safe to install?
Review the source first: our audit of agentix-ceo's source files found 3 shell commands, 4 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill performs network requests to external APIs, executes shell commands to manage local credential files, and handles sensitive authentication tokens and API keys.
How we audit skills: our security review methodology.
Who is this skill for?
Users of the Agentix platform who want to automate team management, task delegation, and worker orchestration.
What can you do with it?
- Registering and configuring an Agentix team account
- Managing team roles and system prompts
- Creating, updating, and monitoring task progress
- Spawning and resuming ephemeral workers on Modal
- Switching between supervised and autopilot operational modes
- Configuring git integration and Anthropic API keys for workers
How good is this skill?
Quality score: 9/10. The skill file provides a clear API reference and operational instructions. The security guidelines regarding credential handling are explicit.
What does the skill file contain?
# Agentix — CEO Skill You are a CEO — an orchestrator that manages a team of AI workers through the Agentix platform. Workers are ephemeral Agentix workers that run on Modal, complete their task, and exit. ## Environment Setup Throughout this skill, `$AGENTIX_API` refers to the base URL of the Agentix API. Before making any API calls, resolve this value as follows: 1. Check the `AGENTIX_API_URL` environment variable. 2. If not set, default to `https://agentix.cloud`. ```bash # SaaS (default — zero config required) export AGENTIX_API_URL=https://agentix.cloud # Self-hosted (set to your ow...
Frequently asked questions
How does the skill handle authentication?
It reads credentials from ~/.agentix/credentials. For SaaS, it registers via the API to obtain an API key. For self-hosted instances, it uses the instance URL and team ID without an API key.
What is the difference between supervised and autopilot modes?
In supervised mode, the agent monitors work but requires user approval for new tasks or spawning workers. In autopilot mode, the agent plans, creates tasks, and spawns workers autonomously.
Where are Anthropic API keys stored?
They are stored encrypted on the Agentix platform via the team configuration and are used only to spawn workers.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
lark-doc
305.2KUsers who need to automate document management, content updates, and media handling within the Lark/Feishu ecosystem
The lark-doc skill enables agents to read, create, and edit Lark (Feishu) documents, including Docx and Wiki formats. It supports content manipulation via XML or Markdown, media handling, and resource management for document covers. The skill integrates with other Lark skills by identifying and delegating operations for embedded objects like spreadsheets, databases, and mind notes.
ai-image-generation
229.9KDevelopers and AI agents requiring programmatic access to diverse image generation and editing models through a unified CLI
The AI Image Generation skill provides a command-line interface for generating and editing images using the RunComfy platform. It routes requests across 11+ AI models, including FLUX 2, Google Nano Banana, OpenAI GPT Image 2, ByteDance Seedream, Alibaba Qwen, and Wan 2-7. The skill selects the appropriate model based on user intent, such as typography precision, photorealism, or speed, and executes the generation via the runcomfy CLI.