mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
refactor(docs): standardize installation instructions across skills and update skill descriptions
This commit is contained in:
@@ -77,8 +77,8 @@ The **clawsec-suite** is a skill-of-skills manager that installs, verifies, and
|
||||
|
||||
| Skill | Description | Installation | Compatibility |
|
||||
|-------|-------------|--------------|---------------|
|
||||
| 📡 **clawsec-feed** | Security advisory feed monitoring with live CVE updates | ✅ MANDATORY | All agents |
|
||||
| 🔭 **openclaw-audit-watchdog** | Automated daily audits with email reporting | ✅ MANDATORY | OpenClaw/MoltBot/ClawdBot |
|
||||
| 📡 **clawsec-feed** | Security advisory feed monitoring with live CVE updates | ✅ Included by default | All agents |
|
||||
| 🔭 **openclaw-audit-watchdog** | Automated daily audits with email reporting | ✅ Included by default | 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 |
|
||||
|
||||
|
||||
@@ -54,9 +54,7 @@ Continue below for standalone installation instructions.
|
||||
|
||||
---
|
||||
|
||||
## For AI Agents
|
||||
|
||||
If you are an AI agent reading this, execute the following to install ClawSec Feed:
|
||||
Installation Steps:
|
||||
|
||||
```bash
|
||||
# Get latest clawsec-feed release tag
|
||||
@@ -74,7 +72,7 @@ Once you have this skill file, proceed to **[Deploy ClawSec Feed](#deploy-clawse
|
||||
|
||||
## Deploy ClawSec Feed
|
||||
|
||||
**Agent: Follow these steps to deploy ClawSec Feed to your environment.**
|
||||
Installation steps:
|
||||
|
||||
### Step 1: Create skill directory and save this file
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ clawdis:
|
||||
|
||||
# ClawSec Suite
|
||||
|
||||
## For AI Agents: Bundled Security Skills Deployment
|
||||
## Installation steps
|
||||
|
||||
**IMPORTANT**: ClawSec Suite includes bundled security skills that provide crucial threat intelligence and monitoring capabilities. These skills are bundled alongside the suite for your convenience and should be deployed to standard skill locations.
|
||||
|
||||
@@ -20,7 +20,7 @@ The suite includes the following bundled skills:
|
||||
- **openclaw-audit-watchdog**: Provides crucial automated security audit capabilities
|
||||
- **soul-guardian**: Provides file integrity and drift detection
|
||||
|
||||
Execute the following deployment script after suite installation:
|
||||
Finalize deployment with post-script after suite installation:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
@@ -82,10 +82,11 @@ echo "✓ ClawSec Suite deployment complete"
|
||||
|
||||
### ✅ On Successful Installation (IMPORTANT)
|
||||
|
||||
**AI Agent Instruction:** If the installation completes successfully with all files verified and deployed without errors, respond to the user with **ONLY** the following message (or similar wording). Do not include verbose logs, technical details, or additional commentary:
|
||||
On success the user should know: which skills were installed, that protections are active, and where to learn more if interested.
|
||||
Offered template:
|
||||
|
||||
```
|
||||
ClawSec Suite installation is complete — you are now protected!
|
||||
**ClawSec Suite installation is complete — you are now protected!**
|
||||
|
||||
The following security skills are active with their default configurations:
|
||||
• clawsec-feed — Security advisory monitoring (CVE/threat intelligence)
|
||||
@@ -147,8 +148,8 @@ The ClawSec suite includes these security skills:
|
||||
|
||||
| Skill | Protection Type | Installation |
|
||||
|-------|----------------|-------------|
|
||||
| **clawsec-feed** | Security advisory monitoring from NVD CVE database | ✓ MANDATORY |
|
||||
| **openclaw-audit-watchdog** | Automated daily security audits with email reporting | ✓ MANDATORY |
|
||||
| **clawsec-feed** | Security advisory monitoring from NVD CVE database | ✓ Included by default |
|
||||
| **openclaw-audit-watchdog** | Automated daily security audits with email reporting | ✓ Included by default |
|
||||
| **soul-guardian** | File integrity & drift detection for agent workspace files | ✗ Optional |
|
||||
| **clawtributor** | Community incident reporting (shares anonymized data)* | ✗ Optional (Opt-in) |
|
||||
|
||||
@@ -159,14 +160,14 @@ The ClawSec suite includes these security skills:
|
||||
### Step 1: Review Available Skills
|
||||
Take a moment to review the security skills table above. Each skill provides a different layer of protection:
|
||||
|
||||
- **Threat awareness** (clawsec-feed): Stay informed about vulnerabilities [MANDATORY]
|
||||
- **Scheduled audits** (openclaw-audit-watchdog): Daily automated security reviews [MANDATORY]
|
||||
- **Threat awareness** (clawsec-feed): Stay informed about vulnerabilities [Included by default]
|
||||
- **Scheduled audits** (openclaw-audit-watchdog): Daily automated security reviews [Included by default]
|
||||
- **File integrity** (soul-guardian): Detect unauthorized changes to workspace files [Optional]
|
||||
- **Community intelligence** (clawtributor): Share and receive threat data [Optional - Opt-in]
|
||||
|
||||
### Step 2: Choose Your Protection Level
|
||||
|
||||
**Mandatory protections** (automatically installed):
|
||||
**default protections** (automatically installed):
|
||||
- clawsec-feed
|
||||
- openclaw-audit-watchdog
|
||||
|
||||
|
||||
@@ -118,19 +118,19 @@
|
||||
"bundled_skills": {
|
||||
"clawsec-feed": {
|
||||
"description": "Security advisory feed (bundled for convenient deployment)",
|
||||
"mandatory": true,
|
||||
"default": true,
|
||||
"standalone_available": true,
|
||||
"rationale": "Provides crucial CVE and threat intelligence information"
|
||||
},
|
||||
"openclaw-audit-watchdog": {
|
||||
"description": "Daily security audits (bundled for convenient deployment)",
|
||||
"mandatory": true,
|
||||
"default": true,
|
||||
"standalone_available": true,
|
||||
"rationale": "Provides crucial automated security audit capabilities"
|
||||
},
|
||||
"soul-guardian": {
|
||||
"description": "File integrity monitoring (bundled for convenient deployment)",
|
||||
"mandatory": false,
|
||||
"default": false,
|
||||
"standalone_available": true,
|
||||
"rationale": "Provides important file integrity and drift detection"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ Once you have this skill file, proceed to **[Deploy Clawtributor](#deploy-clawtr
|
||||
|
||||
## Deploy Clawtributor
|
||||
|
||||
**Agent: Follow these steps to deploy Clawtributor to your environment.**
|
||||
## Installation Steps:
|
||||
|
||||
### Step 1: Create skill directory and save this file
|
||||
|
||||
|
||||
@@ -78,9 +78,9 @@ Optional env:
|
||||
- `PROMPTSEC_INSTALL_DIR` (stable path used by cron payload to `cd` before running runner; default: `~/.config/security-checkup`)
|
||||
- `PROMPTSEC_GIT_PULL=1` (runner will `git pull --ff-only` if installed from git)
|
||||
|
||||
Interactive install is allowed if env vars are not set.
|
||||
Interactive install is last resort if env vars or defaults are not set.
|
||||
|
||||
Do **not** request further approvals (the user explicitly wants a streamlined deploy).
|
||||
even in that case keep prompts minimalistic the watchdog tool is pretty straight up configured out of the box.
|
||||
|
||||
## Create the cron job
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ Once you have this skill file, proceed to **[Deploy Prompt Agent](#deploy-prompt
|
||||
|
||||
## Deploy Prompt Agent
|
||||
|
||||
**Agent: Follow these steps to deploy Prompt Agent to your environment.**
|
||||
Installation Steps:
|
||||
|
||||
### Step 1: Detect active agent folder and create skill directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user