openclawv1.0.0
ClawVitals
@ANGUARDA⭐ 1 stars· last commit 1mo ago· 0 open issues
OpenClaw skill for security health checks and recurring posture tracking. Install via: clawhub install clawvitals
7.6/10
Verified
Apr 25, 2026// RATINGS
🟢ProSkills ScoreAI Verified
7.6/10📍
Not yet listed on ClawHub or SkillsMP
// README
# ClawVitals
Security health check for self-hosted [OpenClaw](https://openclaw.ai) installations.
Check your OpenClaw security vitals — scans your installation, scores your setup, and shows you exactly what to fix.
🌐 **[clawvitals.io](https://clawvitals.io)**
---
## Repository structure
```
skill/ → ClawHub skill (instruction-based, stateless)
plugin/ → OpenClaw plugin (runtime, persistent) — coming soon
shared/
controls/ → Control library (shared between skill and plugin)
```
## Skills
Two ClawHub slugs, one source. Both are built from `skill/SKILL.md` — content is identical, only the name differs.
| Slug | Install | Purpose |
|---|---|---|
| `clawvitals` | `npx clawhub install clawvitals` | Primary brand |
| `securityvitals` | `npx clawhub install securityvitals` | Search discoverability ("security vitals") |
Both point to clawvitals.io. One may be deprecated in future.
→ [skill/README.md](skill/README.md) · [clawvitals.io/docs](https://clawvitals.io/docs)
## Publishing
Use the publish script to keep both skills in sync:
```bash
./scripts/publish.sh <version> "<changelog message>"
```
This publishes `clawvitals` and `securityvitals` atomically from the same `skill/` source. Never publish one without the other.
## Plugin
The plugin adds scan history, delta detection, scheduled scans, exclusion management, and telemetry. Coming soon.
```bash
# When available:
openclaw plugins install @anguarda/clawvitals
```
→ [plugin/README.md](plugin/README.md)
## License
MIT — see [skill/LICENSE](skill/LICENSE)
// HOW IT'S BUILT
KEY FILES
README.md
// REPO STATS
1 stars
0 open issues
Last commit: 1mo ago
// SHARE
// SOURCE
View on GitHub// PROSKILLS SCORE
7.6/10
Good
BREAKDOWN
Functionality8/10
Documentation8/10
Security8/10
Maintenance8/10
Usefulness7/10
Uniqueness7/10
Code Quality7.5/10
// DETAILS
Categorysecurity
AuthorANGUARDA
Versionv1.0.0
PriceFree
Securityclean