.claude/skills/kuro-status/SKILL.md
Check Kuro's current status, health, and recent activity in one shot
npx skillsauth add miles990/mini-agent kuro-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
data-ai
Personal AI Agent with Memory + Proactivity - Multi-instance support
testing
Deploy Kuro changes through CI/CD pipeline with pre-flight checks and post-deploy verification
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).