discord-cli
Installation
SKILL.md
discord-cli Skill
CLI tool for Discord — fetch chat history, search messages, sync channels, AI analysis.
Agent Defaults
When you need machine-readable output:
- Prefer
--yamlfor structured output unless a strict JSON parser is required. - Use
-nto keep result sets small and token-efficient. - Use
-o <file>withexportto save large datasets to a file. - Prefer specific queries over broad ones. Example: use
discord search "keyword" -c general --yamlinstead of scanning all channels. - Non-TTY stdout defaults to YAML automatically. Use
OUTPUT=yaml|json|rich|autoto override. - All machine-readable output uses the envelope documented in SCHEMA.md.
Prerequisites
- Python 3.10+