matrix-server-management

matrix-server-management is a skill for Claude Code, Codex from agentscope-ai/AgentTeams. It costs 54 tokens per session (310 once invoked), scanned A, original, Apache-2.0.

A guide for administering a Tuwunel Matrix server, an open-source chat server that uses the Matrix messaging protocol.

In plain words
What is it for?
Use it for standalone Matrix administration tasks such as registering users, creating rooms, changing membership, or uploading files. It is not for creating Workers or projects.
Why use it?
It documents the details and pitfalls involved in managing users, rooms, memberships, messages, and uploaded files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for standalone Matrix administration tasks such as registering users, creating rooms, changing membership, or uploading files. It is not for creating Workers or projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/agentteams/matrix-server-management
About the project

AgentTeams is a runtime platform where multiple AI agents collaborate in shared Matrix rooms under the coordination of a manager. It is for human-supervised or enterprise workflows that need visible, auditable cooperation among agents running on different runtimes, with shared files and centralized traffic management.

agentscope-ai/AgentTeams · 5,579 stars · on GitHub · aliyun.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentscope-ai/AgentTeams --skill matrix-server-management
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/AgentTeams

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for matrix-server-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/agentteams/matrix-server-management.svg)](https://agentmods.dev/skills/agentscope-ai/agentteams/matrix-server-management)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/agentteams/matrix-server-management"><img src="https://agentmods.dev/badge/skills/agentscope-ai/agentteams/matrix-server-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 310 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.00310
Opus 5 $0.00027 $0.00155
Sonnet 5 $0.00011 $0.00062
Haiku 4.5 $0.00005 $0.00031

Measured 8d ago against content hash 7ef28321290f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

matrix-server-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

manager/agent/skills/matrix-server-management/SKILL.md · 23 lines

What it actually says

Matrix Server Management

Manage the Tuwunel Matrix Homeserver at ${AGENTTEAMS_MATRIX_URL}. User ID format: @<username>:${AGENTTEAMS_MATRIX_DOMAIN}.

Gotchas

  • Workers IGNORE messages without m.mentions — they have requireMention: true. You MUST include m.mentions.user_ids with the full Matrix user ID for Workers to process the message (MSC3952)
  • User IDs in body text and m.mentions.user_ids must match exactly — partial or mismatched IDs cause silent failures
  • trusted_private_chat only invites members — you must ensure each invited user accepts with POST /join; Controller-managed Worker and Team flows do this on the user's behalf
  • Matrix accounts cannot be deleted via API — reuse the same username on reset
  • Do NOT use this skill for Worker/project creationcreate-worker.sh and create-project.sh handle Matrix operations internally

Operation Reference

Situation Read
Any Matrix API call (register, login, rooms, messages, mentions, file upload) references/api-reference.md
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 23 lines · 54 tokens per session scan A 7ef28321290f

Subscribe to this mod's changes

matrix-server-management is a skill published in the GitHub repository agentscope-ai/AgentTeams (5,579 stars, last pushed 3d ago), licensed Apache-2.0. It adds 54 tokens to every session and 310 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.