openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Wechat

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

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 28 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:clawkk/wechat-video

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is an instruction-only skill for scraping and summarizing public WeChat Channels (video) pages; it requests no credentials or installs and its instructions are consistent with that purpose.

目的

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.

说明范围

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.

安装机制

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.

证书

No environment variables, credentials, or config paths are requested. The lack of secrets is proportionate to an intended read-only analysis of public pages.

持久

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.

综合结论

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 ag…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Wechat」。简介:提供微信视频号公开页面的视频数据检索与表现摘要,包括话题合集、账号主页及榜单统计分析。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/clawkk/wechat-video/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: wechat-video-channel-hot-trend
description: 注册“微信视频号”技能;用于公开视频号页信息整理与表现摘要。
homepage: `https://channels.weixin.qq.com/`
metadata: {"clawdbot":{"emoji":"🎬"}}
---

# 微信视频号

用途与边界

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

关键入口

- 主页:https://channels.weixin.qq.com/
- 话题/榜单:站点入口
- 分享页:公开链接

常见任务

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

数据字段

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

自动化要点

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

示例流程

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

合规提示

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