npx skills add https://github.com/sunshare/evolink-imagegen --skill evolink-imagegenInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Public skill repo for generating offline images through the Evolink async image API.
中文说明见 README.zh-CN.md.
The packaged reference is based on the official Evolink:
z-image-turbo image-generation document:https://docs.evolink.ai/en/api-manual/image-series/z-image-turbo/z-image-turbo-image-generateget-task-detail async task-status document:https://docs.evolink.ai/en/api-manual/task-management/get-task-detailskills/evolink-imagegen/npx skills add.For the Vercel-style installer, use:
npx skills add sunshare/evolink-imagegen
If the installer asks which skill to add, choose evolink-imagegen.
For explicit selection, use the skill name if your installer version supports it:
npx skills add sunshare/evolink-imagegen --skill evolink-imagegen
For Codex's GitHub-path installer, install with the skill path:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo sunshare/evolink-imagegen \
--path skills/evolink-imagegen
After installing, restart Codex to pick up the new skill.
For manual installation in other agents, copy the evolink-imagegen/ directory into that agent's skills directory.
EVOLINK_API_TOKENEVOLINK_API_BASE_URLEVOLINK_IMAGE_MODELDefaults:
EVOLINK_API_BASE_URL=https://api.evolink.aiEVOLINK_IMAGE_MODEL=z-image-turbopython3 skills/evolink-imagegen/scripts/evolink_imagegen.py generate \
--prompt "soft watercolor spring garden illustration" \
--size 16:9 \
--dry-run