← Back to Skills Marketplace
boms

Matrix Channel Fix

by Boms · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
472
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install matrix-fix
Description
修复 Matrix Channel 常见问题:加密模块安装、token 过期处理、重新登录等。 Use when: Matrix channel 无法正常工作、加密模块报错、token 失效等问题。
Usage Guidance
This SKILL.md appears to be a straightforward troubleshooting guide for the OpenClaw Matrix channel. Before running commands: back up ~/.openclaw/ and your OpenClaw configuration; confirm the homeserver URL and bot credentials; verify you have pnpm, curl, and jq installed and run commands intentionally (global pnpm add may require sudo and will modify system node_modules); avoid blindly copying rm -rf commands — ensure you target the correct path; understand that openclaw config set storing a password may persist it in plaintext in configuration; consider testing changes in a staging environment or container, and verify the package @matrix-org/matrix-sdk-crypto-nodejs from its upstream source before installing. If you need higher assurance, ask the skill author for source/homepage or a cryptographic checksum for the module to be installed.
Capability Analysis
Type: OpenClaw Skill Name: matrix-fix Version: 1.0.0 The skill is classified as suspicious due to several risky operations and poor security practices, primarily involving the handling of sensitive credentials. The `SKILL.md` instructs the agent to execute shell commands that expose passwords directly in the command line (e.g., `openclaw config set channels.matrix.password` and `curl ... -d '{"type":"m.login.password", ...}'`), which can lead to credential exposure in process lists or logs. Additionally, it uses powerful commands like `rm -rf ~/.openclaw/matrix/accounts/*` for clearing tokens and `pnpm add` for package installation, which, while intended for troubleshooting, carry inherent risks if not handled with extreme care by the agent and underlying system. There is no clear evidence of malicious intent such as data exfiltration to unauthorized endpoints or backdoor installation.
Capability Assessment
Purpose & Capability
The skill describes troubleshooting Matrix encryption, token expiry, DNS, reconfiguration, and room-leave operations; all runtime instructions (pnpm install of the crypto module, removing account files, resetting channel config, using the homeserver login API) align with that purpose.
Instruction Scope
Instructions include destructive operations (rm -rf ~/.openclaw/matrix/accounts) and modifying global node_modules (/usr/local/lib/node_modules/openclaw). They also instruct use of curl to log in with bot credentials and to write passwords into openclaw config. These actions are within scope for repairing the Matrix channel but require user caution: back up data first, verify the homeserver URL and credentials, and be aware that storing plain passwords in config may persist secrets.
Install Mechanism
There is no install spec in the registry (instruction-only). The SKILL.md recommends running pnpm add and pnpm rebuild in a global node_modules path — this is a manual global package change and may require elevated privileges. That is plausible for rebuilding a missing native crypto module but is noteworthy because it modifies system-wide Node modules.
Credentials
The skill does not request extra environment variables or unrelated credentials. The credentials referenced (bot username/password, access token for the homeserver) are appropriate for reauthenticating and leaving rooms. However, the instructions do involve placing passwords into openclaw config and obtaining access tokens via curl, so users should understand these credentials will be used/stored locally.
Persistence & Privilege
always is false and there is no installable code or persistent background component in the skill bundle. The skill does not request elevated platform privileges itself; the user-run commands may require elevated privileges (for global pnpm installs) but that is a consequence of the remediation steps, not the skill claiming extra privilege.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install matrix-fix
  3. After installation, invoke the skill by name or use /matrix-fix
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
matrix-fix 1.0.0 – Initial Release - Provides a troubleshooting guide for common Matrix Channel issues such as encryption module installation, token expiration, and connectivity. - Includes step-by-step fixes for missing crypto modules, token invalidation, DNS errors, and full channel reconfiguration. - Offers commands for diagnosing Matrix Channel status and handling room exit operations. - Contains configuration examples for quick reference.
Metadata
Slug matrix-fix
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Matrix Channel Fix?

修复 Matrix Channel 常见问题:加密模块安装、token 过期处理、重新登录等。 Use when: Matrix channel 无法正常工作、加密模块报错、token 失效等问题。 It is an AI Agent Skill for Claude Code / OpenClaw, with 472 downloads so far.

How do I install Matrix Channel Fix?

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

Is Matrix Channel Fix free?

Yes, Matrix Channel Fix is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Matrix Channel Fix support?

Matrix Channel Fix is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Matrix Channel Fix?

It is built and maintained by Boms (@boms); the current version is v1.0.0.

💬 Comments