Wechat

v0.1.0

提供微信视频号公开页面的视频数据检索与表现摘要,包括话题合集、账号主页及榜单统计分析。

0· 192·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for clawkk/wechat-video.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Wechat" (clawkk/wechat-video) from ClawHub.
Skill page: https://clawhub.ai/clawkk/wechat-video
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install wechat-video

ClawHub CLI

Package manager switcher

npx clawhub@latest install wechat-video
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description claim public-page scraping and summarization; the SKILL.md only discusses visiting public pages, extracting visible fields, and summarizing metrics. No unexpected credentials, binaries, or installs are requested.
Instruction Scope
The instructions describe visiting topic/board/share pages, waiting for dynamic rendering, extracting titles/metrics, and applying frequency controls. They explicitly state no login/anti-fraud bypass. This is within scope, but the guidance is high-level and leaves implementation choices (headless browser, scraping cadence) to the agent — which can affect compliance and operational risk.
Install Mechanism
No install spec and no code files (instruction-only). That minimizes on-disk code risk; runtime behavior depends on the agent's browsing/scraping tooling, which is external to the skill.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets is proportionate to an intended read-only analysis of public pages.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modification of other skills. Autonomous invocation is allowed (platform default) but not combined with other elevated privileges.
Assessment
This skill appears coherent but you should still: (1) verify that scraping public WeChat Channels complies with legal and platform Terms of Service in your jurisdiction; (2) ensure the agent uses approved tooling (e.g., a controlled headless browser) and enforce strict rate limits to avoid IP blocks or anti-bot escalation; (3) do not provide any WeChat account credentials — the skill explicitly says it doesn't need them; (4) monitor and log agent scraping activity and limit the volume of data collected to avoid privacy issues; and (5) test on a small dataset first and confirm that the agent's concrete scraping implementation does not attempt to bypass human verification or otherwise exceed the documented scope.

Like a lobster shell, security has layers — review code before you run it.

latestvk972772r1yj18vgzfwhsmmvywh83fjvv
192downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

微信视频号

用途与边界

  • 面向公开视频号与话题页的检索与表现数据摘要
  • 不提供登录自动化、接口逆向或突破风控能力
  • 仅用于公开页面的轻量分析与提醒

关键入口

常见任务

  • 指定话题的公开视频集合摘要(点赞/评论/收藏)
  • 账号主页近期视频表现对比
  • 榜单条目分布与题材统计

数据字段

  • 视频标题、账号名称、发布时间、点赞/评论/收藏、链接
  • 主页链接、近期视频交互指标摘要
  • 榜单名称、采集时间、来源链接

自动化要点

  • 内容动态加载与人机校验,需等待渲染完成后解析
  • 无账号鉴权能力,仅处理公开分享
  • 频率控制,避免重复访问

示例流程

  • 话题摘要:访问话题 → 抽取条目 → 输出表现摘要
  • 主页对比:进入账号主页 → 抽取近期视频 → 统计交互指标
  • 榜单统计:访问榜单 → 抽取条目 → 题材分布统计

合规提示

  • 遵守平台与信息安全规定,不处理非公开内容
  • 输出仅用于内部分析与提醒

Comments

Loading comments...