Answer Overflow

v1.0.2

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.

148· 16.4k·184 current·198 all-time
MIT-0Highlighted
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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).
Install Mechanism
No install spec or code files — instruction-only skill (lowest install risk). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That aligns with a read-only, public-web-search helper.
Persistence & Privilege
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97776eph594qhd3pqb5xhwq19803yg4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments