← 返回 Skills 市场
168
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-data-exporter
功能描述
(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-data-exporter - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-data-exporter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
WeChat Data Exporter 是什么?
(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 WeChat Data Exporter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-data-exporter」即可一键安装,无需额外配置。
WeChat Data Exporter 是免费的吗?
是的,WeChat Data Exporter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat Data Exporter 支持哪些平台?
WeChat Data Exporter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat Data Exporter?
由 an(@ahsbnb)开发并维护,当前版本 v1.0.1。
推荐 Skills