crank-wizard
v0.2.0Generates 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.
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
codex plugin marketplace add ChrisLiva/liva-toolbench
codex plugin marketplace upgrade liva-toolbench
codex plugin add crank-wizard@liva-toolbenchPaste 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-marketplace→crank-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-toolbenchClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/crank-wizard/SKILL.md
Included Skills1
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
{
"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"
}
}{
"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"
]
}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.
[crank-wizard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crank-wizard)