返回顶部
c

clawnedClawned安全代理

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
安全检测
已通过
516
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

clawned

Clawned — OpenClaw 安全代理

自动发现所有已安装的技能,分析其安全威胁,并将结果同步到您的 Clawned 控制面板。

设置

在 openclaw.json 中配置您的 API 密钥:

json
{
skills: {
entries: {
clawned: {
enabled: true,
env: {
CLAWNEDAPIKEY: cgyourapikeyhere,
CLAWNED_SERVER: https://api.clawned.io
}
}
}
}
}

命令

将所有已安装技能同步到控制面板

bash
python3 {baseDir}/scripts/agent.py sync

本地扫描单个技能

bash
python3 {baseDir}/scripts/agent.py scan --path <技能目录>

列出所有已发现的技能

bash
python3 {baseDir}/scripts/agent.py inventory

检查代理状态

bash
python3 {baseDir}/scripts/agent.py status

数据与隐私

在 sync(默认操作)期间:

  • - 仅发送技能元数据:名称、所有者、标识符、版本
  • 不上传任何文件内容
  • 从不读取 .env 文件或密钥

在 scan --path(仅限用户明确操作)期间:

  • - 从指定的技能目录读取源文件(.md、.py、.js 等)进行分析
  • .env 文件被排除在扫描之外
  • 文件内容将发送到 Clawned 服务器进行安全分析

本地配置访问:

  • - 仅读取 ~/.openclaw/openclaw.json 以定位技能目录(extraDirs 路径)
  • 不从配置文件中读取任何凭据或密钥

自动同步

通过 OpenClaw 定时任务每 6 小时调度一次:

json
{
jobs: [
{
schedule: 0 /6 ,
command: 运行 clawned sync 检查所有已安装技能,
description: 每 6 小时安全扫描一次
}
]
}

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install skill-sec-1776315257

下载

⬇ 下载 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-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部