Bizplanner

v2.0.0

Create business plans, lean canvases, and financial projections. Use when pitching investors, planning startups, or modeling revenue scenarios.

0· 152·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain1/bizplanner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bizplanner" (bytesagain1/bizplanner) from ClawHub.
Skill page: https://clawhub.ai/bytesagain1/bizplanner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install bizplanner

ClawHub CLI

Package manager switcher

npx clawhub@latest install bizplanner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (business plans, canvases, projections) align with the provided CLI commands and logging/export functionality. Nothing requested (no env vars, no binaries, no config paths) appears unrelated to a local data-logging tool.
Instruction Scope
SKILL.md and the script direct only local actions: logging entries, searching, exporting, and reporting health/stats. There are no instructions to read arbitrary system configuration, exfiltrate data, or call external endpoints.
Install Mechanism
No install spec or external downloads. A bundled shell script is provided; it runs locally and does not fetch remote code. This is low-risk compared to networked installers.
Credentials
The skill requires no credentials or special env vars. It does implicitly use $HOME and will create/read files under ~/.local/share/bizplanner — users should be aware that any text they log (including secrets) is stored there in plain text.
Persistence & Privilege
always:false and no system-wide changes. The script creates only a per-user data directory and log files; it does not modify other skills or system configurations.
Assessment
This skill appears internally consistent and operates entirely on local files. Before installing or running: (1) review the included script (scripts/script.sh) yourself to be comfortable with file writes under ~/.local/share/bizplanner; (2) avoid logging passwords, API keys, or other secrets into the tool because logs are plain text; (3) if you don't trust the unknown publisher (BytesAgain contact is embedded but homepage was not provided), run the script in a restricted environment (container or throwaway account) first; (4) if you don't want the agent to run the skill automatically, disable autonomous invocation in your agent settings. If you want extra assurance, request the publisher's source repository or checksum to verify authenticity.

Like a lobster shell, security has layers — review code before you run it.

latestvk9795f3pxn143rhcww6bm6am1n837n4n
152downloads
0stars
1versions
Updated 1mo ago
v2.0.0
MIT-0

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

CommandWhat it does
bizplanner ingest <input>Log a new ingest entry (no args = show recent entries)
bizplanner transform <input>Log a transform entry
bizplanner query <input>Log a query entry
bizplanner filter <input>Log a filter entry
bizplanner aggregate <input>Log an aggregate entry
bizplanner visualize <input>Log a visualize entry
bizplanner export <input>Log an export entry (see also export with format below)
bizplanner sample <input>Log a sample entry
bizplanner schema <input>Log a schema entry
bizplanner validate <input>Log a validate entry
bizplanner pipeline <input>Log a pipeline entry
bizplanner profile <input>Log a profile entry
bizplanner statsShow summary statistics across all log files
bizplanner export <fmt>Export all data to json, csv, or txt format
bizplanner search <term>Search all entries for a term (case-insensitive)
bizplanner recentShow the 20 most recent activity log entries
bizplanner statusHealth check — version, entry count, disk usage
bizplanner helpShow usage and available commands
bizplanner versionPrint 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 | hello@bytesagain.com

Comments

Loading comments...