← Back to Skills Marketplace
lianghaoxun

微信消息文件发送skill

by 爱卿扣杀 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-account-send
Description
This skill provides integrated WeChat account management, message delivery, and file transmission capabilities. It supports querying current user account inf...
Usage Guidance
This skill legitimately needs access to your OpenClaw WeChat account config files because it reads tokens and endpoints from them to send messages and files. Before installing or running it: (1) review the account JSON files under ~/.openclaw/openclaw-weixin/accounts (or the directory pointed to by OPENCLAW_STATE_DIR) to confirm you want those tokens used; (2) ensure you trust the machine/network because the skill will call WeChat endpoints and upload files to WeChat CDN; (3) install the listed Python dependencies (requests, httpx, pycryptodome) from trusted sources; (4) if you do not want the skill to access all local OpenClaw accounts, do not place sensitive account files in the default accounts directory or use a dedicated test account; (5) consider reviewing the two included scripts yourself to verify behavior before running them. Autonomous invocation is allowed by default on the platform — that is normal, but be aware the skill can be called to send messages if invoked.
Capability Assessment
Purpose & Capability
Name/description (WeChat account management, message/file sending) match the included scripts and SKILL.md. The scripts read OpenClaw's openclaw-weixin account JSON files to obtain baseUrl, token, userId, and context tokens — exactly what's needed to call the WeChat backend APIs.
Instruction Scope
SKILL.md and the code confine operations to: calling sessions_list (as documented), locating account configs under the OpenClaw state directory, preparing/encrypting files, uploading to WeChat CDN, and invoking WeChat ilink API endpoints. The code does not read unrelated system paths or exfiltrate data to unknown domains; network calls target WeChat-related domains (e.g., ilinkai.weixin.qq.com, novac2c.cdn.weixin.qq.com) consistent with the purpose.
Install Mechanism
No install spec (instruction-only plus Python scripts). SKILL.md warns about Python dependencies (requests, uuid, pathlib, Crypto, httpx). No external arbitrary download or archive extraction is present.
Credentials
The skill declares no required env vars, but the code optionally respects OPENCLAW_STATE_DIR to discover account files. It reads local account JSON files that contain tokens/URLs — this is necessary for operation but means the skill will access sensitive credentials stored under the OpenClaw accounts path. This access is proportionate to purpose but should be noted by the user.
Persistence & Privilege
No always:true or elevated persistence. Defaults allow user invocation and autonomous invocation (platform default). The skill does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-account-send
  3. After installation, invoke the skill by name or use /wechat-account-send
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布
Metadata
Slug wechat-account-send
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 微信消息文件发送skill?

This skill provides integrated WeChat account management, message delivery, and file transmission capabilities. It supports querying current user account inf... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install 微信消息文件发送skill?

Run "/install wechat-account-send" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 微信消息文件发送skill free?

Yes, 微信消息文件发送skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 微信消息文件发送skill support?

微信消息文件发送skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 微信消息文件发送skill?

It is built and maintained by 爱卿扣杀 (@lianghaoxun); the current version is v1.0.0.

💬 Comments