← Back to Skills Marketplace
Tiktok Publisher
by
snoopyrain
· GitHub ↗
· v1.0.1
· MIT-0
108
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install tiktok-publisher
Description
Publish videos and photo carousels to TikTok. Use when the user says 'post to TikTok', 'upload TikTok video', 'create TikTok post', 'publish TikTok carousel'...
Usage Guidance
This skill delegates publishing to a third‑party service reachable via an MCP connector link that embeds a token with publish/manage privileges. Before installing or using: (1) verify you trust the Boring service and its domain (confirm ownership, privacy policy, and source code if you need assurance); (2) understand that providing the MCP link lets that service create posts and upload media on connected accounts — consider creating/restricting a dedicated account or limiting connected platforms; (3) avoid pasting the connector link in public or untrusted places and be ready to revoke/regenerate the token if needed; (4) ask the skill author for provenance (who runs boring.aiagent-me.com) or for a way to restrict the token to only TikTok if you want narrower scope.
Capability Analysis
Type: OpenClaw Skill
Name: tiktok-publisher
Version: 1.0.1
The skill provides instructions for an AI agent to publish videos and photo carousels to TikTok via the Boring social media management service (boring.aiagent-me.com). It utilizes an MCP connector with an embedded authentication token and includes tools for account listing and media uploading (boring_upload_file). The behavior is transparently documented and aligns with the stated purpose without evidence of malicious intent, obfuscation, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (publish to TikTok) align with the instructions: all operations call the Boring MCP connector (list accounts, upload media, publish). Requiring a connector link that carries an auth token is plausible for a third‑party social‑media publishing integration, but the skill delegates all access to an external service rather than using TikTok credentials directly.
Instruction Scope
SKILL.md confines runtime actions to the Boring MCP API (boring_list_accounts, boring_upload_file, boring_publish_post). It does instruct uploading local files (file_path) which implies reading local media to send to the third‑party service — this is expected for a publisher but you should be aware your media will be transmitted off‑device to Boring's servers.
Install Mechanism
Instruction‑only skill with no install spec or bundled code files; nothing is downloaded or written to disk by the skill itself, which reduces installer risk.
Credentials
No local env vars are required, but the single required credential is an MCP Connector link containing an embedded auth token. According to SKILL.md that token grants publish/manage/schedule access across connected social accounts — this is high privilege and potentially broader than TikTok alone. The token is stored/handled by the third‑party service rather than locally, so you must trust that service. The skill does not declare more granular scoping or limit access to only TikTok.
Persistence & Privilege
always is false and the skill does not claim to modify other skills or system configuration. Autonomous invocation is allowed (platform default) which is expected for skills; no elevated persistence requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tiktok-publisher - After installation, invoke the skill by name or use
/tiktok-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add detailed Security & Data Handling
v1.0.0
Initial release: Easily publish videos and photo carousels to TikTok via the Boring platform.
- Supports direct video or photo carousel posting to TikTok, including captions and privacy settings.
- Draft mode available: send content to TikTok inbox for manual publishing.
- Requires no local API keys—authentication handled via the MCP connector link.
- Handles media upload (video/photos) and provides clear error reporting.
- Step-by-step workflow and security guidance included.
Metadata
Frequently Asked Questions
What is Tiktok Publisher?
Publish videos and photo carousels to TikTok. Use when the user says 'post to TikTok', 'upload TikTok video', 'create TikTok post', 'publish TikTok carousel'... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Tiktok Publisher?
Run "/install tiktok-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tiktok Publisher free?
Yes, Tiktok Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tiktok Publisher support?
Tiktok Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tiktok Publisher?
It is built and maintained by snoopyrain (@snoopyrain); the current version is v1.0.1.
More Skills