← 返回 Skills 市场
logictortoise

Data Analysis

作者 AnyGenIO · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1259
总下载
1
收藏
1
当前安装
11
版本数
在 OpenClaw 中安装
/install anygen-data-analysis
功能描述
Use this skill any time the user wants to analyze data, create charts, or build data visualizations. This includes: sales analysis, financial modeling, cohor...
使用说明 (SKILL.md)

AI Data Analysis — AnyGen

This skill uses the AnyGen CLI to analyze data and create visualizations server-side at www.anygen.io.

Authentication

# Web login (opens browser, auto-configures key)
anygen auth login --no-wait

# Direct API key
anygen auth login --api-key sk-xxx

# Or set env var
export ANYGEN_API_KEY=sk-xxx

When any command fails with an auth error, run anygen auth login --no-wait and ask the user to complete browser authorization. Retry after login succeeds.

How to use

Follow the anygen-workflow-generate skill with operation type data_analysis.

If the anygen-workflow-generate skill is not available, install it first:

anygen skill install --platform \x3Copenclaw|claude-code> -y
安全使用建议
This skill delegates analysis to the AnyGen service via the anygen CLI and needs your ANYGEN_API_KEY. Before installing or using it: (1) confirm you trust AnyGen (check their website, privacy/retention policy, and where data is stored) because data will be sent to www.anygen.io; (2) inspect the @anygen/cli npm package repository/source code if possible (the manifest doesn’t include a homepage); (3) avoid uploading highly sensitive or regulated data unless you’ve verified compliance and key scoping; and (4) prefer issuing an API key with minimal permissions and the ability to revoke it if needed.
功能分析
Type: OpenClaw Skill Name: anygen-data-analysis Version: 3.0.0 The skill provides integration with the AnyGen CLI for data analysis and visualization, sending data to 'www.anygen.io' for processing. It includes standard procedures for API key configuration, OAuth-style authentication, and dependency management via npm (@anygen/cli). While it instructs the agent to install additional components if missing using 'anygen skill install', this behavior appears aligned with the tool's ecosystem and lacks indicators of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
The skill is described as a data-analysis/visualization helper and requires the AnyGen CLI (anygen) and an ANYGEN_API_KEY — both are appropriate and expected for a cloud-based data-analysis integration. Minor note: registry metadata lists no homepage and source is unknown, so the external service and package provenance are not verifiable from the manifest.
Instruction Scope
SKILL.md instructs only to use the anygen CLI (commands like anygen auth login and anygen skill install) and to call AnyGen’s service (www.anygen.io). It does not instruct the agent to read arbitrary local files, unrelated env vars, or exfiltrate data to unexpected endpoints. It does require an interactive browser login flow for auth when used.
Install Mechanism
Installation is via an npm-scoped package (@anygen/cli) that creates the anygen binary — this is a common pattern but carries the usual moderate risk of third-party npm packages. There is no direct archive download or obscure URL. Because the manifest lacks a homepage/source, you should inspect the package repository before installing.
Credentials
Only ONE credential (ANYGEN_API_KEY) is required and declared as the primary credential. That aligns with a single external API service and is proportionate to the skill’s stated purpose.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. It does not ask to modify other skills or system-wide agent configs according to the manifest, so its persistence/privilege level is appropriate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anygen-data-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anygen-data-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
anygen-data-analysis 3.0.0 is a major update with streamlined architecture and workflow. - Migrated from custom Python scripts to the official AnyGen CLI tool for all operations. - Removed all bundled Python scripts; now relies on `@anygen/cli` Node.js package. - Authentication now uses CLI commands (`anygen auth login`) with browser or API key options. - Data analysis workflow is delegated to the `anygen-workflow-generate` skill. - Simplified install and usage steps for easier setup and clearer integration.
v1.3.5
**Minor update with improved environment metadata and API key prompt instructions.** - Added detailed metadata for environment variables and required config files in SKILL.md. - Now specifies to use Markdown link syntax for prompting the user to get an API key. - Clarified API key requirements and where they are stored. - No changes to core workflow or API interactions.
v1.3.4
anygen-data-analysis 1.3.4 - Tightened workflow to require always presenting the full analysis plan (`prompt`) from `prepare` directly to the user, with no summarization or paraphrasing, only translation if needed. - Updated the SKILL.md to clarify that when relaying `prepare` responses, content must be preserved as-is (except for necessary language translation), with no reinterpretation or rewording. - Declared explicit support for `sessions_spawn` in metadata under capabilities. - Added instruction to always reload the latest SKILL.md if the skill was updated since last load. - Improved wording throughout documentation to ensure responses remain faithful to server-generated content.
v1.3.3
- Clarified and tightened security and permissions explanations in the documentation. - Updated the workflow for handling user-uploaded files: always get user consent before reading or uploading files. - Adjusted the step order in the requirements phase for greater clarity (consent now comes before reading files). - Expanded instructions and commentary in prerequisites, communication style, and workflow to increase transparency. - Removed platform-specific statements (e.g., Feishu/Lark OpenAPI) for broader applicability.
v1.3.2
anygen-data-analysis v1.3.2 - Added `scripts/auth.py` and `scripts/fileutil.py` to modularize authentication and file utilities. - Refined skill documentation for clarity: clarified network access and security, added details on structured script outputs, and described the role of newly added scripts. - Updated communication and workflow guidelines to further restrict exposure of internal/technical details to end users. - Expanded compatibility and environment notes, including explicit Python and API key setup instructions. - No changes to user-facing interaction flow—only documentation and internal script enhancements.
v1.3.1
Script fix
v1.3.0
Major SKILL.md and script update with enhanced dialogue mode and monitoring
v1.2.1
Sync latest updates from repo
v1.2.0
Update SKILL.md and scripts
v1.1.0
Update SKILL.md and scripts
v1.0.0
- Initial release of AnyGen Data Analysis skill. - Analyze CSV data to generate tables, summaries, charts, and written insights. - Provides interactive results via a shareable online task URL (no file download). - Includes milestone-based progress updates (25%, 50%, 75%, 90%, complete). - Requires AnyGen API key and Python3 environment with `requests`. - Supports custom styles and language selection (zh-CN, en-US).
元数据
Slug anygen-data-analysis
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 11
常见问题

Data Analysis 是什么?

Use this skill any time the user wants to analyze data, create charts, or build data visualizations. This includes: sales analysis, financial modeling, cohor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1259 次。

如何安装 Data Analysis?

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

Data Analysis 是免费的吗?

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

Data Analysis 支持哪些平台?

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

谁开发了 Data Analysis?

由 AnyGenIO(@logictortoise)开发并维护,当前版本 v3.0.0。

💬 留言讨论