Agent Plugins Marketplace
All plugins

nib

v0.1.0

Original editorial illustrations where a recurring avatar you own performs the idea — seven white-background print looks, OpenRouter-powered. Ships the Nib Agent Skill and its image engine.

CodexClaude Code1 Skill

7 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 8, 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 nib for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add nib@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/caezium/nib

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

Plugin files

nib/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/nib/SKILL.md

Included Skills1

nibskills/nib/SKILL.md

Turns an idea or an article into original white-background, hand-drawn editorial illustrations starring a recurring avatar the user owns — one caught scene per idea, in one of several print looks. Use when the user asks to illustrate a post/article/concept with a consistent character, or invokes "nib". Not for generic draw/make-an-image requests.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "nib",
  "version": "0.1.0",
  "description": "Original editorial illustrations where a recurring avatar you own performs the idea — seven white-background print looks, OpenRouter-powered. Ships the Nib Agent Skill and its image engine.",
  "skills": "./skills"
}
.claude-plugin/plugin.json
{
  "name": "nib",
  "displayName": "Nib",
  "version": "0.1.0",
  "description": "Original editorial illustrations where a recurring avatar you own performs the idea — seven white-background print looks, a built-in methodology, and an OpenRouter image engine. Turns one idea or a whole article into a consistent illustration set.",
  "author": {
    "name": "caezium",
    "url": "https://github.com/caezium"
  },
  "homepage": "https://github.com/caezium/nib",
  "repository": "https://github.com/caezium/nib",
  "license": "MIT",
  "keywords": [
    "illustration",
    "editorial",
    "mascot",
    "image-generation",
    "openrouter"
  ]
}

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

[nib on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nib)