en un clic
agents
Create and manage agents with isolated sessions and routing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Create and manage agents with isolated sessions and routing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | agents |
| description | Create and manage agents with isolated sessions and routing |
| trigger | automatic |
Agents are isolated assistant profiles with their own instructions, model, skills, and session memory. Use the agent_manage tool to create and manage them.
| Action | Required Params | Description |
|---|---|---|
| create | name | Create agent (auto-generates ID from name) |
| list | — | List all agents with status |
| get | agent_id | Get agent details |
| update | agent_id | Update agent settings |
| delete | agent_id | Remove agent |
| set_default | agent_id | Set as default for unassigned users |
| Field | Purpose | Example |
|---|---|---|
| name | Display name | "Work Assistant" |
| description | Short description | "Handles work-related queries" |
| model | LLM model override | "claude-sonnet-4-20250514" |
| instructions | System prompt | "You are a formal assistant" |
| channels | Route all messages from channel | ["slack"] |
| skills | Enabled skills (empty=none, omit=all) | ["memory"] |
| emoji | Identity emoji name | "briefcase" |
| tool_profile | Tool access level | "coding" |
| max_turns | Max agent loop iterations | 15 |
| active | Enable/disable | true |
store and retrieve long-term memories (facts, preferences, context)
Core behavior guidelines for agent interactions
Handle images, audio, and document files for messaging channels
Automate web browsing, scraping, and form interaction
Create and manage persistent interactive workspaces
Schedule jobs to run at specific times or intervals