The first security skill to install after setting up OpenClaw — powered by Tencent Zhuque Lab. Works like an antivirus for your AI environment: audits instal...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install edgeone-clawscan或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install edgeone-clawscan⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/edgeone-clawscan/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: edgeone-clawscan version: 1.0.15 author: aigsec/Tencent Zhuque Lab license: MIT description: > The first security skill to install after setting up OpenClaw — powered by Tencent Zhuque Lab. Works like an antivirus for your AI environment: audits installed skills, scans skills before installation, and performs a full OpenClaw security health check to prevent data leaks and privacy risks. Backed by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). Use when the user asks to start a security health check or security scan for the current OpenClaw environment, such as 开始安全体检, 做一次安全体检, 开始安全扫描, 全面安全检查, or 检查 OpenClaw 安全; also use when the user asks to audit a specific skill before installation, review installed skills for supply chain risk, or investigate whether a skill is safe. Do not trigger for general OpenClaw usage, project debugging, environment setup, or normal development requests. Optional cloud mode: set AIG_CLOUD_LOOKUP=off for zero outbound HTTPS; when enabled, only skill_name, source label, and OpenClaw version are sent to A.I.G (never skill bodies, chats, or workspace files). keywords: [security, audit, scan, clawhub, skills, safety, vulnerability, shield, clawscan] triggers: - skill security - scan skill - audit skill - clawscan - tencent clawscan - check skill safety - analyze skill - inspect skill - security review - verify skill - security - claw audit tags: [security, scan, threat-detection, clawscan, claw-audit, claw-shield] external_requests: - url: https://matrix.tencent.com/clawscan/skill_security purpose: > When AIG_CLOUD_LOOKUP is enabled, supply-chain lookup queries the A.I.G threat intelligence database with skill_name and source. Local static analysis alone cannot detect threats added after install via updates nor access a continuously updated community signature set — the API closes that gap. Disable with AIG_CLOUD_LOOKUP=off to skip this call entirely. data_sent: [skill_name, source] failure_mode: graceful_degradation_to_local_audit - url: https://matrix.tencent.com/clawscan/advisories purpose: > When AIG_CLOUD_LOOKUP is enabled, CVE advisory lookup queries the A.I.G database with fixed product name "OpenClaw" and the locally detected version. A current CVE/GHSA corpus cannot be bundled in-skill without going stale — the API provides fresh version-matched advisories. Disable with AIG_CLOUD_LOOKUP=off to skip this call entirely. data_sent: [product_name_fixed_string, version_number] failure_mode: skip_and_report_unavailable live_probe: command: openclaw security audit --deep description: > The --deep flag issues a best-effort live network probe to the locally configured Gateway endpoint only. The probe target is determined by your local openclaw.json; no data is forwarded to any third-party service. Do NOT run against a production Gateway without first reviewing its exposure and access-control settings; run in an isolated or test environment first. binary_caution: > Before execution, verify that openclaw on PATH is the intended binary (e.g. which openclaw and check the binary origin). A different tool named openclaw could be invoked accidentally. env_vars: - name: AIG_BASE_URL required: false default: https://matrix.tencent.com/clawscan purpose: > Base URL for the AI-Infra-Guard API. Override to point at a self-hosted instance. Defaults to the public Tencent endpoint declared in external_requests above. All curl commands use this variable so the override takes effect automatically. - name: AIG_CLOUD_LOOKUP required: false default: "true" purpose: > Set to 0, false, or off (case-insensitive) to disable every outbound A.I.G HTTPS request. In that mode the skill never sends skill names, sources, or version strings to any remote host; Step 2 and Step 3 fall back to local-only behavior (same as API failure). Use when auditors or policy forbid any default Tencent endpoint regardless of data minimization. provenance: publisher: Tencent Zhuque Lab official_repo: https://github.com/Tencent/AI-Infra-Guard/ registry_metadata_caveat: > Skill registries may list a different "owner" or uploader string than author/publisher in this file. That label reflects the distribution channel, not cryptographic proof of origin. Verify this package against official_repo releases, commit history, or signed artifacts before trusting cloud results. verification_note: > Before installation, confirm this package originates from Tencent by checking official repo signatures or a verified publisher at the URL above. If publisher identity cannot be confirmed, treat all cloud lookup results cautiously, set AIG_CLOUD_LOOKUP=off for a zero-outbound scan, or point AIG_BASE_URL at a self-hosted instance you trust. metadata: openclaw: homepage: https://github.com/Tencent/AI-Infra-Guard/ requires: bins: [openclaw] ---
> 说明:本 Skill 由腾讯朱雀实验室出品,一键全面扫描 OpenClaw 不安全配置、恶意 Skill 与漏洞。 > 关于云端 API:供应链与 CVE 情报需要持续更新,仅靠本地静态文件无法覆盖「安装后被篡改的技能」与「每日新增的漏洞库」;因此默认会向 A.I.G 发起最小化查询(仅 skill 名+来源标签、以及 OpenClaw 版本号),不会上传 Skill 源码、对话或工作区文件。若策略不允许任何外联,请设置 AIG_CLOUD_LOOKUP=off 做纯本地扫描,或把 AIG_BASE_URL 指向自建实例。 > 安装前请对照官方仓库核验来源;集市「所有者」字段可能与本文 author 不一致,不代表密码学意义上的发布者证明。
---
OpenClaw security scanning powered by AI-Infra-Guard ( https://github.com/Tencent/AI-Infra-Guard ).
AIG_BASE_URL (optional) — base URL for the AI-Infra-Guard API. Defaults to https://matrix.tencent.com/clawscan (the public Tencent endpoint declared in the external_requests metadata above).
Privacy / air-gapped environments: to avoid sending skill names, source labels, or version strings to the public Tencent host, use one of: (1) AIG_BASE_URL pointing at a self-hosted AI-Infra-Guard you operate, or (2) AIG_CLOUD_LOOKUP=off so no A.I.G HTTPS request runs (fully local Step 2 and Step 3). Curl uses ${AIG_BASE_URL:-https://matrix.tencent.com/clawscan} only when cloud lookup is enabled.
export AIG_BASE_URL=https://your-self-hosted-aig.example.com/clawscan
export AIG_CLOUD_LOOKUP=off
This section is an upfront disclosure of every network action and live probe this skill performs. Auditors and end users should read this section before installation or execution against production data.
| # | Check | Action | |---|-------|--------| | 1 | Publisher vs registry | author here may not match marketplace "owner" text — see YAML provenance.registry_metadata_caveat. Verify against official_repo before trusting cloud verdicts. | | 2 | Binary on PATH | which openclaw must resolve to the intended OpenClaw build. | | 3 | Outbound policy | Default sends minimal metadata to Tencent A.I.G (tables below). For zero outbound: AIG_CLOUD_LOOKUP=off. For your own infra only: self-hosted AIG_BASE_URL. | | 4 | Live probe | --deep hits the local Gateway config; avoid production until exposure is reviewed. |
The API is not optional telemetry for analytics. It supplies two signals that an offline skill cannot keep current or complete on its own:
| Need | Local-only gap | API role | |------|----------------|----------| | Supply-chain risk | Disk code and registry metadata can change after install; no bundled file can mirror a global, hourly-updated malicious-skill list. | Query by skill_name + source → verdict from maintained threat intel (analogous to cloud AV signatures). | | CVE/GHSA currency | Embedding a full advisory DB in SKILL.md would be huge and stale on day one. | Query by fixed OpenClaw + detected version → advisories for that build. |
...
安装 EdgeOne ClawScan 后,可以对 AI 说这些话来触发它
Help me get started with EdgeOne ClawScan
Explains what EdgeOne ClawScan does, walks through the setup, and runs a quick demo based on your current project
Use EdgeOne ClawScan to the first security skill to install after setting up OpenClaw — pow...
Invokes EdgeOne ClawScan with the right parameters and returns the result directly in the conversation
What can I do with EdgeOne ClawScan in my developer & devops workflow?
Lists the top use cases for EdgeOne ClawScan, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/edgeone-clawscan/ 目录(个人级,所有项目可用),或 .claude/skills/edgeone-clawscan/(项目级)。重启 AI 客户端后,用 /edgeone-clawscan 主动调用,或让 AI 根据上下文自动发现并使用。
EdgeOne ClawScan 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
EdgeOne ClawScan 可免费安装使用。请查阅仓库了解许可证信息。
The first security skill to install after setting up OpenClaw — powered by Tencent Zhuque Lab. Works like an antivirus for your AI environment: audits instal...
EdgeOne ClawScan 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using EdgeOne ClawScan
Identifies repetitive steps in your workflow and sets up EdgeOne ClawScan to handle them automatically