| name | agent-zero |
| description | Create and manage Agent Zero autonomous tasks. Run goals, check status, cancel tasks, list history, and use pre-built templates. |
| metadata | {"thinkfleetbot":{"emoji":"🧠","requires":{},"always":true}} |
Agent Zero Skill
Agent Zero is an autonomous task execution engine running inside the ThinkFleetBot container. It can execute multi-step goals using tools like shell commands, Python scripts, filesystem operations, and web access.
Run a Task
Create and start an Agent Zero task with a goal description:
/az run Research the latest trends in AI agent frameworks and summarize the top 5
The task runs asynchronously. You'll receive progress updates and a final summary with artifacts.
Check Task Status
Get the current status and progress of a running or completed task:
/az status <taskId>
Cancel a Task
Cancel a running task:
/az cancel <taskId>
List Tasks
List recent Agent Zero tasks for this agent:
/az list
Templates
List available pre-built task templates:
/az templates
Run a template by name:
/az template "Research Competitor" --company "Acme Corp" --market "SaaS"
Task History
View completed task history with summaries:
/az history
Constraints
Tasks run with configurable constraints:
- Time budget: Max execution time (default 300s, max 3600s)