Agent Skills
› iii-experimental/agentos
› status
status
GitHub提供系统状态与健康检查功能,包括仪表盘统计、健康检查、代理列表及工作器状态查询。
Trigger Scenarios
需要查看系统整体运行状态
执行服务健康检查
监控代理或工作器实例状态
Install
npx skills add iii-experimental/agentos --skill status -g -y
SKILL.md
Frontmatter
{
"name": "status",
"effort": "normal",
"toolScope": [
"Bash",
"Read"
],
"description": "System status and health checks — dashboard stats, agent health, worker status"
}
Status checks:
- Dashboard:
curl http://localhost:3111/api/dashboard/stats - Health:
curl http://localhost:3111/api/health - Agent list:
curl http://localhost:3111/api/agents/list - Worker status:
curl http://localhost:3111/api/workers/status
Version History
- caca2b4 Current 2026-07-25 09:41


