一键导入
Check Kuro's current status, health, and recent activity in one shot
npx skills add https://github.com/miles990/mini-agent --skill kuro-status复制此命令并粘贴到 Claude Code 中以安装该技能
Check Kuro's current status, health, and recent activity in one shot
npx skills add https://github.com/miles990/mini-agent --skill kuro-status复制此命令并粘贴到 Claude Code 中以安装该技能
Personal AI Agent with Memory + Proactivity - Multi-instance support
Pre-edit coordination ritual for the shared mini-agent tree — checks Kuro's cycle state, current branch, and whether worktree isolation is needed before touching src/ or memory/. Use before editing src/ or memory/ in the mini-agent repo.
Verify that code/config changes are actually persisted (committed + pushed + PR), not left uncommitted on the volatile runtime/main checkout. Use before claiming any "套用/執行/完成" of a change, or when a task asked to apply changes.
Run all mini-agent health-check and janitor scripts in one pass and summarize the results. Use when the user wants a project health check or types /health-sweep.
Deploy Kuro changes through CI/CD pipeline with pre-flight checks and post-deploy verification
| 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: