Weixin Runtime Fix
PassAudited by VirusTotal on May 7, 2026.
Overview
Type: OpenClaw Skill Name: weixin-runtime-fix Version: 2.4.2 The skill is a specialized patch designed to fix compatibility issues between the OpenClaw gateway and the WeChat plugin. It uses an installation script (install.sh) to modify local JavaScript files within the plugin's directory, specifically addressing module isolation and HTTP header restrictions. The operations are transparent, include file backups, and are strictly scoped to the plugin's path (~/.openclaw/npm/node_modules/@tencent-weixin/openclaw-weixin) as defined in SKILL.md.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If run, the skill changes how the installed Weixin plugin behaves and those changes remain until restored or reinstalled.
Running the helper executes local shell/Python commands that modify installed plugin JavaScript files. This is disclosed and central to the stated fix, but it is still local code execution with persistent effects.
sed -i 's/setStatus: ctx.setStatus,$/...channelRuntime: ctx.channelRuntime,/' "$CHANNEL_JS" ... python3 << 'PYTHON_SCRIPT' ... sed -i '/Content-Length/d' "$API_JS"
Run the script only if you intentionally want this patch, review the file diffs first, and keep or verify the .bak backups before restarting OpenClaw.
Users have less upstream context for why this patch is trustworthy, which matters because it edits an installed messaging plugin.
The patcher has limited provenance and is not represented by a declarative install spec, even though the provided files are visible and no remote downloads are shown.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Inspect the provided script and compare the changes against the referenced issue or upstream plugin before applying it.
