用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/miles990/mini-agent --skill kuro-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | kuro-status |
| description | Check Kuro's current status, health, and recent activity in one shot |
| user_invocable | true |
Standardized status inquiry: health → loop → recent activity → issues.
Health check
curl -sf http://localhost:3001/health
If unreachable, report "Kuro offline" and stop.
Unified status
curl -sf http://localhost:3001/status | jq '{instance: .instance, uptime: .uptime, claude: .claude, loop: .loop, cron: .cron, telegram: .telegram}'
Recent logs (last 20 lines)
tail -20 ~/.mini-agent/instances/*/server.log 2>/dev/null || echo "No server.log found"
All timestamps are UTC. Do not interpret as local time.
Open GitHub issues
gh issue list --repo $(git remote get-url origin | sed 's/.*github.com[:/]//' | sed 's/.git$//') --limit 5 --state open 2>/dev/null || echo "gh not available or no remote"
Report summary Present a concise table:
基于 SOC 职业分类