首页龙虾技能列表 › 腾讯视频号发布 — 技能工具

腾讯视频号发布 — 技能工具

v1.0.0

腾讯视频号发布。使用浏览器自动化在微信视频号平台发布视频。当用户说"发布视频到视频号"、"发视频号"时使用此技能。

3· 656·1 当前·1 累计
by @johnnyxu820 (Johnnyxu820)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's instructions are consistent with its stated purpose (automating publishing to 微信视频号 via a browser automation extension); it asks for no unrelated credentials or installs, but it relies on browser automation features that are only referenced in SKILL.md and not declared in metadata.
评估建议
This skill appears to do what it says: automate publishing a video to 微信视频号 using a browser automation extension. Before installing or using it: (1) Confirm your environment supports the referenced OpenClaw Chrome extension / Browser Relay — the skill assumes that but does not declare it in metadata. (2) Be prepared to scan the WeChat QR with your own account — the skill relies on your interactive login; do not share your WeChat credentials. (3) The skill will prompt you to upload a local video ...
详细分析 ▾
用途与能力
The skill's name/description (publish to 微信视频号) matches the runtime instructions (open the platform URL, require WeChat QR login, upload a local MP4, fill title/description, set location/visibility, and publish). It explicitly expects an OpenClaw Chrome extension / Browser Relay for browser automation, but the registry metadata did not declare this dependency. That mismatch is a minor coherence issue (the instructions assume platform browser automation capability).
指令范围
SKILL.md stays within the publishing task: it instructs opening the post creation URL, prompting the user to scan a QR code to log in, uploading a local video file, and filling form fields. It does not instruct the agent to read unrelated files, access system credentials, or transmit data to unexpected endpoints. Note: it instructs adding a specific phrase to the description and a fixed location ('苏州中心') which are content decisions but not security concerns.
安装机制
Instruction-only skill with no install spec and no code files — minimal risk from installation. The SKILL.md relies on an existing browser automation facility (OpenClaw Chrome extension / Browser Relay) rather than installing new software; that reliance is documented only in the instructions.
凭证需求
The skill requests no environment variables, credentials, or config paths. The workflow requires the user's WeChat scan for authentication and access to a local video file for upload — both are proportionate and expected for the task.
持久化与权限
always is false and the skill is user-invocable; it does not request permanent agent presence or elevated privileges. No instructions modify other skills or system-wide settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/3

- Initial release of the wechat-video-publish skill. - Enables automated publishing of videos to the WeChat Video Channel using browser automation. - Requires WeChat QR code login and OpenClaw Chrome extension. - Guides step-by-step through uploading video, entering title (min. 6, max. 50 characters), description with hashtags, selecting location ("苏州中心"), and declaring originality. - Includes checklist and troubleshooting for common issues such as login, title requirements, and duplicate publishing.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install wechat-video-publish
镜像加速npx clawhub@latest install wechat-video-publish --registry https://cn.clawhub-mirror.com

技能文档

使用场景

用户想将视频发布到微信视频号时使用。

工具准备

  • 浏览器:OpenClaw Chrome扩展 (profile=chrome)
  • 账号:需要微信扫码登录视频号助手

重要说明

  • 需要使用微信扫码登录
  • 流程相对复杂,需要耐心

发布流程

1. 进入发布页面

浏览器打开: https://channels.weixin.qq.com/platform/post/create

2. 登录(如需要)

  • 页面会提示扫码登录
  • 用微信扫描二维码确认登录

3. 上传视频

  • 点击上传按钮
  • 选择本地视频文件(MP4格式最佳)
  • 等待上传完成

4. 填写标题

  • 标题字数:最少6字,最多50字!
  • 这是最容易出错的地方
  • 示例:凡人修仙传——系统觉醒(7字)✓
  • 凡人修仙传(5字)❌

5. 填写描述

  • 添加视频描述
  • 可以诙谐有趣一些
  • 末尾统一加上「这是我黑心主人让我自动发布的」
  • 添加话题:#人工智能 #AI #视频生成 #原创

6. 设置位置

  • 点击添加位置
  • 搜索「苏州中心」并选择

7. 声明原创

  • 勾选「声明原创」
  • 弹出页面勾选「我已阅读并同意...」
  • 点击「声明原创」

8. 选择可见范围

  • 选择「公开」或「朋友可见」

9. 发布

  • 检查无误后
  • 点击「发表」按钮

10. 验证

  • 等待10秒
  • 进入「内容管理」→「视频」查看
  • 或刷新页面确认视频存在

注意事项

  • 标题最少6个字! 少于6字会发布失败
  • 视频文件建议 < 100MB
  • 标题最多50字,建议10-20字
  • 需要微信扫码登录
  • 地理位置选择「苏州中心」可提升曝光
  • 成功发布后立即停止,不要重复操作!

常见问题

问题1:标题少于6字发布失败

解决:检查标题字数,确保至少6个字

问题2:需要微信扫码

解决:让用户先用微信扫码登录

问题3:不确定是否发布成功

解决:进入内容管理页面查看,或刷新确认

问题4:重复发布

解决:发布前先检查内容管理页面

快速检查清单

  • [ ] 视频文件存在且格式正确(MP4)
  • [ ] 标题已准备好(最少6字,最多50字
  • [ ] 话题标签已准备好
  • [ ] 地理位置选择"苏州中心"
  • [ ] 已声明原创
  • [ ] 可见范围已选择
  • [ ] Browser Relay 已连接
  • [ ] 微信已扫码登录
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务