{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wechat-search-release",
    "name": "Wechat Search Release",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jixsonwang/wechat-search-release",
    "canonicalUrl": "https://clawhub.ai/jixsonwang/wechat-search-release",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wechat-search-release",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-search-release",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "example-config.json",
      "requirements.txt",
      "wechat_search.py"
    ],
    "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-release"
    },
    "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-release",
    "agentPageUrl": "https://openagent3.xyz/skills/wechat-search-release/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wechat-search-release/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wechat-search-release/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, two-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\nTwo-Layer Strategy:\n\nPrimary: Web search with site:mp.weixin.qq.com filter\nFallback: Direct page fetching with proper delays and headers\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 and web_fetch tools to be available\nTavily API Key (optional): For enhanced search capabilities via Tavily integration"
      },
      {
        "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 web fetch strategy\nwechat-search \"最新技术\" --strategy web_fetch"
      },
      {
        "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": "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 search strategies\nClear error messages for debugging"
      },
      {
        "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, two-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\nTwo-Layer Strategy:\nPrimary: Web search with site:mp.weixin.qq.com filter\nFallback: Direct page fetching with proper delays and headers\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 and web_fetch tools to be available\nTavily API Key (optional): For enhanced search capabilities via Tavily integration\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 web fetch strategy\nwechat-search \"最新技术\" --strategy web_fetch\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\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 search strategies\nClear error messages for debugging\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-release",
    "publisherUrl": "https://clawhub.ai/jixsonwang/wechat-search-release",
    "owner": "jixsonwang",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wechat-search-release",
    "downloadUrl": "https://openagent3.xyz/downloads/wechat-search-release",
    "agentUrl": "https://openagent3.xyz/skills/wechat-search-release/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wechat-search-release/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wechat-search-release/agent.md"
  }
}