Agent Skills
› iii-experimental/agentos
› status
status
GitHub提供系统状态与健康检查功能,包括仪表盘统计、健康检查、智能体列表及工作器状态查询。
触发场景
查看系统仪表盘统计数据
检查服务健康状态
获取智能体列表信息
查询工作器运行状态
安装
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
版本历史
- caca2b4 当前 2026-07-25 09:41


