← 返回 Skills 市场
kofna3369

中文 Axioma 守护

作者 Kofna3369 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
43
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install chinese-axioma-guard
功能描述
数字免疫系统 - 保护 OpenClaw 代理免受恶意技能侵害。使用时机:(1) 安装新技能前,(2) 检测到可疑行为,(3) 扫描恶意软件模式,(4) 安全审计。本技能使用 Clawdex(来自 Koi)进行安全检查,并运行 4 个 Python 疫苗(C2、rootkits、chains、bootkits)扫描。
使用说明 (SKILL.md)

🛡️ Axiomata Guard — 数字免疫系统

保护 OpenClaw 代理免受恶意技能侵害

信息
版本 1.0.0 — 2026-05-07
状态 运行中

1. 目的和范围

目标

为 OpenClaw 代理提供数字免疫系统,检测和阻止恶意技能。

使用时机

触发器 行动
安装新技能前 运行 Clawdex 安全检查
检测到可疑行为 扫描恶意软件模式
安全审计 运行完整扫描
"scan skill" 执行安全扫描

2. 安全检查协议

第一层:Clawdex 检查

在安装任何技能之前:
1. 使用 Clawdex API 验证技能安全
2. 检查技能来源
3. 验证签名

第二层:Python 疫苗扫描

运行 4 个安全疫苗:

疫苗 检测内容 优先级
C2 疫苗 命令控制通道
Rootkit 疫苗 Rootkit 模式
Chains 疫苗 恶意链接
Bootkit 疫苗 启动攻击

3. 扫描命令

扫描技能目录

# 运行完整安全扫描
python3 merlin-guard.py scan \x3Cskill-path>

# 仅 Clawdex 检查
python3 merlin-guard.py clawdex \x3Cskill-slug>

# 运行所有疫苗
python3 merlin-guard.py vaccines \x3Cskill-path>

快速检查

# 检查技能安全
clawhub inspect \x3Cskill-slug>

# 验证来源
curl -s https://clawhub.ai/api/skills/\x3Cslug>/verify

4. 威胁矩阵

威胁类型 描述 检测方法
C2 命令控制通道 异常网络连接
Rootkit 系统隐藏进程 异常系统调用
Chains 恶意链接链 可疑 URL 模式
Bootkit 启动时攻击 修改启动脚本

5. 响应协议

检测到威胁

1. 隔离技能(不安装)
2. 记录到 memory.md
3. 通知 Alexandre
4. 提供威胁报告

安全通过

1. 允许安装
2. 记录到日志
3. 监控行为

6. 边缘情况

情况 处理方法
Clawdex 无响应 使用本地疫苗作为后备
疫苗超时 跳过该疫苗,报告部分扫描
误报 记录并允许用户覆盖

In Altum Per Security. 🛡️ Axiomata Guard v1.0

安全使用建议
Do not rely on this as a complete security gate until the maintainer aligns the documentation and code, implements real scan checks, verifies service status accurately, and removes or scopes the “notify Alexandre” workflow. If used, treat outputs as a limited reputation check and review any data sent to external or local services.
功能分析
Type: OpenClaw Skill Name: chinese-axioma-guard Version: 1.0.2 The skill functions as a security scanner ('Digital Immune System') designed to verify the safety of other OpenClaw skills. The Python script `clawguard.py` performs lookups against an external API (clawdex.koi.security) and a local service to identify potential threats. There is no evidence of data exfiltration, malicious execution, or persistence; the network activity is limited to checking skill names against a reputation database, which is consistent with its stated purpose. A minor naming discrepancy exists between the documentation (referencing `merlin-guard.py`) and the actual filename (`clawguard.py`), but this appears to be a non-malicious inconsistency.
能力评估
Purpose & Capability
The stated purpose as a security guard is coherent, but the artifacts do not support the advertised level of protection: the code mainly checks skill names against Clawdex and can report services as connected without verifying them.
Instruction Scope
The response protocol includes broad actions such as notifying “Alexandre,” recording to memory/logs, and monitoring behavior without defining recipients, scope, retention, or user approval.
Install Mechanism
There is no install spec, and the SKILL.md examples reference merlin-guard.py while the included file is clawguard.py, creating a setup/provenance mismatch.
Credentials
The code contacts Clawdex and a localhost Merlin API and reads local ./skills directory names; this is broadly aligned with a guard skill but should be clear to users.
Persistence & Privilege
No credentials, privileged writes, or destructive actions are shown, but the instructions mention memory/log persistence and ongoing monitoring without boundaries.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chinese-axioma-guard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chinese-axioma-guard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
中文版本首次发布
v1.0.1
中文版本首次发布
v1.0.0
中文版本首次发布
元数据
Slug chinese-axioma-guard
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

中文 Axioma 守护 是什么?

数字免疫系统 - 保护 OpenClaw 代理免受恶意技能侵害。使用时机:(1) 安装新技能前,(2) 检测到可疑行为,(3) 扫描恶意软件模式,(4) 安全审计。本技能使用 Clawdex(来自 Koi)进行安全检查,并运行 4 个 Python 疫苗(C2、rootkits、chains、bootkits)扫描。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 中文 Axioma 守护?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-axioma-guard」即可一键安装,无需额外配置。

中文 Axioma 守护 是免费的吗?

是的,中文 Axioma 守护 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

中文 Axioma 守护 支持哪些平台?

中文 Axioma 守护 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 中文 Axioma 守护?

由 Kofna3369(@kofna3369)开发并维护,当前版本 v1.0.2。

💬 留言讨论