skills/image-generate/SKILL.md
Image generation skill based on Alibaba Cloud DashScope, supporting the creation of high-quality hand-drawn or standard images from user descriptions.
npx skillsauth add qwenlm/qwen-code-examples image-generationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill allows agents to automatically generate high-quality images (defaulting to hand-drawn style) based on user intent.
Before using this skill, ensure that the DASHSCOPE_API_KEY environment variable is set:
export DASHSCOPE_API_KEY="Your API Key"
You need to refine the user's original intent into a prompt suitable for image generation. For hand-drawn versions of architecture or flowcharts, it's recommended to include keywords like "hand-drawn", "sketch", "architectural drawing", etc.
Use the following command to call the generation script:
node skills/image-generate/scripts/generate_image.js "Your detailed prompt"
After the script completes, it will generate the following files in the current directory:
image_YYYY-MM-DDTHH-mm-ss.png: The generated image file.metadata_YYYY-MM-DDTHH-mm-ss.json: Metadata including prompt, file size, and duration.response_YYYY-MM-DDTHH-mm-ss.json: Raw API response data (for debugging).User Intent: "Help me draw an architecture diagram of an AI coding assistant."
Recommended Prompt: "A detailed hand-drawn architectural diagram of an AI coding assistant, showing the interaction between the user, the IDE, and the LLM, technical sketch style, clean lines, white background."
Execution Command:
node skills/image-generate/scripts/generate_image.js "A detailed hand-drawn architectural diagram of an AI coding assistant, showing the interaction between the user, the IDE, and the LLM, technical sketch style, clean lines, white background."
content-media
Extracts timestamped transcripts from YouTube videos for translation, summarization, and content creation.
tools
帮助用户快速配置和使用微信通道功能。当用户想要"配置微信"、"连接微信"、"设置微信机器人"、"weixin setup"、"wechat channel"时使用此技能。
content-media
为开源项目生成专业宣传视频,传入 {owner}/{repo} 参数 Triggers on "生成开源视频", "宣传视频", "oss video", "remotion video".
development
Build full-stack dashboard applications using React/Next.js + shadcn/ui + Tailwind CSS + Recharts + Express with customizable data sources. Use when creating data visualization dashboards, business intelligence interfaces, monitoring systems, KPI displays, analytics platforms, or any project requiring data visualization with modern UI components and dynamic effects.