Podcast
播客制作:规划播客内容、制作音视频、生成片段和拓展多平台受众。
Create and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
clawhub install podcast使用 Gemini 模型通过文本提示和多张输入图片生成或重混图像,支持多种风格、分辨率和高级模型选项。
Generate or remix images using Gemini models with text prompts and multiple input images, supporting various styles, resolutions, and advanced model options.
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install gemini-image-remix # 之后直接对 Claude 说"用 Gemini Image Remix 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install gemini-image-remix
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
需要付费的Google Gemini API配额,按使用量计费
uv run {baseDir}/scripts/remix.py --prompt "a cybernetic owl in a neon forest" --filename "owl.png"
uv run {baseDir}/scripts/remix.py --prompt "change the art style to a pencil sketch" --filename "sketch.png" -i "original.png"
uv run {baseDir}/scripts/remix.py --prompt "place the character from image 1 into the environment of image 2" --filename "result.png" -i "character.png" -i "env.png"
uv run {baseDir}/scripts/remix.py --model "gemini-3-pro-image-preview" --prompt "highly detailed oil painting of a dragon" --filename "dragon.png"
--prompt, -p: Image description or specific edit instructions.--filename, -f: The output path for the generated PNG.--input-image, -i: Path to an input image (repeatable up to 14 times).--resolution, -r: 1K (default), 2K, or 4K.--aspect-ratio, -a: Output aspect ratio (e.g., 1:1, 16:9, 9:16, 4:3, 3:4).--model, -m: Model to use (defaults to gemini-2.5-flash-image). Supported: gemini-2.5-flash-image, gemini-3-pro-image-preview.--api-key, -k: Gemini API key (defaults to GEMINI_API_KEY env var).clawhub gemini-image-remix generate "未来主义建筑" --style "现代艺术" --resolution 1024x768播客制作:规划播客内容、制作音视频、生成片段和拓展多平台受众。
Create and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
clawhub install podcast使用 OpenAI 的 gpt-4o-mini-transcribe 模型转录音频文件,支持词汇提示和文本替换功能。
Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
clawhub install voice-transcribe播客章节和亮点生成:从播客音频或文本自动提取章节标记、精彩片段和节目说明。
Create chapters, highlights, and show notes from podcast audio or transcripts. Use when a user wants chapter markers, highlight clips, or show-note drafts without publishing or distribution actions.
clawhub install podcast-chaptering-highlights