skel/.pi/skills/debug/SKILL.md
Diagnose and fix issues with the Pibox container environment — tools, paths, mounts, pi configuration.
npx skillsauth add rcarmo/piclaw debugInstall 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.
Diagnose and fix issues with the Pibox container environment.
Check system basics:
uname -a && cat /etc/os-release | head -3
whoami && id
df -h / /workspace /home/agent 2>/dev/null
free -h
Check tool availability:
for cmd in bun brew git rg make pi vim tmux htop jq curl; do
printf "%-8s " "$cmd"; which "$cmd" 2>/dev/null && "$cmd" --version 2>/dev/null | head -1 || echo "NOT FOUND"
done
Check pi configuration:
echo "=== Global skills ===" && ls ~/.pi/agent/skills/ 2>/dev/null || echo "none"
echo "=== Global settings ===" && cat ~/.pi/agent/settings.json 2>/dev/null || echo "none"
echo "=== Project AGENTS.md ===" && head -5 AGENTS.md 2>/dev/null || echo "none"
echo "=== Project skills ===" && ls .pi/skills/ 2>/dev/null || echo "none"
Check piclaw (if running):
echo "=== Piclaw ===" && pgrep -af "bun.*piclaw" || echo "not running"
ls -la data/ipc/ 2>/dev/null || echo "no IPC directory"
Report findings and suggest fixes.
source ~/.bashrc or check ~/.bun/bin is in PATHeval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"bun add -g @mariozechner/pi-coding-agentsudo chown -R agent:agent /workspace/config volume is mounted and ~/.pi is symlinkeddocumentation
Resolve Teams or SharePoint document links to canonical metadata.
development
Search the web via SearXNG and optionally convert result pages to Markdown.
development
Search via SearXNG, fetch top results, and return quick summaries plus markdown.
testing
Fetch a user's recent tweets (tweets, replies, retweets) using Playwright + Nitter fallbacks and produce compact JSON/Markdown summaries.