AI Agent Hub
Back to skills
Vibbit Content Creation Assistant icon

Vibbit Content Creation Assistant

Content Creation Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_7e7d2db8/vibbit-skills.

About this skill

Problem

Calling Vibbit OpenAPI by hand is error-prone: input_info.input is a stringified JSON payload, fields use snake_case, oral broadcast materials need a full file_info structure, and async tasks require polling. This skill moves that protocol handling into vibbit.js so callers only express intent.

How it works

The skill exposes five CLI-backed capabilities:
- gen_image: generate an image from a prompt, optionally with --ref-url.
- parse_url: parse Douyin, Xiaohongshu, or Bilibili share links and extract title, description, ASR subtitles, and the original video URL.
- breakdown: analyze a video with optional asr, transition, hot, and bgm subtasks.
- list_digital_humans: list available digital humans.
- oral_broadcast: submit a digital human oral broadcast, using the provided message verbatim and optionally attaching B-roll images.
The key flow is to verify VIBBIT_API_KEY, choose the right subcommand, and let the CLI poll async tasks. Successful output is JSON that should be parsed and presented as natural language.

Boundaries

It covers only these five tasks and is not a general video-generation or account-management tool. If the API key is missing, invalid, or a task fails, prompt the user to obtain or contact support rather than guessing IDs, URLs, or fields.

Use Cases

  • A short-video operator takes a Douyin hit link and needs title, ASR captions, and original video URL for reference.
  • A content creator has a broadcast script and needs 3-4 inferred B-roll images plus a digital human task submission.
  • A marketing team analyzes a sales video and needs ASR, hook analysis, and transition pacing.
  • A digital-human project lists available avatars and lets users pick one for oral broadcast setup.

Best For

  • Short-video creators recreating content need share links turned into reworkable oral broadcast material.
  • Digital-human video operators need available avatars and oral broadcast with B-roll assets.
  • Marketers analyzing hit videos need ASR, hooks, transitions, and BGM breakdown dimensions.
  • Engineers integrating Vibbit OpenAPI want a CLI to avoid hand-written JSON and polling logic.