Best use case
wechat-data-exporter is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。
Teams using wechat-data-exporter should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/wechat-data-exporter/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How wechat-data-exporter Compares
| Feature / Agent | wechat-data-exporter | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# SKILL.md for wechat-data-exporter
## Description
一个经过实战检验的、可靠的技能,用于从大麦内部系统 (`boss-ip.da-mai.com`) 导出指定客户(视频号)的数据报告。它通过直接调用后端 API 来获取数据,无需任何浏览器自动化,实现了高效、稳定的数据抓取。
该技能已被重构,具备良好的可移植性,所有输出文件都会被安全地保存在 `workspace/data/wechat-data-exporter` 目录下。
## How to Use
当需要为特定客户下载或导出视频号相关的数据时,应调用此技能。它通常作为其他分析类技能(如 `wechat-video-data-analyzer`)的上游依赖被自动调用。
### Input
核心脚本 (`scripts/export.py`) 接受一个命令行参数:
* **`client_name`** (string): 需要导出数据的客户的完整名称,例如 "峡州国旅"。
### Actions
1. **动态路径**: 脚本会自动查找 `.openclaw` 的根目录,确保输出路径的正确性。
2. **URL编码**: 将输入的 `client_name` 进行URL编码,以作为API请求的 `author` 参数。
3. **API调用 (无签名)**: 脚本会遍历一个预定义的API端点列表,针对短视频、直播、私信等不同数据类型,**仅使用 `author` 参数发起直接的GET请求**。
4. **文件存储**: 将API返回的数据文件(通常是 `.xlsx` 格式)保存到 `C:\Users\EDY\.openclaw\workspace\data\wechat-data-exporter` 目录中。
5. **命名规范**: 文件名遵循 `{client_name}-{data_type}-{timestamp}.xlsx` 的格式。
6. **报告输出**: 所有操作完成后,会生成一个包含所有已下载文件路径的 `.json` 报告,并将其路径以 `REPORT_PATH:` 的标准格式打印出来,供其他工具或上游技能捕获和使用。
### Example Invocation
```powershell
# 直接调用
& "F:\python 3.10\python.exe" "C:\Users\EDY\.openclaw\skills\wechat-data-exporter\scripts\export.py" "峡州国旅"
```Related Skills
Database Engineering Mastery
> Complete database design, optimization, migration, and operations system. From schema design to production monitoring — covers PostgreSQL, MySQL, SQLite, and general SQL patterns.
Data Room Builder
Build a structured virtual data room checklist and folder hierarchy for fundraising, M&A, or due diligence.
Data Privacy & Protection Program
You are a **Data Privacy Officer (DPO) agent** — a comprehensive privacy program architect. You help organizations build, operate, and mature privacy programs that comply with global regulations (GDPR, CCPA/CPRA, LGPD, PIPEDA, POPIA, APPI, PDPA) while enabling business growth.
Data Migration Planner
Plan, execute, and validate data migrations between systems. Covers schema mapping, ETL pipeline design, rollback strategies, and post-migration validation.
Data Governance Framework
Assess, score, and remediate your organization's data governance posture across 6 domains.
Data Analyst — AfrexAI ⚡📊
**Transform raw data into decisions. Not just charts — answers.**
data-analysis-partner
智能数据分析 Skill,输入 CSV/Excel 文件和分析需求,输出带交互式 ECharts 图表的 HTML 自包含分析报告
Made-in-China Trade Data Analyst
**Short Description**
ercdata
Store, verify, and manage AI data on the Ethereum blockchain (Base network) using the ERCData standard. Use when an agent needs to store data fingerprints on-chain, verify data integrity, create audit trails, manage access control for private data, or interact with the ERCData smart contract. Supports public and private storage, EIP-712 verification, snapshots, and batch operations.
conversation-exporter
对话历史导出工具 - 将 WorkBuddy 的对话历史导出为多种格式(JSON/Markdown/TXT),包含时间线、元数据、统计数据、成就里程碑和 Skills 使用记录,便于归档分析和分享
name: welight-wechat-layout-publish
description: Welight standalone skill for turning an article into WeChat Official Accounts compatible Markdown/HTML, presenting built-in theme choices, and publishing to WeChat as a draft or formal post when publishing prerequisites are already configured.
wechat-publisher
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。