diff --git a/README.md b/README.md index 676a0c7..c25b770 100644 --- a/README.md +++ b/README.md @@ -159,14 +159,22 @@ See [`skills/clawsec-nanoclaw/INSTALL.md`](skills/clawsec-nanoclaw/INSTALL.md) f The **clawsec-suite** is a skill-of-skills manager that installs, verifies, and maintains security skills from the ClawSec catalog. -### Skills in the Suite +### Skills in the ClawSec Catalog + +All currently published skills in this repository: | Skill | Description | Installation | Compatibility | |-------|-------------|--------------|---------------| -| ๐Ÿ“ก **clawsec-feed** | Security advisory feed monitoring with live CVE updates | โœ… Included by default | All agents | +| ๐Ÿ“ฆ **clawsec-suite** | Suite manager with advisory monitoring, signature verification, and guarded skill install flows | `npx clawhub@latest install clawsec-suite` | OpenClaw/MoltBot/Clawdbot | +| ๐Ÿ“ก **clawsec-feed** | Security advisory feed monitoring with live CVE updates | โœ… Included by default via `clawsec-suite` | All agents | +| ๐Ÿงช **clawsec-clawhub-checker** | ClawHub reputation checker with VirusTotal Code Insight integration | โš™๏ธ Optional (install separately) | OpenClaw/MoltBot/Clawdbot | +| ๐Ÿ” **clawsec-scanner** | Automated vulnerability scanner (dependency scan, CVE enrichment, SAST, basic DAST) | โš™๏ธ Optional (install separately) | Agent platforms (OpenClaw first-class support) | +| ๐Ÿ“ฑ **clawsec-nanoclaw** | NanoClaw security suite with MCP tools, advisory checks, and signature verification | โš™๏ธ Optional (install separately) | NanoClaw | +| ๐Ÿ‘ป **soul-guardian** | Drift detection and file integrity guard with auto-restore | โš™๏ธ Optional (install separately) | All agents | | ๐Ÿ”ญ **openclaw-audit-watchdog** | Automated daily audits with email reporting | โš™๏ธ Optional (install separately) | OpenClaw/MoltBot/Clawdbot | -| ๐Ÿ‘ป **soul-guardian** | Drift detection and file integrity guard with auto-restore | โš™๏ธ Optional | All agents | | ๐Ÿค **clawtributor** | Community incident reporting | โŒ Optional (Explicit request) | All agents | +| ๐Ÿง  **prompt-agent** | Security audit enforcement and prompt hardening workflows | โš™๏ธ Optional (install separately) | Agent platforms | +| ๐Ÿš€ **claw-release** | Release automation for Claw skills and website | โš™๏ธ Optional (install separately) | Maintainer workflow tooling | > โš ๏ธ **clawtributor** is not installed by default as it may share anonymized incident data. Install only on explicit user request. @@ -433,14 +441,16 @@ npm run build โ”‚ โ”œโ”€โ”€ populate-local-wiki.sh # Local wiki llms export populator โ”‚ โ””โ”€โ”€ release-skill.sh # Manual skill release helper โ”œโ”€โ”€ skills/ -โ”‚ โ”œโ”€โ”€ clawsec-suite/ # ๐Ÿ“ฆ Suite installer (skill-of-skills) -โ”‚ โ”œโ”€โ”€ clawsec-feed/ # ๐Ÿ“ก Advisory feed skill -โ”‚ โ”œโ”€โ”€ clawsec-nanoclaw/ # ๐Ÿ“ฑ NanoClaw platform security suite +โ”‚ โ”œโ”€โ”€ clawsec-suite/ # ๐Ÿ“ฆ Suite installer (skill-of-skills) +โ”‚ โ”œโ”€โ”€ clawsec-feed/ # ๐Ÿ“ก Advisory feed skill โ”‚ โ”œโ”€โ”€ clawsec-clawhub-checker/ # ๐Ÿงช ClawHub reputation checks -โ”‚ โ”œโ”€โ”€ clawtributor/ # ๐Ÿค Community reporting skill +โ”‚ โ”œโ”€โ”€ clawsec-scanner/ # ๐Ÿ” Automated vulnerability scanner +โ”‚ โ”œโ”€โ”€ clawsec-nanoclaw/ # ๐Ÿ“ฑ NanoClaw platform security suite +โ”‚ โ”œโ”€โ”€ soul-guardian/ # ๐Ÿ‘ป File integrity skill โ”‚ โ”œโ”€โ”€ openclaw-audit-watchdog/ # ๐Ÿ”ญ Automated audit skill -โ”‚ โ”œโ”€โ”€ prompt-agent/ # ๐Ÿง  Prompt-focused protection workflows -โ”‚ โ””โ”€โ”€ soul-guardian/ # ๐Ÿ‘ป File integrity skill +โ”‚ โ”œโ”€โ”€ clawtributor/ # ๐Ÿค Community reporting skill +โ”‚ โ”œโ”€โ”€ prompt-agent/ # ๐Ÿง  Prompt-focused protection workflows +โ”‚ โ””โ”€โ”€ claw-release/ # ๐Ÿš€ Release automation skill โ”œโ”€โ”€ utils/ โ”‚ โ”œโ”€โ”€ package_skill.py # Skill packager utility โ”‚ โ””โ”€โ”€ validate_skill.py # Skill validator utility