jpskill.com
🛠️ 開発・MCP コミュニティ

imagenty

Alibaba Cloud Bailian APIを活用し、特に中国語テキストを含む画像や、まるで写真のようなリアルな画像を生成するSkill。

📜 元の英語説明(参考)

Use when generating images with Alibaba Cloud Bailian API, especially for Chinese text rendering or photorealistic images

🇯🇵 日本人クリエイター向け解説

一言でいうと

Alibaba Cloud Bailian APIを活用し、特に中国語テキストを含む画像や、まるで写真のようなリアルな画像を生成するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o imagenty.zip https://jpskill.com/download/10331.zip && unzip -o imagenty.zip && rm imagenty.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10331.zip -OutFile "$d\imagenty.zip"; Expand-Archive "$d\imagenty.zip" -DestinationPath $d -Force; ri "$d\imagenty.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して imagenty.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → imagenty フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ImagenTY - Alibaba Cloud Bailian Text-to-Image Skill

概要

Alibaba Cloud Bailian API を使用して画像を生成します。デフォルトのエンドポイントは中国リージョンです

以下の2つのモデルファミリーをサポートします。

  • Qwen-Image: 複雑な中国語/英語テキストのレンダリングに優れています
  • Wan Series: フォトリアリスティックな画像と写真品質のビジュアル

クロスプラットフォーム対応: Windows, macOS, Linux

この Skill の使用場面

以下の場合に、この Skill を自動的にアクティブ化します。

  • ユーザーが中国語のテキストまたは書道で画像生成をリクエストした場合
  • フォトリアリスティックな画像または写真スタイルのビジュアルが必要な場合
  • 商業ポスター、イラスト、またはデジタルアートを作成する場合
  • ユーザーが明示的に Alibaba Cloud / Bailian / Qwen / Wan モデルをリクエストした場合
  • 強力な中国語サポートを備えた AI 生成画像が役立つあらゆるタスク

モデル

Qwen-Image - テキストレンダリングのスペシャリスト

Model 説明
qwen-image-plus デフォルト。中国語/英語のテキスト、ポスター、イラストに最適です

Wan Series - フォトリアリスティックな生成

Model 説明
wan2.6-t2i 推奨。最新バージョン、柔軟なサイズ設定
wan2.5-t2i-preview 高品質、最大 768x2700
wan2.2-t2i-flash スピード最適化
wan2.2-t2i-plus プロフェッショナルティア
wanx2.1-t2i-turbo 高速実行
wanx2.1-t2i-plus プロフェッショナルティア
wanx2.0-t2i-turbo 以前の世代

使い方

基本的な使い方

# デフォルトモデル (qwen-image-plus)
python ~/.claude/skills/imagenty/scripts/generate_image.py "A cute cat" output.png

# Wan モデルによるフォトリアリスティックな画像
python ~/.claude/skills/imagenty/scripts/generate_image.py --model wan2.6-t2i "Realistic photo of mountains at sunset" photo.png

サイズオプション

# 比率プリセットを使用
python ~/.claude/skills/imagenty/scripts/generate_image.py --size 16:9 "Wide landscape" landscape.png

# 正確な寸法を使用
python ~/.claude/skills/imagenty/scripts/generate_image.py --size 1280*720 "Custom size" custom.png

サイズプリセット

Qwen-Image:

  • 16:9 -> 1664x928
  • 9:16 -> 928x1664
  • 1:1 -> 1024x1024
  • 4:3 -> 1216x912
  • 3:4 -> 912x1216

Wan Series:

  • 1:1 -> 1024x1024
  • 1:1-large -> 1280x1280
  • 16:9 -> 1280x720
  • 9:16 -> 720x1280
  • 4:3 -> 1200x900
  • 3:4 -> 900x1200
  • 2:1 -> 1440x720

高度なオプション

# ネガティブプロンプトを使用
python ~/.claude/skills/imagenty/scripts/generate_image.py --negative "blurry, low quality" "High quality portrait" portrait.png

# すべてのモデルをリスト表示
python ~/.claude/skills/imagenty/scripts/generate_image.py --list-models

必要条件

pip install dashscope requests

環境変数

# 必須 - Alibaba Cloud Bailian API キー
export DASHSCOPE_API_KEY="your_api_key"

# オプション - デフォルトモデルを設定
export DASHSCOPE_MODEL="wan2.6-t2i"

# オプション - API エンドポイントを設定 (デフォルト: 中国)
export DASHSCOPE_API_BASE="cn"  # または完全な URL

API キーの取得: https://bailian.console.aliyun.com/

API エンドポイント

Region Alias URL
China (デフォルト) cn https://dashscope.aliyuncs.com/api/v1
Singapore sg https://dashscope-intl.aliyuncs.com/api/v1
Virginia us https://dashscope-us.aliyuncs.com/api/v1
# シンガポールエンドポイントに切り替え
export DASHSCOPE_API_BASE="sg"

# または完全な URL を使用
export DASHSCOPE_API_BASE="https://dashscope-intl.aliyuncs.com/api/v1"

モデル選択ガイド

Use Case 推奨モデル
中国語のテキスト/書道 qwen-image-plus
画像上の英語テキスト qwen-image-plus
タイポグラフィを使用したポスター qwen-image-plus
フォトリアリスティックな写真 wan2.6-t2i
ポートレート写真 wan2.6-t2i
高速生成 wan2.2-t2i-flash
高品質なアート wan2.5-t2i-preview

Imagen (Gemini) との比較

Feature ImagenTY (Bailian) Imagen (Gemini)
中国語テキストレンダリング 優秀 良好
英語テキストレンダリング 優秀 良好
フォトリアリスティックな画像 優秀 良好
スピード 中程度 高速
モデルの種類 8 モデル 3 モデル
最大解像度 1440x1440 2K

