mattermost-team-administration

mattermost-team-administration is a skill for Claude Code, Codex from Knuckles-Team/mattermost-mcp. It costs 112 tokens per session (1,092 once invoked), scanned A, original, MIT.

A project skill for administering Mattermost teams, channels, and their membership. Mattermost is a workplace chat platform.

In plain words
What is it for?
It helps list or create teams, manage channels, set public or private access, and add or remove members.
Why use it?
It provides structured operations for managing chat spaces without handling messages or server-wide settings through the wrong tools.

Skill for Claude CodeCodex

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

Good fit It helps list or create teams, manage channels, set public or private access, and add or remove members.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/mattermost-mcp/mattermost-team-administration
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 Knuckles-Team/mattermost-mcp --skill mattermost-team-administration
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/mattermost-mcp

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 mattermost-team-administration

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/mattermost-mcp/mattermost-team-administration/github.svg)](https://agentmods.dev/skills/knuckles-team/mattermost-mcp/mattermost-team-administration)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/mattermost-mcp/mattermost-team-administration"><img src="https://agentmods.dev/badge/skills/knuckles-team/mattermost-mcp/mattermost-team-administration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mattermost-team-administration

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/mattermost-mcp/mattermost-team-administration"><img src="https://agentmods.dev/badge/skills/knuckles-team/mattermost-mcp/mattermost-team-administration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,092 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.
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.00112 $0.01092
Opus 5 $0.00056 $0.00546
Sonnet 5 $0.00022 $0.00218
Haiku 4.5 $0.00011 $0.00109

Measured 10d ago against content hash b59a6ebfccd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mattermost-team-administration 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 10d 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.

mattermost_mcp/skills/mattermost-team-administration/SKILL.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mattermost Team Administration

Domain-typed access to Mattermost teams, channels, and their membership. Prefer these tools over raw HTTP — they carry the team/channel field conventions and return team/channel-shaped records.

When to use

  • List or create teams; look a team up by name; read team stats and members.
  • List, create, rename, archive, or restore channels within a team.
  • Set channel privacy (public O ↔ private P).
  • Add or remove team / channel members.

When NOT to use

  • Read or post messages / threads / files → mattermost-channel-messaging.
  • Mirror teams/channels/users into the knowledge graph → mattermost-kg-ingestion.
  • Server-wide system/compliance/plugins config → use the corresponding condensed tool (mattermost_mcp_system, mattermost_mcp_compliance, …) directly.

Prerequisites & environment

Connect via the mcp-client skill against the mattermost-mcp MCP server.

Variable Required Notes
MATTERMOST_URL Server base URL (alias MATTERMOST_MCP_BASE_URL)
MATTERMOST_TOKEN ✅* Personal-access / bot token (needs admin scope for create/delete)
MATTERMOST_MCP_USERNAME / MATTERMOST_MCP_PASSWORD ✅* Login fallback if no token
MATTERMOST_MCP_SSL_VERIFY optional TLS verification toggle

*Provide either a token or username+password. MCP_TOOL_MODE selects the condensed vs. verbose surface.

Tools & actions

Prefer the condensed tools; each takes action + a params_json JSON string.

Condensed tool Key actions
mattermost_mcp_teams get_all_teams, create_team, get_team, get_team_by_name, get_team_members, add_team_member, remove_team_member, get_team_stats
mattermost_mcp_channels get_public_channels_for_team, create_channel, get_channel, get_channel_by_name, patch_channel, update_channel_privacy, delete_channel, restore_channel, add_channel_member, remove_user_from_channel, get_channel_members

Read the full file on GitHub · 94 lines

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. 10d ago First seen · 94 lines · 112 tokens per session scan A b59a6ebfccd5

Subscribe to this mod's changes

mattermost-team-administration is a skill published in the GitHub repository Knuckles-Team/mattermost-mcp (0 stars, last pushed 13d ago), licensed MIT. It adds 112 tokens to every session and 1,092 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories