← 返回 Skills 市场
195
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tiktok-bulk-publisher-test
功能描述
Automate bulk uploading and publishing of TikTok videos with customizable titles, privacy, comment/duet/stitch controls, and upload status checks.
安全使用建议
This skill's code and SKILL.md legitimately require TikTok credentials (client key, client secret, access token), but the registry metadata does not declare them — that's a transparency/information mismatch. Before installing: (1) verify the skill source (follow the repository URL in package.json or contact the author); (2) review the included tiktok_publisher.py yourself or have someone you trust inspect it; (3) only provide short-lived or scopped test tokens (and avoid reusing production credentials); (4) run in an isolated environment (container or VM) if possible; (5) ensure tokens are revocable and grant only required scopes (video.publish, user.info.basic); and (6) if you cannot verify the author/source, decline to install or treat it as untrusted code. If you want, I can list the exact lines in tiktok_publisher.py that handle tokens and network calls for an additional review.
功能分析
Type: OpenClaw Skill
Name: tiktok-bulk-publisher-test
Version: 1.0.0
The skill bundle provides a legitimate implementation for automating TikTok video uploads using the official TikTok Content Posting API. The core logic in `tiktok_publisher.py` correctly handles OAuth 2.0 flows, chunked file uploads, and publishing status checks using standard Python libraries and official TikTok API endpoints (open.tiktokapis.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name, README, SKILL.md, and code all align with a TikTok bulk-publisher (upload, chunked upload, finalize, status). However the registry metadata claims no required environment variables or primary credential while SKILL.md and the code expect TikTok credentials (client key, secret, access token). That mismatch is unexpected and reduces transparency.
Instruction Scope
SKILL.md instructions stay within the stated purpose: they describe exporting TIKTOK_CLIENT_KEY / TIKTOK_CLIENT_SECRET / TIKTOK_ACCESS_TOKEN and running the Python script or using its Python API. The instructions don't ask the agent to read unrelated system files or exfiltrate arbitrary data.
Install Mechanism
There is no install spec (instruction-only), which is low risk. A code file (tiktok_publisher.py) and package.json are included; package.json references a GitHub repo and installation via 'npx clawhub install' but no automated installer is declared. This is not itself malicious but inconsistent and worth verifying.
Credentials
The code and SKILL.md require TikTok credentials (client key/secret and access token) — these are appropriate for the stated purpose. The concern is that the registry metadata omitted declaring any required env vars/primary credential, meaning users may not be warned by the registry about needing to supply sensitive tokens. Verify scope and origin before providing credentials.
Persistence & Privilege
The skill does not request 'always: true' or other persistent privileges, and does not attempt to modify other skills or system-wide settings. Agent autonomous invocation is allowed by default (normal).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tiktok-bulk-publisher-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/tiktok-bulk-publisher-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
TikTok 批量发布技能 v1.0.0
- 首次发布,支持批量自动上传和发布 TikTok 视频内容
- 支持自定义视频标题、描述、隐私级别以及评论/合拍/拼接功能控制
- 支持分片上传大文件、查看发布状态
- 提供 OAuth 2.0 授权流程
- 可通过命令行和 Python API 使用
- 列明依赖、环境变量配置和常见错误代码
元数据
常见问题
Tiktok Bulk Publisher Test 是什么?
Automate bulk uploading and publishing of TikTok videos with customizable titles, privacy, comment/duet/stitch controls, and upload status checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 Tiktok Bulk Publisher Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tiktok-bulk-publisher-test」即可一键安装,无需额外配置。
Tiktok Bulk Publisher Test 是免费的吗?
是的,Tiktok Bulk Publisher Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tiktok Bulk Publisher Test 支持哪些平台?
Tiktok Bulk Publisher Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tiktok Bulk Publisher Test?
由 fly3094(@fly3094)开发并维护,当前版本 v1.0.0。
推荐 Skills