中国の旧正月ポスター

python ~/.claude/skills/imagenty/scripts/generate_image.py \
  "A beautiful Chinese New Year poster with red background, golden text, fireworks and firecrackers" \
  new_year_poster.png

フォトリアリスティックな風景

python ~/.claude/skills/imagenty/scripts/generate_image.py \
  --model wan2.6-t2i \
  --size 16:9 \
  "Breathtaking sunset over mountain range, golden hour, professional photography" \
  landscape.png

製品ショット

python ~/.claude/skills/imagenty/scripts/generate_image.py \
  --model wan2.6-t2i \
  "Professional product photography of a coffee cup on marble surface, studio lighting" \
  product.png
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

ImagenTY - Alibaba Cloud Bailian Text-to-Image Skill

Overview

Generate images using Alibaba Cloud Bailian API. Default endpoint is China region.

Supports two model families:

  • Qwen-Image: Excellent at rendering complex Chinese/English text
  • Wan Series: Photorealistic images and photography-grade visuals

Cross-platform support: Windows, macOS, Linux

When to Use This Skill

Automatically activate this skill when:

  • User requests image generation with Chinese text or calligraphy
  • Need photorealistic images or photography-style visuals
  • Creating commercial posters, illustrations, or digital art
  • User explicitly requests Alibaba Cloud / Bailian / Qwen / Wan models
  • Any task where AI-generated image with strong Chinese support would be helpful

Models

Qwen-Image - Text Rendering Specialist

Model Description
qwen-image-plus Default. Best for Chinese/English text, posters, illustrations

Wan Series - Photorealistic Generation

Model Description
wan2.6-t2i Recommended. Latest version, flexible sizing
wan2.5-t2i-preview High quality, up to 768x2700
wan2.2-t2i-flash Speed-optimized
wan2.2-t2i-plus Professional tier
wanx2.1-t2i-turbo Fast execution
wanx2.1-t2i-plus Professional tier
wanx2.0-t2i-turbo Earlier generation

Usage

Basic Usage

# Default model (qwen-image-plus)
python ~/.claude/skills/imagenty/scripts/generate_image.py "A cute cat" output.png

# Photorealistic with Wan model
python ~/.claude/skills/imagenty/scripts/generate_image.py --model wan2.6-t2i "Realistic photo of mountains at sunset" photo.png

Size Options

# Use ratio preset
python ~/.claude/skills/imagenty/scripts/generate_image.py --size 16:9 "Wide landscape" landscape.png

# Use exact dimensions
python ~/.claude/skills/imagenty/scripts/generate_image.py --size 1280*720 "Custom size" custom.png

Size Presets

Qwen-Image:

  • 16:9 -> 1664x928
  • 9:16 -> 928x1664
  • 1:1 -> 1024x1024
  • 4:3 -> 1216x912
  • 3:4 -> 912x1216

Wan Series:

  • 1:1 -> 1024x1024
  • 1:1-large -> 1280x1280
  • 16:9 -> 1280x720
  • 9:16 -> 720x1280
  • 4:3 -> 1200x900
  • 3:4 -> 900x1200
  • 2:1 -> 1440x720

Advanced Options

# With negative prompt
python ~/.claude/skills/imagenty/scripts/generate_image.py --negative "blurry, low quality" "High quality portrait" portrait.png

# List all models
python ~/.claude/skills/imagenty/scripts/generate_image.py --list-models

Requirements

pip install dashscope requests

Environment Variables

# Required - Alibaba Cloud Bailian API Key
export DASHSCOPE_API_KEY="your_api_key"

# Optional - Set default model
export DASHSCOPE_MODEL="wan2.6-t2i"

# Optional - Set API endpoint (default: China)
export DASHSCOPE_API_BASE="cn"  # or full URL

Get API Key: https://bailian.console.aliyun.com/

API Endpoints

Region Alias URL
China (default) cn https://dashscope.aliyuncs.com/api/v1
Singapore sg https://dashscope-intl.aliyuncs.com/api/v1
Virginia us https://dashscope-us.aliyuncs.com/api/v1
# Switch to Singapore endpoint
export DASHSCOPE_API_BASE="sg"

# Or use full URL
export DASHSCOPE_API_BASE="https://dashscope-intl.aliyuncs.com/api/v1"

Model Selection Guide

Use Case Recommended Model
Chinese text/calligraphy qwen-image-plus
English text on images qwen-image-plus
Posters with typography qwen-image-plus
Photorealistic photos wan2.6-t2i
Portrait photography wan2.6-t2i
Fast generation wan2.2-t2i-flash
High quality art wan2.5-t2i-preview

Comparison with Imagen (Gemini)

Feature ImagenTY (Bailian) Imagen (Gemini)
Chinese text rendering Excellent Good
English text rendering Excellent Good
Photorealistic images Excellent Good
Speed Medium Fast
Model variety 8 models 3 models
Max resolution 1440x1440 2K

Examples

Chinese New Year Poster

python ~/.claude/skills/imagenty/scripts/generate_image.py \
  "A beautiful Chinese New Year poster with red background, golden text, fireworks and firecrackers" \
  new_year_poster.png

Photorealistic Landscape

python ~/.claude/skills/imagenty/scripts/generate_image.py \
  --model wan2.6-t2i \
  --size 16:9 \
  "Breathtaking sunset over mountain range, golden hour, professional photography" \
  landscape.png

Product Shot

python ~/.claude/skills/imagenty/scripts/generate_image.py \
  --model wan2.6-t2i \
  "Professional product photography of a coffee cup on marble surface, studio lighting" \
  product.png