← 返回 Skills 市场
jixsonwang

Wechat Search Release

作者 Jixson · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
1339
总下载
2
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-search-release
功能描述
Search WeChat Official Account articles using OpenClaw's web search and fetch capabilities with compliance-focused design.
安全使用建议
This skill appears to implement a reasonable WeChat search helper, but there are several mismatches you should resolve before installing: (1) The code calls an external 'openclaw' CLI (web_search/web_fetch) but the manifest does not declare that binary requirement — ensure you trust and inspect the 'openclaw' tool and know where it comes from. (2) SKILL.md promises robots.txt respect and rate limiting, but the Python code delegates network access to the external tools and does not implement robots.txt checks or enforced delays itself; verify the external tools actually implement those compliance behaviors. (3) An optional Tavily API key is mentioned but not declared or read by the code—confirm whether you must supply credentials and how they will be used. (4) The web_fetch parsing is marked as not implemented; expect reduced functionality until that is completed. Recommended actions: run the skill in a sandbox, inspect and verify the 'openclaw' CLI binary and any third-party tools it invokes, add/require explicit declarations for needed binaries and environment variables, and only grant credentials after confirming they are necessary and used as described.
功能分析
Type: OpenClaw Skill Name: wechat-search-release Version: 1.0.3 The skill is designed to search WeChat articles using OpenClaw's `web_search` and `web_fetch` tools. The `wechat_search.py` script correctly uses `subprocess.run` to invoke these specific OpenClaw tools, passing user queries as arguments, which is the intended interaction model for OpenClaw skills. The `SKILL.md` and `README.md` clearly describe the functionality, emphasize compliance, and do not contain any prompt injection attempts. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation. The behavior is clearly aligned with its stated purpose and lacks high-risk activities beyond the legitimate use of OpenClaw's own tools.
能力评估
Purpose & Capability
The skill claims to operate via OpenClaw's web_search and web_fetch tools (SKILL.md and code call 'openclaw tool ...'), but the registry metadata lists no required binaries or primary credential. The skill therefore depends on an external 'openclaw' CLI binary that is not declared in the manifest. That is an incoherence: a search skill legitimately needs the OpenClaw tools, but the manifest should declare that requirement so users know the runtime dependency and permission surface.
Instruction Scope
SKILL.md promises robots.txt respect, rate limiting, explicit User-Agent, and 'no data retention'. The Python implementation does expose a request_delay_ms config and a User-Agent string in examples, but it does not itself check robots.txt or enforce delays (it delegates network work to the external 'openclaw' tools). parse_fetch_results is a placeholder and returns an empty list, so some advertised functionality (web_fetch parsing) is unimplemented. The SKILL.md also instructs creating ~/.openclaw/wechat-search-config.json, but the code only loads a config file if passed via --config (it doesn't automatically look in that path), another mismatch.
Install Mechanism
There is no install spec (instruction-only), which is low-risk, but the package includes code (wechat_search.py) and requirements.txt without providing an install step. The missing declaration that 'openclaw' CLI is required is an operational gap: users may try to run the script expecting it to work without installing the external tools. No remote downloads or strange install URLs are present.
Credentials
SKILL.md mentions an optional Tavily API Key for enhanced search capabilities, but the manifest's required env list is empty and the code does not read any environment variables. This is an undocumented credential expectation. While no credentials are explicitly requested by the manifest, the skill will attempt to call external tools that may themselves require credentials—this indirection is not declared and increases the attack surface because the skill's behavior depends on external tool configuration.
Persistence & Privilege
The skill is not marked always:true and doesn't request system-wide configuration changes. It does not persist data to disk in the provided code (it reads an optional config file only if supplied). No elevated or persistent privileges are requested by the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-search-release
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-search-release 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Version 1.0.3 of wechat-search-release - No file changes detected in this release. - No updates to features, documentation, or configuration. - Functionality remains consistent with the previous version.
v1.0.2
- Added detailed skill documentation (SKILL.md) describing the compliant WeChat Official Account article search capability. - Outlined a two-layer search strategy: starts with legal API/web search, falls back to respectful web fetching. - Documented configurable options: max results, date filters, output formats, and search strategies. - Highlighted compliance features: robots.txt respect, rate limiting, clear user agent, no data retention. - Included basic usage examples, configuration details, and error handling procedures. - Listed planned future enhancements such as RSS integration and content summarization.
元数据
Slug wechat-search-release
版本 1.0.3
许可证
累计安装 7
当前安装数 5
历史版本数 2
常见问题

Wechat Search Release 是什么?

Search WeChat Official Account articles using OpenClaw's web search and fetch capabilities with compliance-focused design. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1339 次。

如何安装 Wechat Search Release?

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

Wechat Search Release 是免费的吗?

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

Wechat Search Release 支持哪些平台?

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

谁开发了 Wechat Search Release?

由 Jixson(@jixsonwang)开发并维护,当前版本 v1.0.3。

💬 留言讨论