← Back to Skills Marketplace
投放数据分析
by
18262202398-star
· GitHub ↗
· v1.0.1
· MIT-0
178
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install toufang-data-analysis
Description
基于超级直播、淘宝直播及财务数据,自动识别文件并计算ROI、转化率等关键指标,生成综合投放数据分析报告。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toufang-data-analysis - After installation, invoke the skill by name or use
/toufang-data-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
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汇总报表、数据质量报告和关键指标汇总
- 具备异常预警、缺失字段处理等容错能力
Metadata
Frequently Asked Questions
What is 投放数据分析?
基于超级直播、淘宝直播及财务数据,自动识别文件并计算ROI、转化率等关键指标,生成综合投放数据分析报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install 投放数据分析?
Run "/install toufang-data-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 投放数据分析 free?
Yes, 投放数据分析 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 投放数据分析 support?
投放数据分析 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 投放数据分析?
It is built and maintained by 18262202398-star (@18262202398-star); the current version is v1.0.1.
More Skills