ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 3/5

douyin-posting

协助用户将本地或用户提供的视频发布到抖音账号。包含上传流程说明、开放平台 API 使用指引及发布前检查。Use when: 用户要发抖音、上传视频到抖音、把视频发到抖音、post to Douyin、抖音发布。NOT for: 抖音视频下载、抖音数据分析、非发布类抖音操作。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/15027302155/douyin-push-video
Or

What This Skill Does

The douyin-posting skill is a specialized automation tool designed to bridge the gap between your local content and the Douyin (TikTok China) platform. It manages the complex process of video uploading via the Douyin Open Platform API, ensuring that your content reaches your audience efficiently. Beyond simple uploading, this skill manages the vital authentication lifecycle, allowing users to securely configure their openId and accessToken. It simplifies developer-focused tasks like handling API redirects, OAuth flows, and token exchange, providing a seamless interface for posting videos directly from your local development environment.

Installation

You can install this skill directly into your OpenClaw environment using the following command: clawhub install openclaw/skills/skills/15027302155/douyin-push-video Ensure you have your environment configured correctly before running the installation to allow the skill to interact with your project root.

Use Cases

  • Automated Content Distribution: Ideal for creators who want to automate their video posting schedule directly from their storage folders.
  • Authentication Management: Provides a guided experience for developers to obtain, verify, and store their Douyin OAuth tokens safely in a local .env file.
  • Workflow Integration: Perfect for programmatic video workflows where post-production scripts trigger an automatic upload to Douyin.
  • Credential Configuration: Simplifies the setup process for technical users to maintain persistent access to their Douyin accounts without re-authorizing daily.

Example Prompts

  1. "帮我把文件夹里的那个测试视频上传到抖音。"
  2. "这是我的抖音 openId 和 accessToken,请帮我配置到项目里以便后续使用。"
  3. "我该如何获取发布抖音视频的授权信息?请引导我完成 OAuth 流程。"

Tips & Limitations

  • Prerequisites: You must have a registered application on the Douyin Open Platform with "video.create" permissions granted.
  • HTTPS Requirement: Douyin API requires HTTPS for redirect URIs. If you are developing locally, ensure you use tools like ngrok or cpolar to expose your local server to a secure URL.
  • Security: Always treat your accessToken and client_secret as sensitive data. The skill will help you store these in a local .env file; ensure this file is included in your .gitignore to prevent accidental exposure.
  • Scope: This skill is strictly for posting and authorization management. It does not provide analytics or data scraping functionality.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-15027302155-douyin-push-video": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#douyin#video-upload#automation#social-media#oauth
Safety Score: 3/5

Flags: file-write, file-read, external-api, code-execution