matrix-communication
v3.1.8Agentic Skills for Matrix: client-side chat (matrix-communication), Synapse homeserver administration (matrix-administration), and structured announcement composition (matrix-announcement). Works with any Matrix/Synapse homeserver.
By Netresearch DTT GmbHLicense: (MIT AND CC-BY-SA-4.0)5 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install matrix-communication for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install matrix-communication@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/netresearch/matrix-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/matrix-administration/SKILL.md├── skills/matrix-announcement/SKILL.md└── skills/matrix-communication/SKILL.md
Included Skills3
Use when administering a Synapse / Matrix homeserver — list or snapshot all rooms, rate room health (public, unencrypted, orphaned), render a Graphviz map of the room/space tree, force-join users, promote room admins, harden rooms (add-to-space + restrict + encrypt), deactivate Matrix users (with GDPR erase), find biggest rooms by DB size, audit where a user is admin or member, replay join/leave timelines, or search unencrypted history. Trigger on any '/_synapse/admin', server-wide room operation, Matrix user offboarding, or anything requiring a homeserver-admin token — even without 'admin API' in the prompt. Companion to matrix-communication.
Use when composing a Matrix announcement — skill release, version bump, weekly digest, breaking-change heads-up, postmortem, RFC, multi-skill pipeline summary, or any agent-authored room post longer than a single line. Trigger before any matrix-send call that produces structured content. Companion to matrix-communication.
Use when communicating via Matrix chat, notifying teams, or managing E2EE. Triggers on #room:server references, Matrix URLs, and chat requests.
Plugin manifests2
{
"name": "matrix-communication",
"version": "3.1.8",
"description": "Agentic Skills for Matrix: client-side chat (matrix-communication), Synapse homeserver administration (matrix-administration), and structured announcement composition (matrix-announcement). Works with any Matrix/Synapse homeserver.",
"author": {
"name": "Netresearch DTT GmbH",
"url": "https://www.netresearch.de"
},
"repository": "https://github.com/netresearch/matrix-skill",
"license": "(MIT AND CC-BY-SA-4.0)",
"keywords": [
"agentic-skill",
"matrix",
"synapse",
"chat",
"communication",
"administration",
"announcement",
"release-notes",
"element",
"e2ee",
"encryption",
"messaging",
"notification",
"nio"
],
"support": {
"issues": "https://github.com/netresearch/matrix-skill/issues",
"source": "https://github.com/netresearch/matrix-skill"
},
"skills": [
"./skills/matrix-communication",
"./skills/matrix-administration",
"./skills/matrix-announcement"
],
"commands": [
"./commands/work-update.md"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "matrix-communication",
"version": "3.1.8",
"description": "Agentic Skills for Matrix: client-side chat (matrix-communication), Synapse homeserver administration (matrix-administration), and structured announcement composition (matrix-announcement). Works with any Matrix/Synapse homeserver.",
"author": {
"name": "Netresearch DTT GmbH",
"url": "https://www.netresearch.de"
},
"repository": "https://github.com/netresearch/matrix-skill",
"license": "(MIT AND CC-BY-SA-4.0)",
"keywords": [
"agentic-skill",
"matrix",
"synapse",
"chat",
"communication",
"administration",
"announcement",
"release-notes",
"element",
"e2ee",
"encryption",
"messaging",
"notification",
"nio"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[matrix-communication on Agent Plugins Marketplace](https://pluginsmp.com/plugins/matrix-communication)