wechat-data-exporter

(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。

3,891 stars

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

$curl -o ~/.claude/skills/wechat-data-exporter/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/ahsbnb/wechat-data-exporter/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/wechat-data-exporter/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How wechat-data-exporter Compares

Feature / Agentwechat-data-exporterStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

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

3891
from openclaw/skills

> Complete database design, optimization, migration, and operations system. From schema design to production monitoring — covers PostgreSQL, MySQL, SQLite, and general SQL patterns.

Coding & Development

Data Room Builder

3891
from openclaw/skills

Build a structured virtual data room checklist and folder hierarchy for fundraising, M&A, or due diligence.

Workflow & Productivity

Data Privacy & Protection Program

3891
from openclaw/skills

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.

Privacy & Compliance

Data Migration Planner

3891
from openclaw/skills

Plan, execute, and validate data migrations between systems. Covers schema mapping, ETL pipeline design, rollback strategies, and post-migration validation.

Workflow & Productivity

Data Governance Framework

3891
from openclaw/skills

Assess, score, and remediate your organization's data governance posture across 6 domains.

Security

Data Analyst — AfrexAI ⚡📊

3891
from openclaw/skills

**Transform raw data into decisions. Not just charts — answers.**

Data & Research

data-analysis-partner

3891
from openclaw/skills

智能数据分析 Skill,输入 CSV/Excel 文件和分析需求,输出带交互式 ECharts 图表的 HTML 自包含分析报告

Data & Research

Made-in-China Trade Data Analyst

3891
from openclaw/skills

**Short Description**

ercdata

3891
from openclaw/skills

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.

Security

conversation-exporter

3891
from openclaw/skills

对话历史导出工具 - 将 WorkBuddy 的对话历史导出为多种格式(JSON/Markdown/TXT),包含时间线、元数据、统计数据、成就里程碑和 Skills 使用记录,便于归档分析和分享

General Utilities

name: welight-wechat-layout-publish

3891
from openclaw/skills

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.

Content & Documentation

wechat-publisher

3891
from openclaw/skills

一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。

Content & Documentation