Autosearch discourse_forum
Use for public Discourse-based community discussions, especially Linux DO, when queries need Chinese AI/dev forum posts and native operator troubleshooting.
install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/autosearch/skills/channels/discourse_forum" ~/.claude/skills/0xmariowu-autosearch-discourse-forum && rm -rf "$T"
manifest:
autosearch/skills/channels/discourse_forum/SKILL.mdsource content
Overview
Public Discourse communities are a distinct forum surface: long-form troubleshooting, operator notes, product limitations, and community-native workarounds. This channel starts with Linux DO as the first built-in source.
How To Search
— queries the site's public Discourse search endpoint and maps topic-oriented results into canonical topic URLs.api_search
Known Quirks
- Discourse search payloads can vary by site version and plugin stack.
- Some public forums may block anonymous search or require region-specific network access.
- v1 ships with a built-in Linux DO preset only; more Discourse communities can be added later through site presets.
Quality Bar
- Evidence items have non-empty title and url.
- Multiple posts from the same topic deduplicate to one evidence item.
- HTTP or payload failures degrade to an empty result list.