← 返回 Skills 市场
9ying66

clawbus-tiktok-publish

作者 9Ying66 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
19
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawbus-tiktok-publish
功能描述
Publish videos to TikTok using the MyBrandMetrics API. Supports both local video files and remote URLs. Use when you want to upload a video with a title and...
使用说明 (SKILL.md)

TikTok Publisher Skill

This skill allows you to publish videos to TikTok via the MyBrandMetrics API.

How to use

To use this skill, call the publish_tiktok.py script with the required parameters.

Example Usage (Remote URL)

python3 /root/.openclaw/workspace/skills/tiktok-publisher/scripts/publish_tiktok.py --source "https://example.com/video.mp4" --title "My TikTok Title" --privacy-level "SELF_ONLY"

Example Usage (Local File)

python3 /root/.openclaw/workspace/skills/tiktok-publisher/scripts/publish_tiktok.py --source "/root/.openclaw/workspace/videos/my_video.mp4" --title "Hello from local file" --privacy-level "PUBLIC" --wait-for-published

Parameters:

  • --source: (Required) The direct URL or local path of the video file.
  • --title: (Required) The title for your TikTok post.
  • --privacy-level: (Optional) PUBLIC or SELF_ONLY (Default: SELF_ONLY).
  • --wait-for-published: (Optional) If set, the script will poll until the video is fully published.
  • --poll-interval: (Optional) Polling interval in ms (Default: uses API default).
  • --poll-timeout: (Optional) Polling timeout in ms (Default: uses API default).

Configuration

Ensure your config.json file in the workspace root (/root/.openclaw/workspace/config.json) contains the following structure:

{
  "tiktok": {
    "api_key": "YOUR_API_KEY"
  }
}

The api_key is mapped to the X-API-Key header in the API request.

安全使用建议
Review this skill carefully before installing. Use it only if you trust the MyBrandMetrics API path and are comfortable giving the agent access to a TikTok publishing credential. Confirm every public post manually, keep the default private setting unless public posting is intended, and double-check any local file path before upload.
功能分析
Type: OpenClaw Skill Name: clawbus-tiktok-publish Version: 1.0.0 The skill bundle provides a legitimate interface for publishing videos to TikTok via the MyBrandMetrics API (api.mybrandmetrics.com). The Python scripts (publish_tiktok.py and check_status.py) are well-structured, follow the documented purpose, and contain no evidence of obfuscation, credential theft, or unauthorized execution. While the scripts can read local files for upload, this is a core feature of the skill and is handled through standard multipart/form-data requests to the designated API endpoint.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose and code are coherent, but the capability is high-impact: it can publish TikTok videos, including with PUBLIC privacy, through an external API.
Instruction Scope
The instructions provide direct publish commands, including a PUBLIC example, but do not require an explicit user confirmation or preview step before public posting.
Install Mechanism
There is no install script or automatic setup flow shown; the included Python scripts are visible in the provided artifacts and the static scan reported no findings.
Credentials
The skill needs a TikTok/MyBrandMetrics API key and can upload a user-selected local file to MyBrandMetrics, which is expected for publishing but sensitive. Registry requirements under-declare the credential even though the skill documentation requires an API key.
Persistence & Privilege
No background persistence, startup behavior, or self-propagation is shown. The scripts read credentials only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawbus-tiktok-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawbus-tiktok-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release from clawbus.com
元数据
Slug clawbus-tiktok-publish
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

clawbus-tiktok-publish 是什么?

Publish videos to TikTok using the MyBrandMetrics API. Supports both local video files and remote URLs. Use when you want to upload a video with a title and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19 次。

如何安装 clawbus-tiktok-publish?

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

clawbus-tiktok-publish 是免费的吗?

是的,clawbus-tiktok-publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

clawbus-tiktok-publish 支持哪些平台?

clawbus-tiktok-publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 clawbus-tiktok-publish?

由 9Ying66(@9ying66)开发并维护,当前版本 v1.0.0。

💬 留言讨论