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.
Security Analysis
high confidenceThe skill is an instruction-only helper for querying Answer Overflow search/results and its requirements and instructions are consistent with that purpose.
Name/description (searching Answer Overflow for Discord conversations) matches the instructions: use web_search and web_fetch against answeroverflow.com and the documented MCP endpoints. No unrelated credentials, binaries, or installs are requested. Note: the skill metadata lacks a homepage/source repository which reduces provenance but does not create a direct functional mismatch.
SKILL.md contains explicit, narrow instructions (compose site:answeroverflow.com searches, fetch thread URLs, use /m/ or .md to get markdown, mention Accept: text/markdown and MCP endpoints). It does not ask the agent to read local files, other env vars, or transmit data to unexpected endpoints. Minor note: web_search and web_fetch are network operations that will expose query text externally (search engines and answeroverflow.com).
No install spec or code files — instruction-only skill (lowest install risk). Nothing is downloaded or written to disk by the skill itself.
The skill declares no required environment variables, credentials, or config paths. That aligns with a read-only, public-web-search helper.
always is false and the skill is user-invocable; it does not request persistent presence or system-wide configuration changes. Autonomous invocation remains possible (platform default) but is not coupled with elevated privileges.
Guidance
This skill is coherent and low-risk in itself: it just tells the agent how to search and fetch pages from answeroverflow.com. Before installing, consider: (1) provenance — the package lists no homepage/repo; verify answeroverflow.com and its docs if you rely on it. (2) privacy — search queries and fetched content go over the network (to search engines and answeroverflow.com); avoid including PII or secrets in queries. (3) Accept header: to get markdown results the agent should set Accept: text/markdown when using web_fetch. If you need higher assurance, check the Answer Overflow site and MCP API docs directly and confirm there are no authentication requirements or rate limits that the skill omits.
Latest Release
v1.0.2
Add description frontmatter
Popular Skills
Published by @RhysSullivan on ClawHub