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"