← 返回 Skills 市场
ahsbnb

WeChat Channels Video Search

作者 an · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
118
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-video-search
功能描述
(已验证) 通过 TikHub API 搜索微信视频号视频(需要翻墙),支持关键词搜索,返回视频下载链接和分析数据。
安全使用建议
This skill does what it says (search TikHub) and needs your TikHub API token, but the included script prints your token and debug response text to stdout/stderr — that can leak your secret if you share console output or if an agent/operator captures it. Before installing or running: (1) review and remove or mask debug prints (remove print("token", token) and debug response logs), (2) store the token in a secure place and avoid sharing outputs that contain it, (3) consider setting TIKHUB token permissions minimally, (4) run the script locally in a controlled environment first and audit network calls (it calls https://api.tikhub.dev), and (5) if you plan to allow autonomous agent invocation, be cautious because the agent could call the skill and cause token exposure; disable autonomous invocation or require explicit user approval if you need stricter control.
功能分析
Type: OpenClaw Skill Name: wechat-video-search Version: 1.0.1 The script `scripts/wechat_video_search.py` contains a significant security vulnerability where it explicitly prints the user's sensitive `tikhub_api_token` to standard output (`print("token",token)`). This behavior leaks credentials into logs or the agent's output history. Additionally, the script contains a hardcoded (though commented-out) API token. While the functionality aligns with the stated purpose of searching WeChat videos via the TikHub API (api.tikhub.dev), these information disclosure flaws pose a risk to the user's secret keys.
能力评估
Purpose & Capability
The name/description (TikHub WeChat Channels search) align with the code and SKILL.md: the skill calls api.tikhub.dev and returns video links/metrics. Requiring a TikHub token is proportionate. No unrelated services or binaries are requested.
Instruction Scope
SKILL.md instructs storing a TikHub token in ~/.openclaw/config.json or using TIKHUB_API_TOKEN. The Python script, however, emits the token and debugging information to stdout/stderr (print("token", token) and debug prints of the URL/response text). Those debug outputs are not required by the skill's stated purpose and risk leaking credentials or API response data.
Install Mechanism
No install spec; code is a small Python script requiring the requests package. Nothing is downloaded from arbitrary URLs or installed in nonstandard locations.
Credentials
The only required secret is a TikHub API token, which is appropriate. However, the script both expects the token in config and supports an environment-variable fallback (TIKHUB_API_TOKEN) — that's reasonable — but printing the token to stdout/stderr is disproportionate and creates an exfiltration risk.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or system settings. Autonomous invocation is permitted by default but not combined with other high privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-video-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-video-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed encoding issues on Windows and corrected API endpoint to api.tikhub.dev.
v1.0.0
- Initial release of wechat-video-search (v1.0.0) - Search WeChat Channels (微信视频号) videos using the TikHub API with keyword support. - Returns download links and analytics data such as likes and play count. - Requires a TikHub API Token (add to config.json). - Supports both simple and raw JSON result outputs via command line. - Uses the new domain api.tikhub.dev to ensure access in mainland China.
元数据
Slug wechat-video-search
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

WeChat Channels Video Search 是什么?

(已验证) 通过 TikHub API 搜索微信视频号视频(需要翻墙),支持关键词搜索,返回视频下载链接和分析数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 WeChat Channels Video Search?

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

WeChat Channels Video Search 是免费的吗?

是的,WeChat Channels Video Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeChat Channels Video Search 支持哪些平台?

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

谁开发了 WeChat Channels Video Search?

由 an(@ahsbnb)开发并维护,当前版本 v1.0.1。

💬 留言讨论