Full VPS Docker status — all containers, resource usage, arifOS health
Scanned 9/13/2026
Install to Claude Code
npx -y skills add ariffazil/arifOS --skill vps-docker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vps Docker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ariffazil-vps-docker)More formats (shields.io, HTML) on the badges page.
---
name: vps-docker
description: Full VPS Docker status — all containers, resource usage, arifOS health
user-invocable: true
---
# VPS Docker Manager
When the user asks about containers, docker status, VPS health, or what's running:
1. Run `ssh arifos "docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'"` to list all containers
2. Run `ssh arifos "docker stats --no-stream --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}'"` for resource usage
3. Run `ssh arifos "curl -s http://localhost:8080/health | jq '{status,tools_loaded,version}'"` for arifOS health
4. 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"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!