Answeroverflow 1.0.2
v1.0.0Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
⭐ 1· 853·13 current·13 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description match the SKILL.md instructions: all guidance is about using web_search/web_fetch to find and fetch Answer Overflow pages. No credentials, binaries, or installs are required, which is appropriate for indexing public Discord content. Minor metadata inconsistencies exist: the registry metadata (ownerId and version) does not match the _meta.json contents, and the skill source/homepage are marked unknown/none while the SKILL.md lists site/docs/discord URLs — these are administrative mismatches but do not change the runtime behavior.
Instruction Scope
SKILL.md instructs the agent to run web_search (Google-like site: queries) and web_fetch to retrieve markdown pages from answeroverflow.com. It does not instruct reading local files, environment variables, or unrelated system paths, nor does it direct data to unexpected endpoints. It mentions an MCP endpoint and its tools but does not include instructions that require hidden credentials or other out-of-scope actions.
Install Mechanism
There is no install spec and no code files — this is instruction-only. That minimizes disk writes and third-party package installation risk.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. For a read-only search/fetch skill on public content, this is proportionate. Note: if the MCP API actually requires auth in practice, no credentials are declared here — you would need to provide them separately, but the SKILL.md does not request them.
Persistence & Privilege
The skill is not always-enabled (always: false) and is user-invocable. disable-model-invocation is false (autonomous invocation permitted) which is the platform default and acceptable for this kind of read-only lookup skill. The skill does not request to modify agent/system configuration or persist credentials.
Assessment
This skill appears to be what it says: it uses web_search and web_fetch to find and retrieve public Answer Overflow pages. Before installing, be aware that queries and fetched content are sent to external sites (answeroverflow.com and search engines). Avoid sending sensitive or proprietary code/snippets in queries. Note the minor metadata mismatches (ownerId/version) — these are administrative inconsistencies you may want to verify with the publisher. If you expect to use any private MCP API features, confirm whether authentication is required and how credentials would be provided (none are declared here). Otherwise this instruction-only skill is low-risk and coherent with its purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97c4dfp36m7hr2e17c232knzh8136mx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
