answeroverflow
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
What this skill does
# Answer Overflow Skill Search indexed Discord community discussions via Answer Overflow. Great for finding solutions to coding problems, library issues, and community Q&A. ## What is Answer Overflow? 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. ## Quick Search Use web_search to find Answer Overflow results: ```bash # Search for a topic (Answer Overflow results often appear in Google) web_search "site:answeroverflow.com prisma connection pooling" ``` ## Fetching Thread Content ### Markdown URLs 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 ``` ### Using web_fetch ```bash # Fetch a thread in markdown format web_fetch url="https://www.answeroverflow.com/m/<message-id>" ``` ### Accept Header When making requests, the API checks for `Accept: text/markdown` header to return markdown format. ## MCP Server (Reference) 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. | ## URL Patterns | 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>` | ## Common Searches ```bash # 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" ``` ## Tips - Results are real Discord conversations, so context may be informal - Threads often have back-and-forth discussion before the solution - Check the server/channel name to understand the context (e.g., official support vs community) - Many open source projects index their Discord support channels here ## Links - **Website:** https://www.answeroverflow.com - **Docs:** https://docs.answeroverflow.com - **MCP:** https://www.answeroverflow.com/mcp - **Discord:** https://discord.answeroverflow.com
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.