Podcast
Create and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
clawhub install podcastGenerate or remix images using Gemini models with text prompts and multiple input images, supporting various styles, resolutions, and advanced model options.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install gemini-image-remix # Then just tell Claude: "use Gemini Image Remix to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install gemini-image-remix
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
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 1024x768Create 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