SOTA agent skills for OpenClaw — built for production, not demos.
Observability. Security. Code quality. Incident response. Operator productivity. Real CLI integrations. Safe by default. Ship-grade or don't ship.
| Skill | Description | Version | Install |
|---|---|---|---|
| vibe-check | Code quality auditor for risky AI-generated patterns. Catches what linters miss. | 0.1.1 | clawhub install vibe-check |
| dep-audit | Dependency vulnerability scanner across npm, pip, Cargo, and Go. | 0.1.3 | clawhub install dep-audit |
| rug-checker | Solana token risk analysis with visual scoring. Trust, but verify. | 0.1.3 | clawhub install rug-checker |
| Skill | Description | Version | Install |
|---|---|---|---|
| prom-query | Prometheus metrics query and alert interpreter. | 1.0.1 | clawhub install prom-query |
| kube-medic | Kubernetes cluster triage and diagnostics. First responder for your pods. | 1.0.1 | clawhub install kube-medic |
| log-dive | Unified log investigation — Loki, Elasticsearch, CloudWatch. One skill, every backend. | 0.1.1 | clawhub install log-dive |
| tf-plan-review | Terraform plan risk assessment before you hit apply and regret it. | 0.1.1 | clawhub install tf-plan-review |
| Skill | Description | Version | Install |
|---|---|---|---|
| pager-triage | PagerDuty incident triage and on-call workflow support. 3 AM just got easier. | 0.1.1 | clawhub install pager-triage |
| swarm-self-heal | Swarm reliability watchdog — gateway, channel, and lane health with bounded recovery. Your agents watch themselves. | 0.1.0 | clawhub install swarm-self-heal |
| Skill | Description | Version | Install |
|---|---|---|---|
| feed-diet | Information-diet analysis across HN and RSS/OPML. Cut the noise. | 0.1.1 | clawhub install feed-diet |
| meeting-autopilot | Transcript-to-action pipeline — decisions, owners, follow-ups. No more "what did we decide?" | 0.1.1 | clawhub install meeting-autopilot |
| Skill | Description | Version | Install |
|---|---|---|---|
| agentic-devops | Docker, process, log, and health operations toolkit. The basics, done right. | 1.0.0 | clawhub install agentic-devops |
| context-engineer | Context-window analysis and optimization workflows. Know what your agent actually sees. | 1.0.0 | clawhub install context-engineer |
clawhub install agentic-devops # operator essentials
clawhub install dep-audit # supply-chain hygiene
clawhub install log-dive # unified log investigation
clawhub install vibe-check # catch AI-generated footgunsNew skills must be categorized into an existing section above (or propose a new category with justification). Every skill needs:
- A folder under
skills/<skill-name>/ - A
SKILL.mdwith frontmatter (name, description, license, metadata) - A row in the appropriate category table in this README
- Version tracking and a CHANGELOG entry
Follow the existing format exactly — folder layout, metadata schema, table style.
- Anvil AI: anvil-ai.io
- ClawHub: clawhub.com
- OpenClaw: github.com/moltbot/moltbot
- This repo: cacheforge-ai/cacheforge-skills