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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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"