← 返回 Skills 市场
brave88heart

Answeroverflow 1.0.2

作者 brave88heart · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
894
总下载
1
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install answeroverflow-1-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.
使用说明 (SKILL.md)

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:

# 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

# Fetch a thread in markdown format
web_fetch url="https://www.answeroverflow.com/m/\x3Cmessage-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/\x3Cmessage-id>
Server https://www.answeroverflow.com/c/\x3Cserver-slug>
Channel https://www.answeroverflow.com/c/\x3Cserver-slug>/\x3Cchannel-slug>

Common Searches

# 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

安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: answeroverflow-1-0-2 Version: 1.0.0 The skill bundle is benign. The `SKILL.md` file provides instructions for an AI agent to interact with the Answer Overflow service using `web_search` and `web_fetch`. All examples and tool references are consistently directed at `answeroverflow.com` or Google searches constrained to that domain. There is no evidence of prompt injection attempts, data exfiltration, unauthorized command execution, persistence mechanisms, or any other malicious behavior. The content aligns perfectly with the stated purpose of searching indexed Discord community discussions.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install answeroverflow-1-0-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /answeroverflow-1-0-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Answer Overflow Skill 1.0.0 released – search Discord Q&A via indexed discussions. - Provides web and API-based search for public Discord community Q&A. - Supports markdown-formatted thread fetching via specific URL patterns or Accept headers. - Documents available API endpoints for searching, server/channels lookup, and message/thread retrieval. - Includes examples and tips for using skill with search and fetch workflows. - Links to official Answer Overflow website, documentation, MCP server, and Discord.
元数据
Slug answeroverflow-1-0-2
版本 1.0.0
许可证
累计安装 13
当前安装数 13
历史版本数 1
常见问题

Answeroverflow 1.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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 894 次。

如何安装 Answeroverflow 1.0.2?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install answeroverflow-1-0-2」即可一键安装,无需额外配置。

Answeroverflow 1.0.2 是免费的吗?

是的,Answeroverflow 1.0.2 完全免费(开源免费),可自由下载、安装和使用。

Answeroverflow 1.0.2 支持哪些平台?

Answeroverflow 1.0.2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Answeroverflow 1.0.2?

由 brave88heart(@brave88heart)开发并维护,当前版本 v1.0.0。

💬 留言讨论