← Back to Skills Marketplace
63
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wechat-forward
Description
按需将当前对话内容转发到用户自己的微信。仅在用户明确要求"把这个发微信"时才执行, 将最近的消息内容通过 wxclawbot CLI 推送到用户微信,用于手机端查看。 Trigger ONLY when explicit: 发微信, 推送到微信, 发到微信, forward to wechat, 发给我微信, 帮...
Usage Guidance
This skill appears coherent for forwarding chat content to your own WeChat using the local wxclawbot CLI. Before installing/use: (1) ensure wxclawbot is trustworthy and installed from a known source; (2) confirm the accounts directory (~/.openclaw/openclaw-weixin/accounts/) contains only your own credentials; (3) be cautious when asking the agent to "send file" — that will read local file paths you specify and forward them to your phone; (4) verify the agent actually respects the listed trigger phrases and does not auto-trigger; (5) review wxclawbot logs if you need auditability. If any of these items are unclear or you do not trust wxclawbot, do not enable the skill.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-forward
Version: 1.0.1
The skill 'wechat-forward' facilitates forwarding conversation history and files to a user's WeChat account using the 'wxclawbot' CLI. While the instructions in SKILL.md emphasize explicit user consent and 'self-only' data flow, the implementation pattern of passing user-generated text directly into shell commands (e.g., wxclawbot send --text "...") presents a significant risk of shell injection. Additionally, the skill requires access to sensitive credentials stored in '~/.openclaw/openclaw-weixin/accounts/', which, combined with the ability to exfiltrate data to an external IM service, warrants a suspicious classification despite the lack of clear malicious intent.
Capability Assessment
Purpose & Capability
Name/description claim: forward conversation to the user's WeChat. Declared requirements (wxclawbot binary, accounts config path) and CLI-based instructions directly support that purpose and are expected.
Instruction Scope
SKILL.md instructs the agent to call wxclawbot send --text and optionally --file. It specifies explicit trigger phrases and disallows automatic triggers, but enforcement depends on the agent following the instructions. The ability to send arbitrary local files (via --file) is intentional for attachments but means a user-initiated request could cause local files to be read and forwarded to the user's phone.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. It requires an existing wxclawbot CLI on PATH (reasonable and consistent).
Credentials
No environment variables requested. The only declared config path (~/.openclaw/openclaw-weixin/accounts/) is the user's local/wechat credentials store required for sending to the user's WeChat — proportional to the stated function.
Persistence & Privilege
always:false and no persistent installs or system-wide modifications. The skill does not request elevated or always-on privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-forward - After installation, invoke the skill by name or use
/wechat-forward - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
修复:移除数据采集相关表述,明确自转发属性,添加安全元数据
v1.0.0
首个版本:按需将 Webchat 对话内容转发到微信,仅响应 Boss 显式指令,绝不自动触发。
Metadata
Frequently Asked Questions
What is Wechat Forward?
按需将当前对话内容转发到用户自己的微信。仅在用户明确要求"把这个发微信"时才执行, 将最近的消息内容通过 wxclawbot CLI 推送到用户微信,用于手机端查看。 Trigger ONLY when explicit: 发微信, 推送到微信, 发到微信, forward to wechat, 发给我微信, 帮... It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.
How do I install Wechat Forward?
Run "/install wechat-forward" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Forward free?
Yes, Wechat Forward is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat Forward support?
Wechat Forward is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos).
Who created Wechat Forward?
It is built and maintained by 99go1 (@davidchyi-beep); the current version is v1.0.1.
More Skills