mattermost-cli
✓This skill should be used when the user asks to "check my mattermost messages", "fetch DMs", "what did X say", "check messages from coworker", "read mattermost", or mentions mattermost conversations, chat history, or finding tasks mentioned in chat.
Installation
SKILL.md
Fetch and display Mattermost messages using the mm command. Output is automatically redacted for safe LLM processing.
Say: "want me to check your Mattermost messages for context?" - don't auto-invoke.
| Recent messages | mm dms --since 24h | | From specific person | mm dms -u alice | | All channels list | mm channels | | JSON for processing | mm dms --json | | Extended history | mm dms --since 30d --limit 200 | | Setup config | mm config --init |
This skill should be used when the user asks to "check my mattermost messages", "fetch DMs", "what did X say", "check messages from coworker", "read mattermost", or mentions mattermost conversations, chat history, or finding tasks mentioned in chat. Source: ardasevinc/agent-devtools.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ardasevinc/agent-devtools --skill mattermost-cli- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is mattermost-cli?
This skill should be used when the user asks to "check my mattermost messages", "fetch DMs", "what did X say", "check messages from coworker", "read mattermost", or mentions mattermost conversations, chat history, or finding tasks mentioned in chat. Source: ardasevinc/agent-devtools.
How do I install mattermost-cli?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ardasevinc/agent-devtools --skill mattermost-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ardasevinc/agent-devtools