/SKILL.md
# tap - Process Supervisor for LLM Agents You are using `tap`, a process supervisor with queryable logs. This guide helps you use tap effectively. ## Quick Reference ```bash tap ls # List all services tap observe <svc> --last 50 # View last 50 log lines tap observe <svc> --grep "error" # Search logs for "error" tap restart <svc> # Restart a service tap status <svc> # Get detailed status ``` ## When to Check Logs
npx skillsauth add bbatchelder/tap tapInstall 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.
You are using tap, a process supervisor with queryable logs. This guide helps you use tap effectively.
tap ls # List all services
tap observe <svc> --last 50 # View last 50 log lines
tap observe <svc> --grep "error" # Search logs for "error"
tap restart <svc> # Restart a service
tap status <svc> # Get detailed status
--greptap ls
Look at the STATE column. "running" means healthy.
tap observe website --last 100 --grep "error" --regex
tap observe website --since 5m
tap observe website --stream stderr --last 50
Not all services hot-reload. Restart when:
npx prisma generate requires server restarttap restart <svc>Services in subdirectories have prefixed names:
./sock/myapp.sock → myapp./packages/api/sock/server.sock → packages:api:serverUse tap ls to see all discovered services.
tap ls to see what's running--last N to limit output (default is 80 lines)--grep to filter logs instead of piping through greptesting
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".
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).