← Back to Skills Marketplace
168
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wechat-data-exporter
Description
(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。
Usage Guidance
This skill is a small, focused Python exporter that calls a Da Mai internal API and saves returned files in your .openclaw workspace. Before installing or running it: (1) verify you trust the source — the repo/homepage is missing; (2) confirm whether boss-ip.da-mai.com is an authorized internal endpoint in your environment and whether requests require authentication (the script sends no credentials); (3) be aware the script logs full request URLs (client names are printed), so sensitive client names may appear in logs; (4) run it in an isolated/test environment first and inspect the saved files and printed output; (5) if you expect the API to require authentication, update the script to use secure credentials (and store them appropriately) rather than running unmodified. If any of these checks fail or you cannot verify the endpoint, do not run this skill with access to sensitive networks or data.
Capability Assessment
Purpose & Capability
The name/description (WeChat data exporter) match the implementation: the script issues GET requests to API endpoints on boss-ip.da-mai.com and saves returned files. The skill does not request unrelated credentials or binaries. The only oddity is that the SKILL.md metadata points to a placeholder GitHub URL and the package has no declared homepage/source; that reduces trust but does not create functional mismatch.
Instruction Scope
Runtime instructions and the script remain narrowly scoped to calling the listed API endpoints and saving outputs under the .openclaw workspace. Minor inconsistencies exist between SKILL.md and the code: SKILL.md claims URL-encoding of the client_name and explicitly references a Windows path (C:\Users\EDY\.openclaw\...), whereas the code currently uses the provided client_name (encoding commented out) and computes the output path dynamically from the discovered .openclaw root. The script prints debug URLs (which include the author parameter) and any returned content/errors; this may expose client names in logs.
Install Mechanism
No install spec is provided (instruction-only plus a small Python script). The SKILL.md lists pip:requests which matches the script's dependency. No downloads from arbitrary URLs or archive extraction occur.
Credentials
The skill declares no required environment variables or credentials, and the code does not read any secrets. However the endpoints are on an internal-looking domain (boss-ip.da-mai.com) which in practice may require internal network access or authentication; the skill does not handle auth. That is not inherently malicious but is a potential operational mismatch (it may fail or leak request parameters if run outside the intended environment).
Persistence & Privilege
The skill does not request persistent/always-on privileges and does not modify other skills or system-wide configuration. It only writes output files into the .openclaw workspace, which is expected behavior for a data exporter.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-data-exporter - After installation, invoke the skill by name or use
/wechat-data-exporter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No file or documentation changes detected in this version.
- Version number remains unchanged in SKILL.md.
- Functionality and usage remain consistent with previous release.
v1.0.0
- Initial release of wechat-data-exporter.
- Provides reliable export of multi-dimensional WeChat video account data via direct API calls.
- No browser automation required; operates efficiently and stably.
- All exported files are saved in a dedicated workspace directory with standardized filenames.
- Generates a JSON report listing all downloaded files for easy integration with other tools.
Metadata
Frequently Asked Questions
What is WeChat Data Exporter?
(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install WeChat Data Exporter?
Run "/install wechat-data-exporter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeChat Data Exporter free?
Yes, WeChat Data Exporter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeChat Data Exporter support?
WeChat Data Exporter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeChat Data Exporter?
It is built and maintained by an (@ahsbnb); the current version is v1.0.1.
More Skills