kaleidara
v0.2.1Create, colour and publish print-aware colouring books and pattern collections.
By OpsPocketLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 kaleidara for Codex
codex plugin marketplace add findgriff/kaleidara
codex plugin marketplace upgrade kaleidara-marketplace
codex plugin add kaleidara@kaleidara-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the kaleidara-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “kaleidara” remain stable.
- Codex:
kaleidara@agent-plugin-marketplace→kaleidara@kaleidara-marketplace
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/findgriff/kaleidaraClone 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
├── .codex-plugin/plugin.json├── plugin.json└── skills/kaleidara/SKILL.md
Included Skills1
Create, refine and package mandalas, colouring books, colour-by-numbers artwork and patterns for print publishing.
Plugin manifests2
{
"name": "kaleidara",
"version": "0.2.1",
"description": "Create, colour and publish print-aware colouring books and pattern collections.",
"author": {
"name": "OpsPocket",
"url": "https://github.com/findgriff"
},
"homepage": "https://github.com/findgriff/kaleidara",
"repository": "https://github.com/findgriff/kaleidara",
"license": "MIT",
"keywords": [
"mandalas",
"colouring-books",
"color-by-numbers",
"patterns",
"kdp",
"print-publishing",
"chatgpt-apps",
"mcp"
],
"skills": "./skills/",
"interface": {
"displayName": "Kaleidara",
"shortDescription": "Create, colour and publish print-aware colouring books and pattern collections.",
"longDescription": "Kaleidara is an OpsPocket creative publishing workflow for ChatGPT and Codex. Plan mandalas, colouring pages, colour-by-numbers concepts and pattern collections with visible production decisions, sourced inspiration, print-aware checks and clear output states. The package includes a versioned reverse-page specification with a large quotation block and eight colour-test cubes. The repository also contains the source of a self-hostable Apps SDK/MCP foundation with five working tools for provider capabilities, cost estimation, generation jobs, status polling and cancellation. A live provider endpoint and the future KDP PDF/book-export engine must be configured or built separately; this plugin does not pretend those services are hosted or finished.",
"developerName": "OpsPocket",
"category": "Design & Creativity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/findgriff/kaleidara",
"brandColor": "#46D7C0",
"logo": "./assets/kaleidara-icon.png",
"composerIcon": "./assets/kaleidara-icon.png",
"defaultPrompt": [
"Help me plan a 30-page botanical mandala colouring book.",
"Create a sourced inspirational reverse-page brief with eight colour cubes.",
"Turn this concept into a colour-by-numbers production checklist.",
"Tell me what Kaleidara can do before a media provider is connected."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "kaleidara",
"version": "0.2.1",
"description": "Create, colour and publish print-aware colouring books and pattern collections.",
"author": {
"name": "OpsPocket",
"url": "https://github.com/findgriff"
},
"homepage": "https://github.com/findgriff/kaleidara",
"repository": "https://github.com/findgriff/kaleidara",
"license": "MIT",
"keywords": [
"mandalas",
"colouring-books",
"color-by-numbers",
"patterns",
"kdp",
"print-publishing",
"chatgpt-apps",
"mcp",
"adult-colouring",
"print-ready",
"self-hosted"
],
"skills": "./skills/",
"interface": {
"displayName": "Kaleidara",
"shortDescription": "Create, colour and publish print-aware colouring books and pattern collections.",
"longDescription": "Kaleidara is a creative publishing workflow for ChatGPT and Codex, independently developed by OpsPocket. It is built for creators who need more than a single generated image: plan a book or collection, keep production decisions visible, validate the work and prepare it for manual publishing review. Kaleidara covers mandala and geometric concepts, printable colouring-page workflows, colour-by-numbers planning, seamless-pattern direction, activity-book concepts and repeatable collections. Its default reverse-page specification pairs a large editorial-style sourced quotation and attribution with eight blank colour-test cubes and pen fields; colour-by-numbers mode requires those labels to match the facing artwork. The repository contains a self-hostable Apps SDK/MCP foundation with five working tools for capability discovery, pre-flight cost estimation, real-provider generation submission, job status polling and cancellation. Credentials remain server-side and requests are validated before billable submission. The live MCP endpoint is not hosted by this repository, and the KDP PDF, cover and book-export engine is a future development track rather than a shipped feature. Kaleidara is transparent about the difference between concept, generated asset, processed artwork, QA-passed output and a file ready for manual KDP review.",
"developerName": "OpsPocket",
"category": "Design & Creativity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/findgriff/kaleidara",
"composerIcon": "./assets/kaleidara-icon.png",
"logo": "./assets/kaleidara-icon.png",
"defaultPrompt": [
"I want to publish an adult colouring book of botanical mandalas. Help me plan 30 pages, trim size, paper, bleed and a difficulty curve.",
"Turn this artwork brief into a colour-by-numbers production plan, including how the colour key maps to every number.",
"Set up the reverse page for this colouring book: a sourced quotation plus eight colour-test cubes with pen fields.",
"Estimate what this generation run will cost before I commit any provider credits.",
"Help me plan a seamless repeating pattern collection with edge-matched tiles and multi-scale review.",
"Run a print QA checklist over this book project and tell me what must be checked before KDP Print Previewer.",
"What can Kaleidara do right now without a connected media provider?"
],
"brandColor": "#46D7C0"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kaleidara on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kaleidara)