Weixin Runtime Fix
PassAudited by ClawScan on May 7, 2026.
Overview
This appears to be a disclosed, narrowly scoped patch for the Weixin OpenClaw plugin, but running it will modify installed plugin files.
Install only if you use the affected @tencent-weixin/openclaw-weixin version and want to patch it locally. Review install.sh, confirm the target files are correct, preserve the .bak backups, and be prepared to reinstall or restore the plugin if the patch does not work.
Findings (2)
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.
