← 返回 Skills 市场
zhaojie911272507

It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills.

作者 zhaojie911272507 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1441
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install system-data-intelligence-skill
功能描述
专为需要直接操作系统应用并进行深度数据分析的场景设计。 【强制触发场景】: - 用户提及 Excel、WPS、Word、TXT、Markdown、RTZ 等文件的读取/写入/操控 - 用户想从任何应用中「抓取」「提取」「获取」数据 - 用户需要对数据进行「深度分析」「趋势研究」「异常检测」「预测」 - 用户要求生...
安全使用建议
This skill appears to do what it says (read local Office/WPS files, analyze data, create visual reports), but it will operate on local files and call system automation (COM, AppleScript, LibreOffice). Before installing: 1) Review and trust the code and its GitHub source — it will read arbitrary files you point it at. 2) Be aware it asks for/needs system-level permissions on macOS (Accessibility/automation) and requires Office/LibreOffice to be present for some paths. 3) The skill metadata omits declaring these system dependencies; verify and install required packages (requirements.txt) and binaries manually. 4) If you care about privacy, run it in a controlled environment (VM or sandbox) or require explicit user confirmation before the agent opens files. 5) If you will allow autonomous agent invocation, consider limiting triggers or requiring an explicit user approval step, because SKILL.md's “must use” language encourages automatic analysis of files without additional prompts.
功能分析
Type: OpenClaw Skill Name: system-data-intelligence-skill Version: 1.0.0 The skill bundle provides powerful data analysis and document parsing capabilities but utilizes high-risk system interfaces to achieve them. Specifically, it employs Windows COM automation (win_excel_reader.py), macOS AppleScript via subprocess calls (mac_excel_reader.py), and Linux shell execution for LibreOffice conversions (linux-api.md). While these behaviors are aligned with the stated purpose of interacting with Office/WPS applications across different operating systems, the use of broad automation APIs and subprocess execution for system-level control meets the threshold for a suspicious classification.
能力评估
Purpose & Capability
The skill's name/description (system-level file/app access + deep analysis + visualization) aligns with the provided scripts (win/mac/linux readers, analyzer, viz engine). However the registry metadata declares no required binaries/configs/env yet the SKILL.md and scripts rely on system components (Excel/WPS via COM, xlwings/AppleScript, libreoffice, osascript) and external Python packages. The omission of required system dependency declarations (Office/LibreOffice, macOS Accessibility/osascript) is an incoherence that could lead to unexpected failures or overbroad agent behavior.
Instruction Scope
SKILL.md and AGENTS.md instruct the agent to auto-detect OS and automatically read, analyze, visualize, and save reports for 'any' supported file; they explicitly say this skill must be used for all file/data analysis tasks and discourage asking the user about format. That encourages agents to open arbitrary local files and perform full analysis without explicit per-file confirmation. The runtime instructions also recommend granting macOS Accessibility/automation permissions and running system commands (osascript, libreoffice), which are legitimate for the use case but broaden the scope of actions the agent will perform.
Install Mechanism
No formal install spec in registry (instruction-only), but the repository includes code and a README with a git clone URL and requirements.txt. Dependencies are standard PyPI packages; no downloads from unusual hosts in the provided files. The lack of an explicit install/packaging declaration in the skill metadata is a minor mismatch but not necessarily malicious—just means installation and dependency management are left to the operator.
Credentials
The skill requires no environment variables or external credentials (correctly reflected in metadata). However it legitimately requires access to local system resources (Office COM objects, AppleScript automation, LibreOffice binary) and may ask user to grant macOS Accessibility or allow terminal to control Excel. Those are proportional to the stated purpose but are privacy-sensitive because the skill will read arbitrary local documents and write outputs and logs to disk.
Persistence & Privilege
The skill does not request always:true, does not declare special platform-wide privileges, and does not modify other skills’ configs. README suggests placing the repo under ~/.cursor/skills for automatic loading (normal for skills). No evidence the skill persistently exfiltrates credentials or alters system-wide settings beyond saving outputs/logs in an outputs/ directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install system-data-intelligence-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /system-data-intelligence-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of system-data-intelligence-skill. Key changes: - Enables streamlined reading, editing, and automation for Excel, WPS, Word, TXT, Markdown, and related files across Windows, macOS, and Linux. - Provides robust, multi-level data analysis (descriptive, diagnostic, predictive, prescriptive) with clear execution paths and sample code. - Delivers professional data visualizations and automated report generation (interactive HTML, static PNG, summary markdown, and structured JSON/CSV). - Includes automatic file format detection and standardized output directories with logs of all operations. - Comprehensive decision tree and prioritized technical approaches for each OS to safely handle all system-data workflows.
元数据
Slug system-data-intelligence-skill
版本 1.0.0
许可证
累计安装 11
当前安装数 10
历史版本数 1
常见问题

It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills. 是什么?

专为需要直接操作系统应用并进行深度数据分析的场景设计。 【强制触发场景】: - 用户提及 Excel、WPS、Word、TXT、Markdown、RTZ 等文件的读取/写入/操控 - 用户想从任何应用中「抓取」「提取」「获取」数据 - 用户需要对数据进行「深度分析」「趋势研究」「异常检测」「预测」 - 用户要求生... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1441 次。

如何安装 It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills.?

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

It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills. 是免费的吗?

是的,It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills. 完全免费(开源免费),可自由下载、安装和使用。

It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills. 支持哪些平台?

It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 It is designed for scenarios that require direct operating system application and in-depth data analysis. [Forced trigger scenario]: - User mentions reading/writing/manipulating Excel, WPS, Word, TXT, Markdown, RTZ, etc. - User wants to "grab", "extract", and "get" data from any application - User needs to perform "in-depth analysis", "trend research", "anomaly detection", and "prediction" on the data - User requests to generate "charts", "visualizations", "dashboards", "data reports" - users say, "Help me see in this document..." Analyze this data...", "Make a chart presentation..." - Any task involving cross-application data flow [Core Competencies]: System interface calls × Data in-depth analysis × Professional visualization IMPORTANT: As long as it involves any of the file operations, data analysis, and visualization, this skill must be used. Don't skip tasks just because they "look simple" - there are many pitfalls in the underlying interface calls, and there are pitfall avoidance guides in the skills.?

由 zhaojie911272507(@zhaojie911272507)开发并维护,当前版本 v1.0.0。

💬 留言讨论