{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wechat-search",
    "name": "Wechat Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jixsonwang/wechat-search",
    "canonicalUrl": "https://clawhub.ai/jixsonwang/wechat-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wechat-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "debug_test.py",
      "example-config.json",
      "requirements.txt"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/wechat-search"
    },
    "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/wechat-search",
    "agentPageUrl": "https://openagent3.xyz/skills/wechat-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wechat-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wechat-search/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "WeChat Search Skill",
        "body": "Search for WeChat Official Account (微信公众号) articles using a compliant, three-layer approach that prioritizes legal search APIs and falls back to respectful web scraping when needed."
      },
      {
        "title": "Features",
        "body": "Compliant Design: Prioritizes legal search APIs, respects robots.txt and rate limits\nThree-Layer Strategy:\n\nPrimary: OpenClaw web_search (Brave Search API)\nSecondary: Tavily Search API (if Brave unavailable)\nFallback: Direct page fetching from WeChat search\n\n\nRecent Results: Returns the 5 most recent articles by default (configurable)\nTime Filtering: Support for date range and recency filters\nMultiple Output Formats: Text, JSON, and markdown formats available"
      },
      {
        "title": "Prerequisites",
        "body": "OpenClaw Web Tools: Requires web_search, web_fetch tools to be available\nAPI Keys (optional but recommended):\n\nBrave Search API Key (for primary search)\nTavily API Key (for secondary search, already configured in your environment)"
      },
      {
        "title": "Basic Search",
        "body": "wechat-search \"人工智能\""
      },
      {
        "title": "Advanced Options",
        "body": "# Return 10 results instead of default 5\nwechat-search \"机器学习\" --max-results 10\n\n# Search within past week\nwechat-search \"大模型\" --past-week\n\n# Custom date range\nwechat-search \"AI应用\" --from 2026-01-01 --to 2026-02-01\n\n# JSON output format\nwechat-search \"开源AI\" --output json\n\n# Force specific strategy\nwechat-search \"最新技术\" --strategy tavily_only"
      },
      {
        "title": "Configuration",
        "body": "Create ~/.openclaw/wechat-search-config.json to customize behavior:\n\n{\n  \"defaultMaxResults\": 5,\n  \"maxResultsLimit\": 20,\n  \"requestDelayMs\": 5000,\n  \"cacheDurationHours\": 1,\n  \"userAgent\": \"OpenClaw-WeChat-Search-Bot/1.0 (+https://github.com/your-username/wechat-search-skill)\"\n}"
      },
      {
        "title": "Layer 1: OpenClaw Web Search (Brave Search)",
        "body": "Uses Brave Search API with site:mp.weixin.qq.com filter\nFastest and most reliable when API key is configured\nRespects search engine's indexing and ranking"
      },
      {
        "title": "Layer 2: Tavily Search API",
        "body": "Activated when Brave Search is unavailable or fails\nUses Tavily's AI-powered search with WeChat site restriction\nProvides high-quality, relevant results with good coverage"
      },
      {
        "title": "Layer 3: Direct Web Fetch",
        "body": "Final fallback when both APIs are unavailable\nScrapes WeChat search results directly from搜狗微信搜索\nImplements proper delays and respects robots.txt\nParses HTML to extract article metadata"
      },
      {
        "title": "Compliance & Ethics",
        "body": "Respects robots.txt: Checks and follows robots.txt directives\nRate limiting: Minimum 5-second delay between requests\nTransparent identification: Clear User-Agent string identifying the bot\nPublic content only: Only accesses publicly available articles\nNo data retention: Does not store full article content, only metadata"
      },
      {
        "title": "Error Handling",
        "body": "Automatic retry on network failures (up to 3 attempts)\nGraceful fallback between all three search strategies\nClear error messages for debugging\nHandles API key missing scenarios gracefully"
      },
      {
        "title": "Future Enhancements",
        "body": "RSS feed integration support\nArticle content summarization\nAuthor/subscription management\nEnhanced filtering options\n\nThis skill is designed to be both useful and responsible, providing access to valuable WeChat Official Account content while respecting platform rules and legal requirements."
      }
    ],
    "body": "WeChat Search Skill\n\nSearch for WeChat Official Account (微信公众号) articles using a compliant, three-layer approach that prioritizes legal search APIs and falls back to respectful web scraping when needed.\n\nFeatures\nCompliant Design: Prioritizes legal search APIs, respects robots.txt and rate limits\nThree-Layer Strategy:\nPrimary: OpenClaw web_search (Brave Search API)\nSecondary: Tavily Search API (if Brave unavailable)\nFallback: Direct page fetching from WeChat search\nRecent Results: Returns the 5 most recent articles by default (configurable)\nTime Filtering: Support for date range and recency filters\nMultiple Output Formats: Text, JSON, and markdown formats available\nPrerequisites\nOpenClaw Web Tools: Requires web_search, web_fetch tools to be available\nAPI Keys (optional but recommended):\nBrave Search API Key (for primary search)\nTavily API Key (for secondary search, already configured in your environment)\nUsage\nBasic Search\nwechat-search \"人工智能\"\n\nAdvanced Options\n# Return 10 results instead of default 5\nwechat-search \"机器学习\" --max-results 10\n\n# Search within past week\nwechat-search \"大模型\" --past-week\n\n# Custom date range\nwechat-search \"AI应用\" --from 2026-01-01 --to 2026-02-01\n\n# JSON output format\nwechat-search \"开源AI\" --output json\n\n# Force specific strategy\nwechat-search \"最新技术\" --strategy tavily_only\n\nConfiguration\n\nCreate ~/.openclaw/wechat-search-config.json to customize behavior:\n\n{\n  \"defaultMaxResults\": 5,\n  \"maxResultsLimit\": 20,\n  \"requestDelayMs\": 5000,\n  \"cacheDurationHours\": 1,\n  \"userAgent\": \"OpenClaw-WeChat-Search-Bot/1.0 (+https://github.com/your-username/wechat-search-skill)\"\n}\n\nSearch Strategy Details\nLayer 1: OpenClaw Web Search (Brave Search)\nUses Brave Search API with site:mp.weixin.qq.com filter\nFastest and most reliable when API key is configured\nRespects search engine's indexing and ranking\nLayer 2: Tavily Search API\nActivated when Brave Search is unavailable or fails\nUses Tavily's AI-powered search with WeChat site restriction\nProvides high-quality, relevant results with good coverage\nLayer 3: Direct Web Fetch\nFinal fallback when both APIs are unavailable\nScrapes WeChat search results directly from搜狗微信搜索\nImplements proper delays and respects robots.txt\nParses HTML to extract article metadata\nCompliance & Ethics\nRespects robots.txt: Checks and follows robots.txt directives\nRate limiting: Minimum 5-second delay between requests\nTransparent identification: Clear User-Agent string identifying the bot\nPublic content only: Only accesses publicly available articles\nNo data retention: Does not store full article content, only metadata\nError Handling\nAutomatic retry on network failures (up to 3 attempts)\nGraceful fallback between all three search strategies\nClear error messages for debugging\nHandles API key missing scenarios gracefully\nFuture Enhancements\nRSS feed integration support\nArticle content summarization\nAuthor/subscription management\nEnhanced filtering options\n\nThis skill is designed to be both useful and responsible, providing access to valuable WeChat Official Account content while respecting platform rules and legal requirements."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jixsonwang/wechat-search",
    "publisherUrl": "https://clawhub.ai/jixsonwang/wechat-search",
    "owner": "jixsonwang",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wechat-search",
    "downloadUrl": "https://openagent3.xyz/downloads/wechat-search",
    "agentUrl": "https://openagent3.xyz/skills/wechat-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wechat-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wechat-search/agent.md"
  }
}