← 返回 Skills 市场
boms

Matrix Channel Fix

作者 Boms · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
472
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install matrix-fix
功能描述
修复 Matrix Channel 常见问题:加密模块安装、token 过期处理、重新登录等。 Use when: Matrix channel 无法正常工作、加密模块报错、token 失效等问题。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install matrix-fix
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /matrix-fix 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug matrix-fix
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Matrix Channel Fix 是什么?

修复 Matrix Channel 常见问题:加密模块安装、token 过期处理、重新登录等。 Use when: Matrix channel 无法正常工作、加密模块报错、token 失效等问题。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 472 次。

如何安装 Matrix Channel Fix?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install matrix-fix」即可一键安装,无需额外配置。

Matrix Channel Fix 是免费的吗?

是的,Matrix Channel Fix 完全免费(开源免费),可自由下载、安装和使用。

Matrix Channel Fix 支持哪些平台?

Matrix Channel Fix 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Matrix Channel Fix?

由 Boms(@boms)开发并维护,当前版本 v1.0.0。

💬 留言讨论