技能 qwen-image-pro
📸

qwen-image-pro

安全 ⚙️ 外部命令🌐 网络访问

使用 Qwen 生成专业图像

通过 inference.sh CLI 使用阿里巴巴 Qwen-Image-2.0-Pro 模型创建具有专业文本渲染和复杂设计的精美图像。非常适合需要精确文本定位的海报、横幅和营销材料。

支持: Claude Codex Code(CC)
📊 71 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“qwen-image-pro”。 Generate a poster with title 'Summer Sale' in bold red font, subtitle '50% Off Everything' in yellow, on a gradient sunset background

预期结果:

生成的海报图像具有专业的文本渲染效果,顶部以粗红色显示 'Summer Sale',下方以黄色显示 '50% Off Everything',背景为橙色到粉色的渐变日落

正在使用“qwen-image-pro”。 Create a minimalist coffee shop logo with text 'Bean & Brew' in elegant serif font

预期结果:

简约的标志设计,以优雅的衬线字体显示 'Bean & Brew' 文本,适合咖啡店品牌识别

正在使用“qwen-image-pro”。 Generate 4 variations of a futuristic cityscape at sunset with flying cars

预期结果:

四张不同的 AI 生成图像,展示日落时分带有飞行车辆的未来城市景观,每张都有独特的构图和风格变化

安全审计

安全
v2 • 3/6/2026

All static findings are false positives. The skill uses the legitimate inference.sh CLI tool to access Alibaba Qwen-Image-2.0-Pro API for image generation. External command detections are documentation examples, network URLs are legitimate service endpoints, and cryptographic algorithm warnings are scanner misinterpretations. No actual security vulnerabilities present.

1
已扫描文件
206
分析行数
5
发现项
2
审计总数

高风险问题 (1)

Weak Cryptographic Algorithm Warning (False Positive)
Static scanner incorrectly flagged 'weak cryptographic algorithm' at multiple lines. Upon review, these are documentation content (parameter names like 'prompt_extend', URLs, and text descriptions). No cryptographic operations are performed.
中风险问题 (1)
External Command Examples (False Positive)
Static scanner flagged 40 locations of 'Ruby/shell backtick execution'. These are documentation examples showing how to use the infsh CLI tool (e.g., 'infsh login', 'infsh app run'). This is legitimate documentation, not actual code execution.
低风险问题 (1)
Hardcoded URLs (False Positive)
Static scanner flagged 7 hardcoded URLs. These are legitimate links to inference.sh documentation and example URLs for the image generation service.

风险因素

⚙️ 外部命令 (1)
🌐 网络访问 (1)
审计者: claude 查看审计历史 →

质量评分

38
架构
100
可维护性
87
内容
50
社区
88
安全
83
规范符合性

你能构建什么

营销团队创建宣传材料

为活动、销售和活动设计具有精确文本渲染效果的专业营销横幅和海报。

开发者构建图像生成工作流

将 Qwen-Image Pro 集成到自动化管道中,用于生成素材、缩略图和视觉内容。

内容创作者制作视觉素材

生成可自定义文本和风格的社交媒体帖子、缩略图和品牌图像。

试试这些提示

简单文本到图像
Generate an image with the following prompt: [YOUR PROMPT DESCRIPTION]
文本密集型海报
Create a professional poster with title "[TITLE TEXT]" in [COLOR] [STYLE] font at the [POSITION]. Below, add subtitle "[SUBTITLE]" in [STYLE]. Background: [DESCRIPTION]. Style: [MODERN/CLEAN/CLASSIC].
营销横幅
Create a [WIDTH]x[HEIGHT] marketing banner for [PRODUCT/CAMPAIGN]. Large text "[MAIN TEXT]" in [COLOR] on [BACKGROUND DESCRIPTION]. Add "[SECONDARY TEXT]" below. Style: professional, modern, clean. Use negative_prompt: "blurry text, distorted text, low quality".
图像变体生成
Generate [NUM] variations of a [DESCRIPTION] with different compositions, color schemes, or styles. Use seed: [NUMBER] for reproducibility.

最佳实践

  • 在要渲染的精确文本周围使用引号:"标题文本"
  • 当您需要对输出进行精确控制时,禁用 prompt_extend(设置为 false)
  • 指定字体详细信息,包括文本元素的颜色、样式、大小和位置
  • 使用负向提示词避免常见问题,如文本模糊或低质量

避免

  • 不要依赖 prompt_extend 默认被禁用 - 对于精确文本控制,应显式将其设置为 false
  • 避免超过 800 个字符的提示词,因为它们会被截断
  • 不要忽略分辨率限制 - 总像素数必须保持在 512x512 到 2048x2048 范围内

常见问题

如何安装 inference.sh CLI?
Run: npx skills add inference-sh/skills@agent-tools
我需要 API 密钥吗?
Yes, run 'infsh login' to authenticate with your inference.sh account
Qwen-Image Pro 与标准模型有何不同?
Pro 模型提供专业文本渲染、精细逼真度和更强的语义遵循能力,适用于复杂设计
我一次可以生成多少张图像?
您可以使用 num_images 参数在单个请求中生成 1-6 张图像
我可以编辑现有图像吗?
Yes, use reference_images parameter with 1-3 input images for style transfer or editing tasks
如何获得可重现的结果?
Set the seed parameter to a specific number (0-2147483647) to reproduce the same output

开发者详情

文件结构

📄 SKILL.md