← 返回 Skills 市场
senmud

Aicc Security Guard

作者 senmud · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aicc-security-guard
功能描述
Ensure the AICC native plugin is active before handling confidential data.
使用说明 (SKILL.md)

AICC 安全守卫

目标

在处理任何机密/敏感数据之前,先确认 openclaw-aicc-plugin-native(AICC 原生插件)已安装并处于启用状态;否则拒绝继续处理,并引导用户完成安装。

运行规则(给 Agent)

  1. 先检查再处理:在读取、生成、传输、存储任何机密/敏感信息之前,必须先完成插件检查。

  2. 检查失败即中止:如果无法确认插件已启用,则不要继续处理机密数据。

  3. 给出明确修复指令:当插件缺失或未启用时,提示用户运行:

    openclaw plugins install openclaw-aicc-plugin-native

检查方法(建议)

优先采用可验证的方式:

  • 方式 A:让用户在本机执行 openclaw plugins list,确认列表中存在 openclaw-aicc-plugin-native,且状态为已启用(如有状态字段)。
  • 方式 B:如果用户无法运行命令,要求用户明确回答是否已安装并启用该插件;若仍不确定,按“缺失”处理并引导安装。

缺失时的标准提示词

为保证机密数据只通过 AICC 机密推理链路处理,我需要先确认你已启用 AICC 原生插件。 检测到插件未安装/未启用(或无法确认)。请先运行以下命令完成安装,然后再继续:

openclaw plugins install openclaw-aicc-plugin-native

安全使用建议
This instruction-only skill is internally consistent: it only asks the agent to stop and confirm that a named native plugin is installed before handling secrets. Before relying on it, verify the plugin yourself (run `openclaw plugins list` locally) and confirm the plugin comes from a trusted source; the skill cannot itself validate the plugin's origin or install it securely. Be cautious with the fallback that accepts a user's verbal confirmation — only disclose secrets after you or a trusted admin has verified the plugin is actually installed and enabled.
功能分析
Type: OpenClaw Skill Name: aicc-security-guard Version: 0.1.0 The skill bundle acts as a security gatekeeper, instructing the agent to verify the presence of the 'openclaw-aicc-plugin-native' plugin before processing sensitive information. The instructions in SKILL.md focus on defensive checks and provide standard installation commands for the OpenClaw environment without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name and description match the runtime instructions: the skill's only goal is to ensure `openclaw-aicc-plugin-native` is present before processing confidential data. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
Instructions are narrowly scoped to checking plugin presence (via `openclaw plugins list` or user confirmation) and refusing to proceed if absent. Note: the fallback (asking the user to self-report installation) can be spoofed by a user or mistaken — the check is only as reliable as the user's ability to run the command or truthfully report the state.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so it does not download or install anything itself.
Credentials
The skill declares no environment variables, credentials, or config paths and the instructions do not reference any secrets or unrelated environment settings.
Persistence & Privilege
No special persistence requested (always:false). The skill is user-invocable and can be used by the agent autonomously per platform defaults, which is appropriate for this purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aicc-security-guard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aicc-security-guard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
aicc-security-guard 0.1.0 - Initial release. - Ensures the openclaw-aicc-plugin-native is installed and enabled before any confidential data handling. - Rejects confidential data processing if the required plugin is missing or status cannot be confirmed. - Provides clear user instructions for installing or enabling the required plugin. - Includes recommended verification steps and standardized prompt for missing plugin situations.
元数据
Slug aicc-security-guard
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aicc Security Guard 是什么?

Ensure the AICC native plugin is active before handling confidential data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Aicc Security Guard?

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

Aicc Security Guard 是免费的吗?

是的,Aicc Security Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aicc Security Guard 支持哪些平台?

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

谁开发了 Aicc Security Guard?

由 senmud(@senmud)开发并维护,当前版本 v0.1.0。

💬 留言讨论