discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-tome-discourseNight Market Skill — ported from claude-night-market/tome. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Discourse Search
When To Use
- Gathering community opinions on a technology or approach
- Finding experience reports from HN, Reddit, or Lobsters
When NOT To Use
- Academic research (use
/tome:papers) - Code examples (use
/tome:code-search)
Scan community channels for discussions on a topic.
Channels
- Hacker News: Algolia API at hn.algolia.com
- Lobsters: WebSearch with site:lobste.rs
- Reddit: JSON API (append .json to URLs)
- Tech blogs: WebSearch targeting curated domains
Workflow
- Build search URLs/queries per channel using
tome.channels.discourse.*functions - Execute via WebFetch (APIs) or WebSearch (fallback)
- Parse responses into Finding objects
- Merge across sources with source attribution
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-tome-discourse": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure
architecture-paradigm-microkernel
Microkernel architecture with a minimal core and plugin-based extensibility for platforms
escalation-governance
Assess whether to escalate models