Bizplanner
/install bizplanner
Business Plan Generator
A data toolkit for business planning. Log, transform, query, and export business data — all from the command line, all stored locally.
Commands
| Command | What it does |
|---|---|
bizplanner ingest \x3Cinput> |
Log a new ingest entry (no args = show recent entries) |
bizplanner transform \x3Cinput> |
Log a transform entry |
bizplanner query \x3Cinput> |
Log a query entry |
bizplanner filter \x3Cinput> |
Log a filter entry |
bizplanner aggregate \x3Cinput> |
Log an aggregate entry |
bizplanner visualize \x3Cinput> |
Log a visualize entry |
bizplanner export \x3Cinput> |
Log an export entry (see also export with format below) |
bizplanner sample \x3Cinput> |
Log a sample entry |
bizplanner schema \x3Cinput> |
Log a schema entry |
bizplanner validate \x3Cinput> |
Log a validate entry |
bizplanner pipeline \x3Cinput> |
Log a pipeline entry |
bizplanner profile \x3Cinput> |
Log a profile entry |
bizplanner stats |
Show summary statistics across all log files |
bizplanner export \x3Cfmt> |
Export all data to json, csv, or txt format |
bizplanner search \x3Cterm> |
Search all entries for a term (case-insensitive) |
bizplanner recent |
Show the 20 most recent activity log entries |
bizplanner status |
Health check — version, entry count, disk usage |
bizplanner help |
Show usage and available commands |
bizplanner version |
Print version string |
Each logging command (ingest, transform, query, etc.) accepts free-form text. Called without arguments, it shows the 20 most recent entries for that category.
Data Storage
All data is stored locally in ~/.local/share/bizplanner/. Each command category writes to its own .log file, and all actions are recorded in history.log with timestamps.
Requirements
- Bash 4+
When to Use
- Logging business planning data points from the command line
- Tracking data transformations and queries over time
- Exporting accumulated entries to JSON, CSV, or plain text for reports
- Searching across all logged entries to find specific data
- Checking health and statistics of your local business data store
Examples
# Log a new data point
bizplanner ingest "Q1 revenue: $450k from SaaS subscriptions"
# Search all logs for a keyword
bizplanner search "revenue"
# Export everything to CSV
bizplanner export csv
# Check how much data you have
bizplanner stats
# View recent activity
bizplanner recent
Powered by BytesAgain | bytesagain.com | [email protected]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bizplanner - After installation, invoke the skill by name or use
/bizplanner - Provide required inputs per the skill's parameter spec and get structured output
What is Bizplanner?
Create business plans, lean canvases, and financial projections. Use when pitching investors, planning startups, or modeling revenue scenarios. It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install Bizplanner?
Run "/install bizplanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bizplanner free?
Yes, Bizplanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bizplanner support?
Bizplanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bizplanner?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.