Agent Plugins Marketplace
All plugins

image-creator

v1.6.0

Codex サブスク枠(無課金・既定)、Google Gemini、OpenAI GPT Image、ZhipuAI GLM-Image の画像生成モデルで画像を生成・編集。何も指定しない汎用生成は codex サブスク枠(ChatGPTログイン・API従量課金なし)を優先し、不可時は Gemini に自動フォールバック。

Claude Code1 Skill

By haboshi0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install image-creator for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install image-creator@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/haboshi/claude-code-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is image-creator/.

Plugin files

image-creator/
├── .claude-plugin/plugin.json
└── skills/image-creator/SKILL.md

Included Skills1

image-creatorskills/image-creator/SKILL.md

Codex サブスク枠(無課金・既定)、Google Gemini、OpenAI GPT Image、またはZhipuAI GLM-Imageの画像生成モデルで画像を生成・編集。「画像を生成して」「イラストを作って」「この画像を編集して」などの指示で自動的に使用される。何も指定しない汎用生成は codex サブスク枠(ChatGPTログイン認証・API従量課金なし)を優先し、利用不可時は自動で Gemini にフォールバック。「ステッカーを何個か作って」「複数のアイコンを生成して分割」などステッカーシート生成・分割にも対応。Codex(gpt-image-2/無課金)、Gemini(Nano Banana)、OpenAI(gpt-image-2 / gpt-image-1.5)、GLM-Image(ZhipuAI)から選択可能。

Plugin manifests1

image-creator/.claude-plugin/plugin.json
{
  "name": "image-creator",
  "version": "1.6.0",
  "description": "Codex サブスク枠(無課金・既定)、Google Gemini、OpenAI GPT Image、ZhipuAI GLM-Image の画像生成モデルで画像を生成・編集。何も指定しない汎用生成は codex サブスク枠(ChatGPTログイン・API従量課金なし)を優先し、不可時は Gemini に自動フォールバック。",
  "author": {
    "name": "haboshi",
    "email": "[email protected]"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[image-creator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/image-creator)