← 返回 Skills 市场
Shadow AI Monitor
作者
TechCodeCrafter
· GitHub ↗
· v1.0.0
511
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shadow-ai-monitor
功能描述
Shadow AI Monitor - Enterprise-grade dashboard for tracking employee AI tool usage, data exposure risks, and PIPEDA compliance. Generates professional HTML d...
安全使用建议
This skill appears to do what it says: generate demo events and produce a local HTML dashboard. Before installing or running it with real data, consider the following: 1) The example cron payload mentions sending WhatsApp notifications, but the skill provides no messaging integration or credentials—do not assume notifications are implemented; adding them will require secure handling of messaging API keys. 2) The generated HTML loads Chart.js from a CDN when opened in a browser; if you need an air-gapped or fully controlled environment, host the library locally or remove the external script. 3) The demo generator creates realistic-seeming events (employee IDs, data categories). If you replace demo data with real telemetry, ensure you have legal basis and employee/client consent before processing or storing personal data. 4) Review the two script files yourself (they are short and readable) before running and run them in an isolated workspace if you are unsure. 5) Source metadata is 'unknown' and author is generic—if you plan to use in production, obtain provenance/maintenance information and confirm licensing. Overall, no signs of data exfiltration or hidden behavior in the provided files, but exercise caution when integrating notification channels or using real-sensitive data.
功能分析
Type: OpenClaw Skill
Name: shadow-ai-monitor
Version: 1.0.0
The OpenClaw skill 'shadow-ai-monitor' is designed to generate local HTML dashboards for AI tool usage and compliance. All scripts (`generate_demo_data.js`, `generate_dashboard.js`) perform local file I/O operations (reading/writing JSON and HTML) and calculations without any network requests, external API calls, or execution of arbitrary commands. The `SKILL.md` instructions for the AI agent are aligned with the skill's stated purpose, instructing it to run the local scripts and send a WhatsApp notification with metrics, which is a legitimate use of agent capabilities. While the generated HTML dashboard loads Chart.js from a CDN, this is a standard web development practice for static pages and not a malicious action performed by the skill's Node.js code itself. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description promise an enterprise dashboard and compliance analysis; the included files (demo-data generator + HTML dashboard generator) implement exactly that for local/demo usage. One mismatch: the SKILL.md includes an OpenClaw cron example that instructs the agent to "Send WhatsApp notification with metrics," but there is no WhatsApp integration code, no required env vars, and no mention of where to configure messaging credentials. This is a documentation/feature gap rather than evidence of hidden functionality.
Instruction Scope
Runtime instructions are limited to running two local Node scripts and opening the generated HTML; the scripts read/write only local files they create. They do not access system-wide config, secret environment variables, or external APIs from Node. The HTML references Chart.js via a CDN (client-side load). The SKILL.md's automated-schedule example implies sending external notifications (WhatsApp), which is outside the provided code and would require adding credentials and implementation—this is a scope mismatch to be aware of.
Install Mechanism
No install spec is provided (instruction-only install) and the package contains only small Node scripts and a package.json. Nothing is downloaded or executed from external URLs by the Node scripts. The only external resource is a client-side Chart.js CDN reference in the generated HTML; no extract/download installs occur.
Credentials
The skill declares no required environment variables, credentials, or config paths; the bundled code operates on local demo data only. Note: the SKILL.md's delivery example (WhatsApp announcements) would require messaging credentials if implemented — those are not requested by the skill as provided, so any user who wires up automatic notifications must supply and review those credentials separately.
Persistence & Privilege
The skill does not request persistent or elevated privileges. always is false, it is user-invocable, and the code does not modify other skills or system-wide agent settings. It writes output files into the current working directory only (shadow-ai-data.json and shadow-ai-dashboard.html).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shadow-ai-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/shadow-ai-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Enterprise-grade AI tool usage monitoring dashboard with PIPEDA compliance scoring, interactive drill-downs, employee analytics, risk analysis, and PDF export.
元数据
常见问题
Shadow AI Monitor 是什么?
Shadow AI Monitor - Enterprise-grade dashboard for tracking employee AI tool usage, data exposure risks, and PIPEDA compliance. Generates professional HTML d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 511 次。
如何安装 Shadow AI Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shadow-ai-monitor」即可一键安装,无需额外配置。
Shadow AI Monitor 是免费的吗?
是的,Shadow AI Monitor 完全免费(开源免费),可自由下载、安装和使用。
Shadow AI Monitor 支持哪些平台?
Shadow AI Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shadow AI Monitor?
由 TechCodeCrafter(@techcodecrafter)开发并维护,当前版本 v1.0.0。
推荐 Skills