← 返回
未分类 Key 中文

group-director

create short videos from claw-prepared prompts for feishu or lark group chat scenarios. use when claw already has the chat context in its own memory, has alr...
根据Claw准备的提示词为飞书/Lark群聊场景创建短视频。当Claw已在内存中获取聊天上下文时使用...
hei-maom hei-maom 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 460
下载
💾 0
安装
1
版本
#latest

概述

group-director

Use this skill only as a video execution layer for Feishu/Lark group-chat video generation.

Hard rules

  • Assume Claw already has enough context from its own memory and recent reading.
  • Do not ask extra questions in normal group-director use.
  • Do not ask the user to repeat or recap the group chat.
  • Do not read Feishu/Lark history inside this skill.
  • Do not summarize group chat inside this skill.
  • Treat final_video_prompt as already finalized by Claw.
  • Use exactly two steps:
  1. create the task
  2. poll by Python every 30 seconds until it finishes
    • Keep the model fixed to Seedance-Pro-1.5.
    • Always set provider_specific.generate_audio=true.
    • Never send raw JSON back to Feishu.
    • When the task finishes successfully, send only a normal natural-language message plus the final video_url.
    • Do not send debug objects, raw provider payloads, or JSON-looking blocks to Feishu.

What Claw is responsible for

Claw is responsible for:

  • reading the group context
  • using its own memory and recent context
  • summarizing the discussion when needed
  • turning that into the final video prompt
  • calling this skill
  • sending the final natural-language message back to Feishu/Lark

What this skill is responsible for

This skill is responsible only for:

  • creating the video task
  • polling status until completion, failure, or timeout
  • returning the final video URL or a plain-text failure message

Fixed defaults

  • model: Seedance-Pro-1.5
  • duration: 12
  • resolution: 720p
  • allowed orientation: portrait or landscape
  • poll interval: 30 seconds
  • timeout: 600 seconds
  • audio generation: always enabled

Do not expose square mode.

Do not let the model vary.

Do not omit generate_audio.

Input expected from Claw

Required:

  • final_video_prompt

Optional:

  • orientation

If orientation is missing, default to portrait.

If orientation is present, it must be portrait or landscape.

Calling pattern

Step 1: create task

python3 scripts/main.py video-create \
  --final-video-prompt "这里放 Claw 已整理好的最终视频提示词" \
  --orientation portrait

This returns only the task_id as plain text.

Step 2: poll by Python until done

python3 scripts/main.py video-poll --task-id "task_xxx"

This polls every 30 seconds until one of these happens:

  • completed -> prints only the final video_url
  • failed -> prints a plain-text failure message
  • timeout -> prints a plain-text timeout message

Feishu return rule

When Claw sends the result back to Feishu/Lark:

  • use a normal message
  • include the final video_url
  • do not include raw JSON
  • do not include provider payloads
  • do not paste structured blobs

Good style:

视频生成好了:
https://...

Bad style:

{"status":"completed","task_id":"...","video_url":"https://..."}

Environment variable

Only this variable is required:

export SENSEAUDIO_API_KEY="your_key"

Optional:

export SENSEAUDIO_BASE_URL="https://api.senseaudio.cn"

Resource layout

  • scripts/main.py: CLI entrypoint with plain-text outputs
  • scripts/video_api.py: provider wrapper for create, status, and polling
  • references/provider_notes.md: fixed model and parameter notes
  • references/integration_cn.md: Chinese integration rules for Claw

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-02 06:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

humanizer-zh

liuxy951129-cpu
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段
★ 62 📥 29,609
content-creation

Marketing Skills

jchopard69
{"answer":"获取23个营销模块,包含CRO、SEO、文案、分析、发布、广告及社媒的清单、框架与现成交付物。"}
★ 143 📥 30,937
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 909 📥 207,611