← Back to Skills Marketplace
hitjcl

social video -publish寒武纪视频发布

cross-platform ✓ Security Clean
161
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install social-publish
Description
一键多平台发布工具。支持小红书、抖音、快手、B站、视频号五大平台同步发布图文和视频。 用户只需提供一次内容,自动适配各平台格式并发布。 使用场景: - "一键发布到小红书、抖音、快手、B站、视频号" - "帮我同步发多个平台" - "多发几个平台" - "发布视频到抖音" - 内容营销、推广、招募等多平台曝光需求
README (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 相关指令,改进下载脚本安全性,删除账户示例
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-publish
  3. After installation, invoke the skill by name or use /social-publish
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug social-publish
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is social video -publish寒武纪视频发布?

一键多平台发布工具。支持小红书、抖音、快手、B站、视频号五大平台同步发布图文和视频。 用户只需提供一次内容,自动适配各平台格式并发布。 使用场景: - "一键发布到小红书、抖音、快手、B站、视频号" - "帮我同步发多个平台" - "多发几个平台" - "发布视频到抖音" - 内容营销、推广、招募等多平台曝光需求. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.

How do I install social video -publish寒武纪视频发布?

Run "/install social-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is social video -publish寒武纪视频发布 free?

Yes, social video -publish寒武纪视频发布 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does social video -publish寒武纪视频发布 support?

social video -publish寒武纪视频发布 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created social video -publish寒武纪视频发布?

It is built and maintained by 寒武纪智能Cambrian Intelligence (@hitjcl); the current version is v2.0.0.

💬 Comments