<< All versions
Skill v1.0.2
currentAutomated scan100/100richardgill/nix/discord-search
2 files
──Details
PublishedAugust 20, 2026 at 04:42 AM
Content Hashsha256:0983d7447ba7486a...
Git SHA59fe813a10c5
Bump Typepatch
──Files
Files (1 file, 1.5 KB)
SKILL.md1.5 KBactive
SKILL.md · 51 lines · 1.5 KB
version: "1.0.2" name: discord-search description: Search public Discord help-channel archives via Answer Overflow MCP (mcpc @discord-search). metadata: pi: subProcess: true subProcessContext: fresh model: openai-codex/gpt-5.6-luna thinkingLevel: medium
Use mcpc @discord-search to search Answer Overflow — a searchable archive of public Discord help channels.
Known server: The Shitty Coders Club — serverId=1456806362351669492. Pass serverId:=1456806362351669492 to scope queries.
If the session is missing, run:
bash
mcpc connect ~/.config/mcpc/mcp.json:discord-search @discord-search
To discover tools:
bash
mcpc @discord-search tools-list --fullmcpc @discord-search grep <term>mcpc @discord-search tools-get <tool>
Typical workflow:
bash
# 1. Find a server ID (skip if you already know it)mcpc @discord-search tools-call search_servers query:="shitty coders"# 2. Search threadsmcpc @discord-search tools-call search_answeroverflow \query:="ctx.reload" serverId:=1456806362351669492 limit:=25# 3. Pull full conversationmcpc @discord-search tools-call get_thread_messages threadId:=<id> limit:=100# 4. Semantic similarity within a communitymcpc @discord-search tools-call find_similar_threads query:="<question>" serverId:=1456806362351669492
Caveats:
- Searches by message content, not author. Usernames are anonymized in results (e.g.
yucky-gold); real handles only appear when someone is@-mentioned in the message body. - Only public, indexed help channels are searchable.