{
  "schemaVersion": "1.0",
  "item": {
    "slug": "answeroverflow-1-0-2",
    "name": "Answeroverflow 1.0.2",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/brave88heart/answeroverflow-1-0-2",
    "canonicalUrl": "https://clawhub.ai/brave88heart/answeroverflow-1-0-2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/answeroverflow-1-0-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=answeroverflow-1-0-2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/answeroverflow-1-0-2"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/answeroverflow-1-0-2",
    "agentPageUrl": "https://openagent3.xyz/skills/answeroverflow-1-0-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/answeroverflow-1-0-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/answeroverflow-1-0-2/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Answer Overflow Skill",
        "body": "Search indexed Discord community discussions via Answer Overflow. Great for finding solutions to coding problems, library issues, and community Q&A."
      },
      {
        "title": "What is Answer Overflow?",
        "body": "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."
      },
      {
        "title": "Quick Search",
        "body": "Use web_search to find Answer Overflow results:\n\n# Search for a topic (Answer Overflow results often appear in Google)\nweb_search \"site:answeroverflow.com prisma connection pooling\""
      },
      {
        "title": "Markdown URLs",
        "body": "Add /m/ prefix or .md suffix to get markdown-formatted content:\n\n# Standard URL\nhttps://www.answeroverflow.com/m/1234567890123456789\n\n# With .md suffix (alternative)\nhttps://www.answeroverflow.com/m/1234567890123456789.md"
      },
      {
        "title": "Using web_fetch",
        "body": "# Fetch a thread in markdown format\nweb_fetch url=\"https://www.answeroverflow.com/m/<message-id>\""
      },
      {
        "title": "Accept Header",
        "body": "When making requests, the API checks for Accept: text/markdown header to return markdown format."
      },
      {
        "title": "MCP Server (Reference)",
        "body": "Answer Overflow has an MCP server at https://www.answeroverflow.com/mcp with these tools:\n\nToolDescriptionsearch_answeroverflowSearch across all indexed Discord communities. Can filter by server or channel ID.search_serversDiscover Discord servers indexed on Answer Overflow. Returns server IDs for filtered searching.get_thread_messagesGet all messages from a specific thread/discussion.find_similar_threadsFind threads similar to a given thread."
      },
      {
        "title": "URL Patterns",
        "body": "PatternExampleThreadhttps://www.answeroverflow.com/m/<message-id>Serverhttps://www.answeroverflow.com/c/<server-slug>Channelhttps://www.answeroverflow.com/c/<server-slug>/<channel-slug>"
      },
      {
        "title": "Common Searches",
        "body": "# Find Discord.js help\nweb_search \"site:answeroverflow.com discord.js slash commands\"\n\n# Find Next.js solutions\nweb_search \"site:answeroverflow.com nextjs app router error\"\n\n# Find Prisma answers\nweb_search \"site:answeroverflow.com prisma many-to-many\""
      },
      {
        "title": "Tips",
        "body": "Results are real Discord conversations, so context may be informal\nThreads often have back-and-forth discussion before the solution\nCheck the server/channel name to understand the context (e.g., official support vs community)\nMany open source projects index their Discord support channels here"
      },
      {
        "title": "Links",
        "body": "Website: https://www.answeroverflow.com\nDocs: https://docs.answeroverflow.com\nMCP: https://www.answeroverflow.com/mcp\nDiscord: https://discord.answeroverflow.com"
      }
    ],
    "body": "Answer Overflow Skill\n\nSearch indexed Discord community discussions via Answer Overflow. Great for finding solutions to coding problems, library issues, and community Q&A.\n\nWhat is Answer Overflow?\n\nAnswer 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.\n\nQuick Search\n\nUse web_search to find Answer Overflow results:\n\n# Search for a topic (Answer Overflow results often appear in Google)\nweb_search \"site:answeroverflow.com prisma connection pooling\"\n\nFetching Thread Content\nMarkdown URLs\n\nAdd /m/ prefix or .md suffix to get markdown-formatted content:\n\n# Standard URL\nhttps://www.answeroverflow.com/m/1234567890123456789\n\n# With .md suffix (alternative)\nhttps://www.answeroverflow.com/m/1234567890123456789.md\n\nUsing web_fetch\n# Fetch a thread in markdown format\nweb_fetch url=\"https://www.answeroverflow.com/m/<message-id>\"\n\nAccept Header\n\nWhen making requests, the API checks for Accept: text/markdown header to return markdown format.\n\nMCP Server (Reference)\n\nAnswer Overflow has an MCP server at https://www.answeroverflow.com/mcp with these tools:\n\nTool\tDescription\nsearch_answeroverflow\tSearch across all indexed Discord communities. Can filter by server or channel ID.\nsearch_servers\tDiscover Discord servers indexed on Answer Overflow. Returns server IDs for filtered searching.\nget_thread_messages\tGet all messages from a specific thread/discussion.\nfind_similar_threads\tFind threads similar to a given thread.\nURL Patterns\nPattern\tExample\nThread\thttps://www.answeroverflow.com/m/<message-id>\nServer\thttps://www.answeroverflow.com/c/<server-slug>\nChannel\thttps://www.answeroverflow.com/c/<server-slug>/<channel-slug>\nCommon Searches\n# Find Discord.js help\nweb_search \"site:answeroverflow.com discord.js slash commands\"\n\n# Find Next.js solutions\nweb_search \"site:answeroverflow.com nextjs app router error\"\n\n# Find Prisma answers\nweb_search \"site:answeroverflow.com prisma many-to-many\"\n\nTips\nResults are real Discord conversations, so context may be informal\nThreads often have back-and-forth discussion before the solution\nCheck the server/channel name to understand the context (e.g., official support vs community)\nMany open source projects index their Discord support channels here\nLinks\nWebsite: https://www.answeroverflow.com\nDocs: https://docs.answeroverflow.com\nMCP: https://www.answeroverflow.com/mcp\nDiscord: https://discord.answeroverflow.com"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/brave88heart/answeroverflow-1-0-2",
    "publisherUrl": "https://clawhub.ai/brave88heart/answeroverflow-1-0-2",
    "owner": "brave88heart",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/answeroverflow-1-0-2",
    "downloadUrl": "https://openagent3.xyz/downloads/answeroverflow-1-0-2",
    "agentUrl": "https://openagent3.xyz/skills/answeroverflow-1-0-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/answeroverflow-1-0-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/answeroverflow-1-0-2/agent.md"
  }
}