skills/evo-team-status/SKILL.md
Check if the evo-agent-team dashboard server is running and report its status including port, monitored directory, and health.
npx skillsauth add GeminiLight/evo-agent-team skills/evo-team-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.
Check the evo-agent-team dashboard server status and report findings.
!curl -s --connect-timeout 2 http://localhost:${EVO_TEAM_PORT:-3006}/api/teams 2>/dev/null && echo "__SERVER_UP__" || echo "__SERVER_DOWN__"
If the output contains __SERVER_UP__:
http://localhost:${EVO_TEAM_PORT:-3006}isDemoMode field)/evo-team:open to open the dashboard in your browser."If the output contains __SERVER_DOWN__:
evo-agent-team --cwd <project-directory>
--port <port> to use a custom portKeep the output concise — a few lines max. Use a status indicator:
development
Open the evo-agent-team dashboard in your default web browser. Detects the OS and uses the appropriate open command.
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).
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".