返回顶部
c

clawned

Security agent that inventories installed OpenClaw skills, analyzes them for threats, and syncs results to your Clawned dashboard.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
498
下载量
0
收藏
概述
安装方式
版本历史

clawned

# 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`: ```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 ```bash python3 {baseDir}/scripts/agent.py sync ``` ### Scan a single skill locally ```bash python3 {baseDir}/scripts/agent.py scan --path <skill-directory> ``` ### List all discovered skills ```bash python3 {baseDir}/scripts/agent.py inventory ``` ### Check agent status ```bash 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 `.env` files 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 - `.env` files are excluded from scanning - File contents are sent to the Clawned server for security analysis **Local config access:** - Reads `~/.openclaw/openclaw.json` only to locate skill directories (extraDirs paths) - No credentials or secrets are read from config files ## Automatic Sync Schedule every 6 hours via OpenClaw cron: ```json { "jobs": [ { "schedule": "0 */6 * * *", "command": "Run clawned sync to check all installed skills", "description": "Security scan every 6 hours" } ] } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-sec-1776315257 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-sec-1776315257 技能

通过命令行安装

skillhub install skill-sec-1776315257

下载 Zip 包

⬇ 下载 clawned v1.0.1

文件大小: 12.02 KB | 发布时间: 2026-4-16 17:48

v1.0.1 最新 2026-4-16 17:48
- Added a new "Data & Privacy" section explaining what metadata and files are collected or sent during `sync` and `scan` commands.
- Clarified that no file contents, secrets, or `.env` files are sent or read during default sync operations.
- Detailed file handling, scan exclusions, and local config access for increased transparency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部