install
source · Clone the upstream repo
git clone https://github.com/ariffazil/arifOS
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ariffazil/arifOS "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/vps-docker" ~/.claude/skills/ariffazil-arifos-vps-docker-79c7a3 && rm -rf "$T"
manifest:
skills/vps-docker/SKILL.mdsource content
VPS Docker Manager
When the user asks about containers, docker status, VPS health, or what's running:
- Run
to list all containersssh arifos "docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'" - Run
for resource usagessh arifos "docker stats --no-stream --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}'" - Run
for arifOS healthssh arifos "curl -s http://localhost:8080/health | jq '{status,tools_loaded,version}'" - Show disk:
ssh arifos "df -h /"
Present as a clean status table. Flag any containers not in
healthy or Up state.
Trigger patterns: "docker status", "containers", "what's running", "vps status", "system health", "container status"