← Back to Skills Marketplace
118
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wechat-video-search
Description
(已验证) 通过 TikHub API 搜索微信视频号视频(需要翻墙),支持关键词搜索,返回视频下载链接和分析数据。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-video-search - After installation, invoke the skill by name or use
/wechat-video-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is WeChat Channels Video Search?
(已验证) 通过 TikHub API 搜索微信视频号视频(需要翻墙),支持关键词搜索,返回视频下载链接和分析数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install WeChat Channels Video Search?
Run "/install wechat-video-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeChat Channels Video Search free?
Yes, WeChat Channels Video Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeChat Channels Video Search support?
WeChat Channels Video Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeChat Channels Video Search?
It is built and maintained by an (@ahsbnb); the current version is v1.0.1.
More Skills