ai-image
All in one image skill with image generation and editing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
All in one image skill with image generation and editing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Help the user set up cronjobs that can run periodically.
Manage background tasks.
Create a new character for role playing.
Generate high-fidelity speech audio using text to speech with voice cloning and subtitles.
Transcribe audio speech to text or generate subtitle (.srt) files. Use this to process voice messages.
All in one video editing skill with video generation, audio dubbing, subtitles etc.
| name | ai-image |
| description | All in one image skill with image generation and editing. |
Make sure the generate_image command is installed first with:
which generate_image || uv tool install --default-index https://pypi.org/simple git+https://github.com/codescv/aigc_toolkit.
--prompt PROMPT: The text prompt to generate the image from.--output OUTPUT: Output file name/path.--model MODEL: The model ID to use.--aspect-ratio {1:1,16:9,9:16,3:4,4:3}: Aspect ratio of generated image.--image IMAGE: Path to an input image for image-to-image/editing operations.Text-to-Image:
--prompt "A hyperrealistic render of a neon jellyfish floating in a cyber forest" --output "neon_jellyfish.png" --aspect-ratio "9:16"
Image-to-Image:
--prompt "Change the style to a watercolor painting" --image "neon_jellyfish.png" --output "watercolor_jellyfish.png" --aspect-ratio "16:9"