← 返回 Skills 市场
bytesagain1

Bizplanner

作者 bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
154
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bizplanner
功能描述
Create business plans, lean canvases, and financial projections. Use when pitching investors, planning startups, or modeling revenue scenarios.
使用说明 (SKILL.md)

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]

安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: bizplanner Version: 2.0.0 The skill is a straightforward Bash-based logging utility designed to store and manage business planning data locally in `~/.local/share/bizplanner/`. The script (scripts/script.sh) implements basic CRUD-like operations by appending user-provided strings to log files and provides simple search and export functionalities. There is no evidence of data exfiltration, network activity, or unauthorized access to sensitive system files, and the instructions in SKILL.md align with the code's actual behavior.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bizplanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bizplanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
publish v2.0.0
元数据
Slug bizplanner
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bizplanner 是什么?

Create business plans, lean canvases, and financial projections. Use when pitching investors, planning startups, or modeling revenue scenarios. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 Bizplanner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bizplanner」即可一键安装,无需额外配置。

Bizplanner 是免费的吗?

是的,Bizplanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bizplanner 支持哪些平台?

Bizplanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bizplanner?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.0。

💬 留言讨论