← 返回 Skills 市场
hitjcl

social video -publish寒武纪视频发布

作者 寒武纪智能Cambrian Intelligence · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
161
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install social-publish
功能描述
一键多平台发布工具。支持小红书、抖音、快手、B站、视频号五大平台同步发布图文和视频。 用户只需提供一次内容,自动适配各平台格式并发布。 使用场景: - "一键发布到小红书、抖音、快手、B站、视频号" - "帮我同步发多个平台" - "多发几个平台" - "发布视频到抖音" - 内容营销、推广、招募等多平台曝光需求
使用说明 (SKILL.md)

多平台视频发布助手

安全声明 ⚠️

  • 本 skill 仅在用户明确请求时操作
  • 所有操作都在用户本地的浏览器中进行
  • 不会自动登录或存储任何账户凭证
  • 用户对自己账户的操作负完全责任

功能说明

帮助用户在多个视频平台(抖音、快手、B站、小红书等)发布视频内容。

重要限制:

  • 本 skill 提供操作指导,实际浏览器自动化需要用户授权
  • 不会自动登录任何账户
  • 不会绕过任何平台的安全机制
  • 不会修改平台的任何安全设置

触发条件

当用户说:

  • "帮我发布视频到[平台]"
  • "把视频发到抖音/快手/B站"
  • "多平台发布视频"
  • 类似的多平台视频发布需求

使用前提

  1. 用户已在浏览器中手动登录目标平台
  2. 用户准备好要发布的视频文件
  3. 用户了解各平台的发布规则

技术实现

本 skill 使用 xbrowser skill 进行浏览器自动化,这是一个安全的、受控的浏览器控制方案。

安全措施

  1. 用户授权:每次浏览器操作都需要用户确认
  2. 会话隔离:使用用户自己的浏览器配置,不创建新会话
  3. 无凭证存储:不记录或存储任何登录信息
  4. 透明操作:所有操作步骤对用户可见

工作流程

  1. 用户请求发布视频
  2. Agent 确认目标平台和视频文件
  3. Agent 使用 xbrowser skill 打开目标平台(使用用户已登录的浏览器)
  4. 引导用户完成发布流程(或自动化,需用户确认)

支持的平台

平台 说明
抖音 需要 PC 端创作者平台
快手 支持 PC 端发布
B站 支持批量上传
小红书 需要通过创作者平台
微信视频号 需要微信扫码登录

脚本说明

  • video-publish.py - 发布辅助脚本(提供操作指引)
  • platform-helper.py - 平台特定操作辅助

安全最佳实践

  • 使用测试账号先验证功能
  • 不要在主力账号上直接测试
  • 定期检查账户活动记录
  • 发现异常立即停止使用并检查账户

版本信息

  • 版本: 2.0.0
  • 更新日期: 2026-04-24
  • 安全修复: 移除 SSRF 相关指令,改进下载脚本安全性,删除账户示例
安全使用建议
This skill appears coherent and guidance‑only, but take these precautions before installing or using it: 1) Treat the marketing claim of 'one‑click publish' as an overpromise — expect to confirm browser actions and logins manually. 2) Use a test account when trying automation for the first time. 3) Do not allow the agent to run curl/wget or other shell commands on your behalf unless you explicitly review and approve the exact command and URL. 4) Confirm what xbrowser permissions will be granted (it will perform browser automation and that implies network activity via your browser). 5) If you need fully automated publishing that logs into accounts for you, require an audited, trusted integration rather than this guidance tool.
功能分析
Type: OpenClaw Skill Name: social-publish Version: 2.0.0 The skill is a well-documented helper tool for multi-platform video publishing that prioritizes user control and transparency. The provided scripts, platform-helper.py and video-publish.py, are purely informational, performing local file validation and generating manual download instructions (e.g., curl/wget commands) without executing them or making network requests. The skill explicitly disclaims credential storage and automated logins, relying on the xbrowser skill for user-authorized browser interactions, and includes a detailed SECURITY.md outlining previous vulnerability fixes.
能力评估
Purpose & Capability
The name/marketing implies 'one‑click' automatic multi‑platform publishing, but the SKILL.md and code consistently limit functionality to user-visible guidance and optional xbrowser-driven automation that requires explicit user confirmation. This is a mild mismatch between marketing and actual capabilities (overpromise), but not evidence of malicious behavior.
Instruction Scope
Runtime instructions and the Python helpers confine actions to producing guidance, validating local video files, and driving a user-authorized browser session via the xbrowser skill. They do not instruct the agent to read unrelated system config or to exfiltrate credentials. The platform-helper script includes safe download guidance (curl/wget strings) but does not execute network calls itself.
Install Mechanism
No install spec — instruction + helper scripts only. No downloads from untrusted URLs and included code is readable; this is the lower-risk model for skills.
Credentials
The skill declares no required environment variables or credentials and the code does not access hidden secrets. Filesystem read permission is needed and declared (local video validation). No excessive or unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration changes. It declares no credential storage. Autonomous invocation is enabled (normal platform default) but nothing in the skill suggests it would abuse that capability.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
安全修复版 v2.0.0: 1) 移除不明确的SSRF策略指令 2) 移除PowerShell任意URL下载脚本 3) 移除文档中的账户ID示例 4) 重写video-publish.py为本地验证工具 5) 用platform-helper.py替代危险的jimeng-download.py 6) 新增安全声明和用户授权机制 7) 集成xbrowser安全浏览器自动化
v1.0.2
更新视频号和B站
v1.0.0
social-publish 1.0.0 - Initial release: One-click publishing tool for multiple platforms. - Supports simultaneous publishing of text and video to Xiaohongshu, Douyin, Kuaishou, and Bilibili. - Automatically adapts content format and platform requirements. - Includes AI-generated copywriting tailored for each platform. - Step-by-step publishing process with user confirmation before posting.
元数据
Slug social-publish
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

social video -publish寒武纪视频发布 是什么?

一键多平台发布工具。支持小红书、抖音、快手、B站、视频号五大平台同步发布图文和视频。 用户只需提供一次内容,自动适配各平台格式并发布。 使用场景: - "一键发布到小红书、抖音、快手、B站、视频号" - "帮我同步发多个平台" - "多发几个平台" - "发布视频到抖音" - 内容营销、推广、招募等多平台曝光需求. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 social video -publish寒武纪视频发布?

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

social video -publish寒武纪视频发布 是免费的吗?

是的,social video -publish寒武纪视频发布 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

social video -publish寒武纪视频发布 支持哪些平台?

social video -publish寒武纪视频发布 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 social video -publish寒武纪视频发布?

由 寒武纪智能Cambrian Intelligence(@hitjcl)开发并维护,当前版本 v2.0.0。

💬 留言讨论