clawnedhub - Scan and Security your OpenClaw Instances
/install clawnedhub
Clawned — Security Agent for OpenClaw
Automatically discovers all installed skills, analyzes them for security threats, and syncs results to your Clawned dashboard.
Setup
Configure your API key in openclaw.json:
{
"skills": {
"entries": {
"clawned": {
"enabled": true,
"env": {
"CLAWNED_API_KEY": "cg_your_api_key_here",
"CLAWNED_SERVER": "https://api.clawned.io"
}
}
}
}
}
Commands
Sync all installed skills to dashboard
python3 {baseDir}/scripts/agent.py sync
Scan a single skill locally
python3 {baseDir}/scripts/agent.py scan --path \x3Cskill-directory>
List all discovered skills
python3 {baseDir}/scripts/agent.py inventory
Check agent status
python3 {baseDir}/scripts/agent.py status
Data & Privacy
During sync (default operation):
- Sends only skill metadata: name, owner, slug, version
- No file contents are uploaded
- No
.envfiles or secrets are ever read
During scan --path (explicit user action only):
- Reads source files (
.md,.py,.js, etc.) from the specified skill directory for analysis .envfiles are excluded from scanning- File contents are sent to the Clawned server for security analysis
Local config access:
- Reads
~/.openclaw/openclaw.jsononly to locate skill directories (extraDirs paths) - No credentials or secrets are read from config files
Automatic Sync
Schedule every 6 hours via OpenClaw cron:
{
"jobs": [
{
"schedule": "0 */6 * * *",
"command": "Run clawned sync to check all installed skills",
"description": "Security scan every 6 hours"
}
]
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawnedhub - After installation, invoke the skill by name or use
/clawnedhub - Provide required inputs per the skill's parameter spec and get structured output
What is clawnedhub - Scan and Security your OpenClaw Instances?
Security agent that inventories installed OpenClaw skills, analyzes them for threats, and syncs results to your Clawned dashboard. It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.
How do I install clawnedhub - Scan and Security your OpenClaw Instances?
Run "/install clawnedhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is clawnedhub - Scan and Security your OpenClaw Instances free?
Yes, clawnedhub - Scan and Security your OpenClaw Instances is completely free (open-source). You can download, install and use it at no cost.
Which platforms does clawnedhub - Scan and Security your OpenClaw Instances support?
clawnedhub - Scan and Security your OpenClaw Instances is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created clawnedhub - Scan and Security your OpenClaw Instances?
It is built and maintained by jenish-sojitra (@jenish-sojitra); the current version is v1.0.1.