openclaw/extensions/matrix
Peter Steinberger f6131a4fbf
build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks (#114006)
* build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks

npm 12 removed shrinkwrap (command + tarball/root loading). Delete all 82
committed npm-shrinkwrap.json files and stop publishing lockfiles; keep
pnpm-lock.yaml as the single reviewed dependency boundary. The generator
becomes scripts/generate-npm-package-lock.mjs and feeds plugin bundling via
a transient package-lock.json + npm ci (works on npm 11 and 12). Tarball
validation treats the published 2026.7.2 beta train as a shrinkwrap
transition; self-update npm detection now uses install topology instead of
the shipped shrinkwrap.

* fix(deps): repair lint, deadcode, and test-type lanes for the npm 12 migration

- sort integrity comparisons with an explicit comparator (oxlint)
- keep resolveBunGlobalNodeModules module-local (knip unused-export gate)
- model npm pack --json as npm<=11 array / npm 12 name-keyed object
- default calver destructuring in the tarball test fixture
2026-07-26 01:29:55 -04:00
..
src refactor(matrix): split SDK client responsibilities (#113815) 2026-07-25 14:59:35 -07:00
.npmignore
api.ts
auth-presence.ts refactor(channels): persist runtime state in plugin SQLite (#109380) 2026-07-16 17:05:28 -07:00
CHANGELOG.md
channel-plugin-api.ts
cli-metadata.ts
contract-api.ts
doctor-contract-api.test.ts fix(matrix): preserve encryption keys across snapshot upgrades (#112919) 2026-07-23 02:25:52 -04:00
doctor-contract-api.ts fix(matrix): preserve encryption keys across snapshot upgrades (#112919) 2026-07-23 02:25:52 -04:00
helper-api.ts
index.test.ts
index.ts
openclaw.plugin.json refactor: remove expired plugin compatibility surfaces (#111451) 2026-07-19 11:04:48 -07:00
package.json chore(deps): refresh repository dependencies (#112453) 2026-07-23 16:17:13 +00:00
plugin-entry.handlers.runtime.ts
README.md docs: fix incorrect CLI command in extension READMEs (#112057) 2026-07-25 05:50:13 -07:00
runtime-api.ts chore(plugins): gate deprecation hygiene in CI and purge internal deprecated usage (#108261) 2026-07-15 04:15:23 -07:00
runtime-setter-api.ts
secret-contract-api.ts
session-binding-contract-api.ts
setup-entry.ts
setup-plugin-api.ts
SPEC-SUPPORT.md
subagent-hooks-api.ts
test-api.ts
thread-binding-api.ts
thread-bindings-runtime.ts
tsconfig.json

OpenClaw Matrix

Official OpenClaw channel plugin for Matrix rooms and direct messages.

Install from OpenClaw:

openclaw plugins install @openclaw/matrix

Configure the Matrix homeserver and bot credentials in OpenClaw. The plugin lets agents join configured rooms, receive messages, and reply through Matrix.