18262202398-star/jiangfeng/SKILL.md
# 投放数据分析技能 ## 技能概述 基于《数据分析基础概念和逻辑v3.md》文档开发的标准化投放数据分析技能,用于处理超级直播、淘宝直播和财务报表数据。 ## 适用场景 - 万相台投放数据统计分析 - 直播数据多维度分析 - 财务数据与业务数据关联分析 - ROI优化和成本分析 ## ClawHub使用 通过环境变量配置: ```bash # 设置环境变量 TOUFANG_DATE_RANGE="2026-01-01:2026-01-31" # 运行技能 python3 clawhub_main.py # 或者一次性设置 TOUFANG_DATE_RANGE="2026-01-01:2026-01-31" python3 clawhub_main.py ``` ## 输入要求 - 时间范围:YYYY-MM-DD格式的日期范围 - 数据文件:自动识别三类数据文件 - 超级直播数据(包含"超级直播"关键词) - 淘宝直播数据(包含"淘宝直播"关键词) - 财务数据(包含"财务"关键词) ## 输出内容 1. HTML汇总报表(桌面保存) 2. 数据质量检查报告
npx skillsauth add openclaw/skills 18262202398-star/jiangfengInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
基于《数据分析基础概念和逻辑v3.md》文档开发的标准化投放数据分析技能,用于处理超级直播、淘宝直播和财务报表数据。
通过环境变量配置:
# 设置环境变量
TOUFANG_DATE_RANGE="2026-01-01:2026-01-31"
# 运行技能
python3 clawhub_main.py
# 或者一次性设置
TOUFANG_DATE_RANGE="2026-01-01:2026-01-31" python3 clawhub_main.py
# 自动识别数据文件
def auto_detect_files(data_dir):
"""自动识别三类数据文件"""
super_files = find_files(data_dir, "超级直播")
taobao_files = find_files(data_dir, "淘宝直播")
financial_files = find_files(data_dir, "财务")
return super_files, taobao_files, financial_files
# 自动检测和处理编码
def auto_detect_encoding(file_path):
"""自动检测文件编码格式"""
# 支持GBK、UTF-8等常见编码
# 自动转换和统一处理
基于文档中的字段定义和计算公式:
超级直播关键计算:
淘宝直播关键计算:
财务报表关键计算:
# 跨报表数据关联
def cross_report_analysis(super_df, taobao_df, financial_df):
"""基于文档的跨报表关联分析"""
# 超级直播去退ROI参考值
roi_adjusted = (super_df['总成交金额'] * (1 - taobao_df['退货率'])) / super_df['花费']
# 推广投入回报率
promotion_roi = (financial_df[['保量佣金','预估结算线下佣金','预估结算机构佣金']].sum() *
(super_df['总成交笔数'] / taobao_df['成交笔数'])) / super_df['花费']
return roi_adjusted, promotion_roi
# 调用投放数据分析技能
投放数据分析 --date-range "2026-01-01:2026-01-31" --data-dir "/Users/zhouhao/Documents/投放数据"
# 包含特定指标计算
投放数据分析 --date-range "2026-01-01:2026-01-31" \
--metrics "ROI,观看成本,订单成本" \
--output-format "html,csv"
投放数据分析技能/
├── SKILL.md # 技能说明文档
├── requirements.txt # Python依赖
├── main.py # 主程序
├── data_processor.py # 数据处理模块
├── calculator.py # 指标计算模块
├── reporter.py # 报表生成模块
└── config.py # 配置文件
技能执行后会生成:
YYYY-MM-DD_投放数据分析报告.html - 完整HTML报表YYYY-MM-DD_数据质量检查.csv - 数据质量报告YYYY-MM-DD_关键指标汇总.csv - 指标计算结果江风 - 交个朋友直播间
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。