Category: provider
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalicloud-ai-image-zimage-turboExecute the skills CLI command in your project's root directory to begin installation:
Fetches alicloud-ai-image-zimage-turbo from cinience/alicloud-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate alicloud-ai-image-zimage-turbo. Access via /alicloud-ai-image-zimage-turbo in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
368
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
368
stars
Category: provider
Use Z-Image Turbo for fast text-to-image generation via the DashScope multimodal-generation API.
Use ONLY this exact model string:
z-image-turboDASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials (env takes precedence).prompt (string, required)size (string, optional) e.g. 1024*1024seed (int, optional)prompt_extend (bool, optional; default false)base_url (string, optional) override API endpointimage_url (string)width (int)height (int)prompt (string)rewritten_prompt (string, optional)reasoning (string, optional)request_id (string)curl -sS 'https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $DASHSCOPE_API_KEY" \
-d '{
"model": "z-image-turbo",
"input": {
"messages": [
{
"role": "user",
"content": [{"text": "A calm lake at dawn, a lone angler casting a line, cinematic lighting"}]
}
]
},
"parameters": {
"size": "1024*1024",
"prompt_extend": false
}
}'
python skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/generate_image.py \
--request '{"prompt":"a fishing scene at dawn, cinematic, realistic","size":"1024*1024"}' \
--output output/ai-image-zimage-turbo/images/fishing.png \
--print-response
512*512 and 2048*2048.1024*1024, 1280*720, 1536*864.prompt_extend=true is billed higher than false. Only enable when you need rewritten prompts.output/ai-image-zimage-turbo/images/OUTPUT_DIR.mkdir -p output/alicloud-ai-image-zimage-turbo
for f in skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/alicloud-ai-image-zimage-turbo/validate.txt
Pass criteria: command exits 0 and output/alicloud-ai-image-zimage-turbo/validate.txt is generated.
output/alicloud-ai-image-zimage-turbo/.references/api_reference.md for request/response schema and regional endpoints.references/sources.md for official docs.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
cinience/alicloud-skills
aradotso/trending-skills
Leonxlnx/taste-skill
glebis/claude-skills
inferen-sh/skills
giuseppe-trisciuoglio/developer-kit
alicloud-ai-image-zimage-turbo has been reliable in day-to-day use. Documentation quality is above average for community skills.
alicloud-ai-image-zimage-turbo fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
I recommend alicloud-ai-image-zimage-turbo for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
We added alicloud-ai-image-zimage-turbo from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
We added alicloud-ai-image-zimage-turbo from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in alicloud-ai-image-zimage-turbo — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
alicloud-ai-image-zimage-turbo fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
alicloud-ai-image-zimage-turbo reduced setup friction for our internal harness; good balance of opinion and flexibility.
Solid pick for teams standardizing on skills: alicloud-ai-image-zimage-turbo is focused, and the summary matches what you get after install.
alicloud-ai-image-zimage-turbo reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 69