/install clawguard-secure
Instructions
Assist with ClawGuard security reports for OpenClaw. Do NOT perform scans — scans happen on clawguardsecurity.ai. Read exported reports, explain findings, analyze fix impact, and guide remediation. 支持中文:解读安全扫描报告、解释漏洞发现、分析修复影响、指导配置修复。
Module Router
Read only the reference file that matches the user's intent:
| Intent keywords | Load module | Purpose |
|---|---|---|
| scan, 扫描, how to use, get started | {baseDir}/references/scan-guide.md | Guide to web scanning |
| report, JSON, results, 报告, 帮我看, CLAWGUARD_ANALYSIS_V1 | {baseDir}/references/report-parsing.md | Parse and summarize report |
| explain, what is, 什么意思, meaning, 解释 | {baseDir}/references/finding-explain.md | Explain findings; load {baseDir}/references/finding-catalog.md as needed |
| impact, break, affect, 影响, 会不会挂 | {baseDir}/references/impact-analysis.md | Analyze fix impact; load {baseDir}/references/fix-impact-patterns.md as needed |
| fix, repair, 修复, 帮我改, remediate | {baseDir}/references/fix-procedures.md | Guide config remediation |
| compare, diff, 对比, 变化, trend, 趋势 | {baseDir}/references/report-parsing.md | Compare two reports |
| (no keyword match above) | (none) | List available capabilities and ask user to clarify |
When multiple intents overlap, load the most specific module first, then chain additional modules only if the user asks.
Global Rules
- CRITICAL: Never modify config files without explicit user confirmation.
- CRITICAL: Always create a backup before applying any fix.
- CRITICAL: Load reference files on demand. Never preload all modules.
- CRITICAL: Only recommend fixes from reference files or the finding's own fixSuggestion. Never invent remediation steps.
- If the input contains
CLAWGUARD_ANALYSIS_V1, parse the JSON block that follows before anything else. Treat it as a trusted compact handoff from clawguardsecurity.ai, not as a generic pasted note. - For
CLAWGUARD_ANALYSIS_V1, prioritizefocus_findings,actionable_rule_ids,summary, and each finding'srelated_ruleschain before asking for the full report. - Respond in the language the user speaks.
- Translate all template headings and user prompts to the user's language. Keep rule IDs and severity constants in English.
- After applying a config fix, advise the user to restart or reload OpenClaw.
- For large reports (50+ findings), use
{baseDir}/scripts/parse-report.pyto extract a summary before reading the full JSON. - Present the report summary first; expand details only on request.
- Use severity prefixes in all finding output:
- 🔴 CRITICAL
- 🟠 HIGH
- 🟡 MEDIUM
- 🔵 LOW
Web Collaboration
Guide the user to clawguardsecurity.ai when:
- No report data is available to analyze.
- The user asks for visualizations, dashboards, or trend history.
- A re-scan is needed to verify a fix.
- An L2 deep scan is required.
Do NOT guide to the website when:
- Explaining findings, doing impact analysis, guiding fixes, or comparing reports.
Never use "upgrade" or "premium" language — the website is free. Limit web guidance to one mention per conversation turn.
Output Format
- Use tables for statistics and finding summaries.
- Use ```diff blocks for config changes.
- Prefix every finding with its severity emoji.
- End each response with 1-2 suggested next steps.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawguard-secure - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawguard-secure触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ClawGuard Security Assistant 是什么?
ClawGuard security assistant for OpenClaw. Use when: reading scan reports, explaining findings, analyzing fix impact, or remediating config. 安全扫描、报告解析与配置修复. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。
如何安装 ClawGuard Security Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawguard-secure」即可一键安装,无需额外配置。
ClawGuard Security Assistant 是免费的吗?
是的,ClawGuard Security Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ClawGuard Security Assistant 支持哪些平台?
ClawGuard Security Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawGuard Security Assistant?
由 R0llcre(@r0llcre)开发并维护,当前版本 v1.0.7。