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"
}
]
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawnedhub - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawnedhub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 352 次。
如何安装 clawnedhub - Scan and Security your OpenClaw Instances?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawnedhub」即可一键安装,无需额外配置。
clawnedhub - Scan and Security your OpenClaw Instances 是免费的吗?
是的,clawnedhub - Scan and Security your OpenClaw Instances 完全免费(开源免费),可自由下载、安装和使用。
clawnedhub - Scan and Security your OpenClaw Instances 支持哪些平台?
clawnedhub - Scan and Security your OpenClaw Instances 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 clawnedhub - Scan and Security your OpenClaw Instances?
由 jenish-sojitra(@jenish-sojitra)开发并维护,当前版本 v1.0.1。