← 返回 Skills 市场
投放数据分析
作者
18262202398-star
· GitHub ↗
· v1.0.1
· MIT-0
178
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install toufang-data-analysis
功能描述
基于超级直播、淘宝直播及财务数据,自动识别文件并计算ROI、转化率等关键指标,生成综合投放数据分析报告。
安全使用建议
This skill appears to be what it says: a local data-processing/reporting tool that reads CSV/XLSX files, computes KPIs, and writes HTML/CSV reports. Before installing or running: 1) Note the default data and output directories (/Users/zhouhao/... and ~/Desktop) and change them if you prefer to keep data elsewhere. 2) The SKILL.md shows environment variables (TOUFANG_*) but the registry listing does not declare them — the code will still read those env vars if you set them; decide which you want to use. 3) Install dependencies in a virtualenv (pip install -r requirements.txt) and inspect the three main scripts (main.py, clawhub_main.py, simple_run.py) if you want to confirm behavior. 4) Run on non-sensitive sample data first to confirm outputs and column name expectations (some cross-report formulas assume specific columns like 退货率 or 保量佣金). 5) If you need assurance about network/exfiltration risk: there are no network calls in the code, but if you modify the skill to add integrations, review those changes. Overall: functionally coherent and proportionate; proceed with normal caution for any tool that reads local files.
功能分析
Type: OpenClaw Skill
Name: toufang-data-analysis
Version: 1.0.1
The skill bundle is a legitimate data analysis tool designed to process e-commerce and live-streaming performance data (Super Live, Taobao Live, and financial reports). The Python code (main.py, calculator.py, data_processor.py) uses standard data science libraries like pandas and numpy to calculate business metrics such as ROI and conversion rates. There is no evidence of data exfiltration, unauthorized network access, or malicious prompt injection in SKILL.md. While the configuration (config.py) contains hardcoded local file paths specific to a user environment ('/Users/zhouhao/'), these appear to be development artifacts rather than intentional malice.
能力评估
Purpose & Capability
Name/description match the code: modules read local 超级直播/淘宝直播/财务 files, compute ROI and other KPIs, and generate HTML/CSV reports. No network calls or external services are required. Minor mismatch: SKILL.md and examples refer to environment variables (TOUFANG_DATE_RANGE, TOUFANG_DATA_DIR, TOUFANG_OUTPUT_DIR) and a CLI name '投放数据分析', but the package metadata declares no required env vars and the provided entry points are Python scripts (main.py / clawhub_main.py). This is a documentation/configuration inconsistency, not an obvious malicious indicator.
Instruction Scope
Runtime instructions and code operate on local filesystem paths (default /Users/zhouhao/Documents/投放数据 and ~/Desktop outputs) and use environment variables if present. They do not read unrelated system config or network endpoints. Notes: SKILL.md shows single env var examples but the code references several optional env vars (TOUFANG_DATA_DIR, TOUFANG_OUTPUT_DIR, TOUFANG_METRICS, TOUFANG_OUTPUT_FORMAT). The README/usage examples mention a CLI name that isn't implemented as a packaged command — usage is via python main.py.
Install Mechanism
No install spec or remote downloads are used. Dependencies are listed in requirements.txt (pandas, numpy, chardet, openpyxl, etc.), which is appropriate for the stated purpose. No URLs, archive extraction, or third-party install hooks are present.
Credentials
The skill requests no credentials and does not access networked secrets. It does read and write local files (including user document and Desktop paths) which is expected given the purpose. Minor concern: the manifest does not declare any required env vars even though SKILL.md and code expect optional env vars; this is a transparency/configuration gap but not excessive privilege.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It creates output files in the user's configured output directory (default Desktop) and otherwise runs transient analysis — this matches normal behavior for a data-processing tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toufang-data-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/toufang-data-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- ClawHub integration: Added instructions for running the skill using environment variables and the new entrypoint file clawhub_main.py.
- Added three new files: .clawhub/origin.json, _meta.json, and clawhub_main.py to support ClawHub compatibility.
- Existing features and usage remain unchanged for standard scenarios.
v1.0.0
投放数据分析技能 v1.0.0 — 初始发布
- 提供超级直播、淘宝直播和财务数据的自动识别与处理
- 自动检测和统一文件编码格式,支持常见编码
- 实现多项数据统计与关键指标(ROI、转化率、毛利率等)自动计算
- 支持跨报表数据的智能关联分析
- 自动生成HTML汇总报表、数据质量报告和关键指标汇总
- 具备异常预警、缺失字段处理等容错能力
元数据
常见问题
投放数据分析 是什么?
基于超级直播、淘宝直播及财务数据,自动识别文件并计算ROI、转化率等关键指标,生成综合投放数据分析报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。
如何安装 投放数据分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toufang-data-analysis」即可一键安装,无需额外配置。
投放数据分析 是免费的吗?
是的,投放数据分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
投放数据分析 支持哪些平台?
投放数据分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 投放数据分析?
由 18262202398-star(@18262202398-star)开发并维护,当前版本 v1.0.1。
推荐 Skills