← All plugins
nib
v0.1.0Original 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
7updated 1 day ago
Source
git clone https://github.com/caezium/nibClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
nib/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/nib/SKILL.md
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.
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"
]
}