Compétences qwen-image
🖼️

qwen-image

Sûr ⚙️ Commandes externes🌐 Accès réseau

Qwen-Image AI로 이미지 생성

Également disponible depuis: tul-sh

사용자는 Claude Code에서 직접 AI 모델을 사용하여 이미지를 생성하고 편집할 수 있어야 합니다. 이 스킬은 inference.sh CLI를 통한 Alibaba Qwen-Image-2.0 모델과의 원활한 통합을 제공하여 텍스트-이미지 생성, 이미지 편집, 전문적인 텍스트 렌더링을 지원합니다.

Prend en charge: Claude Codex Code(CC)
📊 69 Adéquat
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "qwen-image". infsh app run alibaba/qwen-image-2 --input '{"prompt": "A serene mountain landscape at sunset"}'

Résultat attendu:

차원 및 개수를 포함한 메타데이터와 함께 PNG 형식의 생성된 이미지를 반환함

Utilisation de "qwen-image". infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Sale!\" in red bold text", "width": 1024, "height": 1536}'

Résultat attendu:

렌더링된 텍스트가 포함된 세로 포��터 이미지(1024x1536픽셀)를 반환함

Audit de sécurité

Sûr
v3 • 3/10/2026

Static scanner flagged 53 potential issues (external_commands, network, weak_crypto, system_reconnaissance). Manual evaluation confirms all findings are false positives: backticks are markdown code formatting, URLs point to the legitimate inference.sh API service, and there is no cryptographic code or reconnaissance behavior. The skill is documentation for an image generation CLI tool with no malicious behavior.

1
Fichiers analysés
184
Lignes analysées
4
résultats
3
Total des audits
Problèmes à risque faible (2)
Shell Command Patterns in Documentation
Static scanner detected backtick commands in SKILL.md. These are markdown code formatting for example CLI commands (infsh app run...), not actual code execution.
Hardcoded URLs Point to Service API
URLs detected (inference.sh, example.com) are legitimate service endpoints required for the skill to function as an image generation tool.

Score de qualité

38
Architecture
100
Maintenabilité
85
Contenu
27
Communauté
100
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

텍스트에서 창의적인 이미지 생성

텍스트 프롬프트에서 원하는 내용을 설명하여 독특한 아트워크, 일러스트레이션 또는 사진 생성

마케팅을 위한 이미지에 텍스트 추가

전문적인 텍스트 렌더링으로 포스터, 광고 및 홍보 자료 생성

AI 참조를 사용한 이미지 편집

스타일, 주제 또는 포즈에 대한 참조 이미지를 제공��여 이미지 편집 또는 합성

Essayez ces prompts

기본 이미지 생성
Generate an image of {description} using infsh app run alibaba/qwen-image-2
고해상도 텍스트 포스터
Create a {text} poster with {style} style, {dimensions} resolution using Qwen-Image-2.0-Pro with prompt_extend: false
다중 이미지 생성
Generate {number} variations of {description} using num_images parameter
참조 이미지로 이미지 편집
Edit image using reference images: {prompt} with reference_images from {image_urls}

Bonnes pratiques

  • 텍스트가 많은 디자인에는 Qwen-Image-2.0-Pro를, 일반 이미지 생성에는 Qwen-Image-2.0을 사용하십시오
  • 생성된 이미지를 정밀하게 제어해야 할 때 prompt_extend: false를 설정하십시오
  • 해상도 오류를 방지하기 위해 512-2048 픽셀 범위 내에서 정확한 차원�� 지정하십시오

Éviter

  • 800자를 초과하는 프롬프트는 거부되므로 사용하지 마십시오
  • 512x512에서 2048x2048 픽셀 범위를 벗어나는 이미지를 생성하지 마십시오
  • 스킬 사용 전 'infsh login'을 실행하는 것을 잊지 마십시오

Foire aux questions

inference.sh CLI를 설치하려면 어떻게 하나요?
다음을 실행하십시오: npx skills add inference-sh/skills@agent-tools
어떤 모델을 사용해야 하나요?
빠른 일반 생성을 위해서는 Qwen-Image-2.0을, 전문적인 텍스트 렌더링을 위해서는 Qwen-Image-2.0-Pro를 사용하십시오
한 번에 여러 이미지를 생성할 수 있나요?
네, num_images 매��변수(1-6)를 사용하여 단일 요청으로 여러 이미지를 생성할 수 있습니다
재현 가능한 이미지를 만들려면 어떻게 하나요?
seed 매개변수(0-2147483647)를 설정하면 동일한 프롬프트에서 동일한 결과를 얻을 수 있습니다
기존 이미지를 편집할 수 있나요?
네, 편집 또는 합성을 위해 reference_images 매개변수를 사용하여 1-3개의 입력 이미지를 사용할 수 있습니다
인증이 필요한가요?
네, inference.sh 계정으로 인증하려면 먼저 'infsh login'을 실행하십시오

Détails du développeur

Structure de fichiers

📄 SKILL.md