From sundial-org-awesome-openclaw-skills-4
Searches Answer Overflow-indexed Discord discussions for coding solutions, library issues, and community Q&A unique to Discord channels.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Search indexed Discord community discussions via Answer Overflow. Great for finding solutions to coding problems, library issues, and community Q&A.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Search indexed Discord community discussions via Answer Overflow. Great for finding solutions to coding problems, library issues, and community Q&A.
Answer Overflow indexes public Discord support channels and makes them searchable via Google and direct API access. Perfect for finding answers that only exist in Discord conversations.
Use web_search to find Answer Overflow results:
# Search for a topic (Answer Overflow results often appear in Google)
web_search "site:answeroverflow.com prisma connection pooling"
Add /m/ prefix or .md suffix to get markdown-formatted content:
# Standard URL
https://www.answeroverflow.com/m/1234567890123456789
# With .md suffix (alternative)
https://www.answeroverflow.com/m/1234567890123456789.md
# Fetch a thread in markdown format
web_fetch url="https://www.answeroverflow.com/m/<message-id>"
When making requests, the API checks for Accept: text/markdown header to return markdown format.
Answer Overflow has an MCP server at https://www.answeroverflow.com/mcp with these tools:
| Tool | Description |
|---|---|
search_answeroverflow | Search across all indexed Discord communities. Can filter by server or channel ID. |
search_servers | Discover Discord servers indexed on Answer Overflow. Returns server IDs for filtered searching. |
get_thread_messages | Get all messages from a specific thread/discussion. |
find_similar_threads | Find threads similar to a given thread. |
| Pattern | Example |
|---|---|
| Thread | https://www.answeroverflow.com/m/<message-id> |
| Server | https://www.answeroverflow.com/c/<server-slug> |
| Channel | https://www.answeroverflow.com/c/<server-slug>/<channel-slug> |
# Find Discord.js help
web_search "site:answeroverflow.com discord.js slash commands"
# Find Next.js solutions
web_search "site:answeroverflow.com nextjs app router error"
# Find Prisma answers
web_search "site:answeroverflow.com prisma many-to-many"