CtrlK
BlogDocsLog inGet started
Tessl Logo

matrix-server-management

Use for standalone Matrix admin requests (register users, create rooms, manage membership, upload files). Also use when you need to send a file to the admin via Matrix media upload. Do NOT use for Worker/project creation — those handle Matrix operations internally.

76

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, token-efficient overview with strong progressive disclosure and concrete delegated actionability, weakened only by the absence of explicit sequencing and validation/feedback loops for its multi-step operations.

Suggestions

Add a brief step sequence for the multi-step flows (e.g., file upload: upload -> capture content_uri -> send m.file -> reply with MEDIA URI) so the workflow is self-contained in the body.

Include validation checkpoints for risky operations, such as confirming the access_token is returned before logging in and checking the content_uri before sending a file.

Provide a minimal validate->fix->retry hint for destructive/batch cases like membership resets (e.g., verify a room join succeeded before proceeding).

DimensionReasoningScore

Conciseness

The body is lean — no explanations of what Matrix is or how it works — and every line (gotchas, routing table) carries actionable information, assuming Claude's competence.

3 / 3

Actionability

Although no code is inline, the Operation Reference table routes each situation to references/api-reference.md (verified to contain fully executable curl commands), and the inline gotchas give concrete, actionable cautions rather than vague direction.

3 / 3

Workflow Clarity

Operations like file upload and room creation are genuinely multi-step, but the body neither sequences them nor provides validate->fix->retry checkpoints; for destructive/batch contexts (account reset, membership) the missing feedback loop caps this at 2.

2 / 3

Progressive Disclosure

The body is a concise overview that delegates all API detail to the single one-level-deep reference (verified to exist), signaled clearly via a situation->file routing table for easy navigation.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, concise description that names concrete actions, uses natural trigger terms, answers both what and when, and explicitly disambiguates from sibling skills via a negative-scope clause.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'register users, create rooms, manage membership, upload files' and 'send a file to the admin via Matrix media upload' — matching the score-3 anchor for enumerating specific actions rather than naming only a domain.

3 / 3

Completeness

It states both what the skill does (register/create/manage/upload) and when to use it via explicit 'Use for...' / 'Also use when...' triggers, clearly answering what and when.

3 / 3

Trigger Term Quality

Phrases like 'register users', 'create rooms', 'manage membership', and 'upload files' are natural terms a user would actually say, giving good coverage rather than jargon-only or generic terms.

3 / 3

Distinctiveness Conflict Risk

It carves a clear niche ('standalone Matrix admin requests') and actively steers away from a conflicting skill ('Do NOT use for Worker/project creation'), making overlap unlikely.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
agentscope-ai/AgentTeams
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.