ai-image
All in one image skill with image generation and editing.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
All in one image skill with image generation and editing.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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"