image-gen
3
总安装量
1
周安装量
#58690
全站排名
安装命令
npx skills add https://github.com/ninehills/skills --skill image-gen
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Image Generation & Editing Skill
Use the alma image command to generate or edit images. It handles API keys, model selection, and everything automatically.
Generate an Image
alma image generate "detailed prompt describing the image"
The command outputs the file path to stdout. Then use alma send photo <path> to deliver it to the user.
Edit an Image
alma image edit /path/to/source.jpg "describe the changes you want"
Selfies
For selfies, use the selfie skill instead â it handles face consistency, album management, and photorealistic prompting automatically.
Tips
- Always write detailed prompts: style, setting, lighting, composition
- After generating, send the image with
alma send photo <path>â do NOT just paste the path in text - If you get rate limit errors, wait a moment and retry
- The command auto-selects the best available Gemini image model
- Always save selfies to build up your album for better face consistency over time
- The
--referenceflag works withgenerateto inject a reference image for the AI to maintain appearance - NEVER assume the API is broken based on past errors. API errors (rate limits, temporary failures) are transient. ALWAYS try the command â never tell the user “the API is down” or “the key is invalid” without actually running the command first. Each attempt is independent.