← Back to Skills Marketplace
senmud

Aicc Security Guard

by senmud · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aicc-security-guard
Description
Ensure the AICC native plugin is active before handling confidential data.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aicc-security-guard
  3. After installation, invoke the skill by name or use /aicc-security-guard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug aicc-security-guard
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Aicc Security Guard?

Ensure the AICC native plugin is active before handling confidential data. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.

How do I install Aicc Security Guard?

Run "/install aicc-security-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aicc Security Guard free?

Yes, Aicc Security Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aicc Security Guard support?

Aicc Security Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aicc Security Guard?

It is built and maintained by senmud (@senmud); the current version is v0.1.0.

💬 Comments