← 返回 Skills 市场
System Data Intelligence — File · Analysis · Visualization
作者
zhaojie911272507
· GitHub ↗
· v1.0.3
· MIT-0
561
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install system-data-intelligence
功能描述
专为文件操作、数据分析、可视化、数据库连接、API 接入和敏感数据处理设计的系统级 Agent Skill。 【强制触发场景】: - 用户提及任何文件操作:Excel / WPS / Word / TXT / Markdown / RTZ / CSV / JSON - 「分析」「读取」「提取」「处理」「建模」「预...
安全使用建议
This package appears coherent for file parsing, DB queries, API ingestion, analysis and visualization — the included scripts implement what the SKILL.md promises. However:
- SKILL.md / AGENTS.md mandate automatic activation for many common triggers and say 'do not ask user' — that means an agent using this skill could read local files, open Office via COM/AppleScript, connect to DBs/APIs, and write outputs without asking explicit consent each time. Consider whether you want that behavior.
- The skill will accept raw DB URLs and API tokens and can send/receive network data. Only provide credentials to this skill if you trust it and the execution environment. Prefer short-lived credentials or read-only accounts for testing.
- Inspect and, if possible, run the code in a sandbox/container first (the repo includes docker-compose). Verify that temporary files are actually deleted and that logs don't leak secrets. Run the tests and review scripts/security_utils.py to confirm masking behavior meets your requirements.
- On macOS/Windows the readers require granting automation/accessibility permissions; consider the impact before enabling them.
- If you want safer operation: require user confirmation before any network/DB call or file access, run the skill with least privilege (container, network restrictions), and do not give production credentials until you are satisfied with its behavior.
Given the forced/automatic activation policy and the broad I/O/network capabilities, treat this skill with caution rather than installing it into a fully-trusted, always-connected agent without additional controls.
功能分析
Type: OpenClaw Skill
Name: system-data-intelligence
Version: 1.0.3
The bundle is a comprehensive data intelligence toolkit designed for file parsing, database connectivity, API integration, and advanced visualization. While it utilizes high-privilege capabilities such as COM automation (win32com in win_excel_reader.py), AppleScript (osascript in mac_excel_reader.py), and external network requests (api_loader.py), these are strictly aligned with the stated purpose of cross-platform data processing. The inclusion of proactive security utilities for PII masking and secure temporary file cleanup (security_utils.py), along with credential masking in database logs (db_connector.py), demonstrates a focus on safety rather than malice. No evidence of data exfiltration, unauthorized persistence, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name/description align with the bundled code and dependencies: the repository contains parsers, platform-specific readers (COM/xlwings/openpyxl), DB connector, API loader, analyzer and viz engine. There are no unrelated required environment variables or external credentials declared in metadata, and requirements.txt matches the claimed functionality.
Instruction Scope
SKILL.md / AGENTS.md explicitly mandate automatic use whenever many keywords are mentioned and instruct the agent to 'act' without asking technical questions. The runtime flow instructs reading local files (various formats), invoking COM/AppleScript, calling arbitrary DBs and REST APIs, creating outputs and temp directories, and performing masking. That scope is appropriate for the feature set but the mandatory/automatic invocation + 'do not ask user' policy grants broad discretion to the agent to access local files and external networks and to process sensitive data without explicit user confirmation.
Install Mechanism
No remote download/install spec; it's instruction+source bundle included. requirements.txt pins common packages. No use of obscure external URLs or installers; code is local. This lowers supply-chain risk compared to arbitrary remote installs.
Credentials
The skill declares no required env vars. It reasonably expects user-supplied DB connection URLs and API tokens at runtime (APILoader.set_auth_token, DBConnector connection URL). No unrelated credentials are requested in metadata. However the code will accept raw connection URLs/tokens and will use network and DB access if provided, so credentials given to the skill enable broad access.
Persistence & Privilege
always:false and standard autonomous invocation are used. The skill writes outputs and temporary files (outputs/, temp dirs) and instructs automatic cleanup, but does not request to modify other skills or global agent settings. The main concern is behavioral: the skill enforces automatic activation and non-interactive operation which increases the chance it will run on sensitive data without prompting.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-data-intelligence - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-data-intelligence触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Version 1.0.3
- Added support for database connections, API data ingestion, and sensitive data masking, extending beyond file analysis and visualization.
- Introduced new scripts: `db_connector.py`, `api_loader.py`, and `security_utils.py` for database, API, and data security functions.
- Expanded documentation to cover usage and principles for database querying, API integration, and data masking workflows.
- Strengthened the quick decision tree and mandatory usage scenarios to include database, API, and sensitive data cases.
- Added comprehensive test coverage for new database, API, doc parsing, security, and visualization modules.
v1.0.1
Version 1.0.1
- No file changes detected in this release.
- Documentation and overall skill logic remain unchanged from the previous version.
元数据
常见问题
System Data Intelligence — File · Analysis · Visualization 是什么?
专为文件操作、数据分析、可视化、数据库连接、API 接入和敏感数据处理设计的系统级 Agent Skill。 【强制触发场景】: - 用户提及任何文件操作:Excel / WPS / Word / TXT / Markdown / RTZ / CSV / JSON - 「分析」「读取」「提取」「处理」「建模」「预... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 561 次。
如何安装 System Data Intelligence — File · Analysis · Visualization?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-data-intelligence」即可一键安装,无需额外配置。
System Data Intelligence — File · Analysis · Visualization 是免费的吗?
是的,System Data Intelligence — File · Analysis · Visualization 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
System Data Intelligence — File · Analysis · Visualization 支持哪些平台?
System Data Intelligence — File · Analysis · Visualization 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 System Data Intelligence — File · Analysis · Visualization?
由 zhaojie911272507(@zhaojie911272507)开发并维护,当前版本 v1.0.3。
推荐 Skills