Agent Plugins Marketplace
All plugins

crank-wizard

v0.2.0

Generates committed, cross-platform TUI wizards (Go + Bubble Tea) that walk a human through the steps only they can perform — grills briefly up front, authors only steps.go against an immutable runtime, and verifies macOS and Windows builds.

CodexClaude Code1 Skill

By Chris LivaLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 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 crank-wizard for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ChrisLiva/liva-toolbench
codex plugin marketplace upgrade liva-toolbench
codex plugin add crank-wizard@liva-toolbench

Paste and run these commands in a terminal with Codex. They add and refresh the liva-toolbench catalog, then install this plugin.

Compatibility: the page URL and API slug “crank-wizard” remain stable.

  • Codex: crank-wizard@agent-plugin-marketplacecrank-wizard@liva-toolbench

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/ChrisLiva/liva-toolbench

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

Plugin files

plugins/crank-wizard/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/crank-wizard/SKILL.md

Included Skills1

crank-wizardskills/crank-wizard/SKILL.md

Generate a cross-platform TUI wizard — a committed Go program (Bubble Tea) that walks a human through the steps only they can perform, with automated checks gating the flow.

Plugin manifests2

plugins/crank-wizard/.codex-plugin/plugin.json
{
  "name": "crank-wizard",
  "version": "0.2.0",
  "description": "Generates committed, cross-platform TUI wizards (Go + Bubble Tea) that walk a human through the steps only they can perform — grills briefly up front, authors only steps.go against an immutable runtime, and verifies macOS and Windows builds.",
  "keywords": [
    "wizard",
    "tui",
    "bubbletea",
    "charm",
    "go",
    "cross-platform"
  ],
  "interface": {
    "displayName": "Crank Wizard",
    "developerName": "Chris Liva"
  }
}
plugins/crank-wizard/.claude-plugin/plugin.json
{
  "name": "crank-wizard",
  "description": "Generates committed, cross-platform TUI wizards (Go + Bubble Tea) that walk a human through the steps only they can perform — grills briefly up front, authors only steps.go against an immutable runtime, and verifies macOS and Windows builds.",
  "version": "0.2.0",
  "author": {
    "name": "Chris Liva",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "wizard",
    "tui",
    "bubbletea",
    "charm",
    "go",
    "cross-platform"
  ]
}

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

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