← Back to Skills Marketplace
agistack

Solopreneur

by AGIstack · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
457
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install solopreneur
Description
Solo business management with dashboard, pipeline tracking, invoicing, and weekly reviews. Use when user mentions solo business, clients, revenue, pipeline,...
Usage Guidance
This package is incomplete and therefore untrustworthy for the features it advertises. Before installation or use: 1) Ask the publisher for the missing scripts and the referenced 'references/' docs so you can review their code. 2) Inspect any missing scripts for network calls, subprocess execution, or credential use (none should be required for local-only storage). 3) Confirm exactly where data will be stored and that it is indeed local (the script uses ~/.openclaw/workspace/memory/solopreneur). 4) Run the skill in an isolated environment if you need to test it. 5) If you expect invoicing or payment features, do not supply any payment credentials—this skill explicitly says it should never process payments, but that functionality is also not present in the package. If the author cannot provide the missing files or a satisfactory explanation, treat the skill as incomplete and avoid relying on it for critical business tasks.
Capability Analysis
Type: OpenClaw Skill Name: solopreneur Version: 2.0.0 The "solopreneur" skill is a local business management tool designed for tracking metrics, pipelines, and invoices. The provided code (scripts/dashboard.py) and instructions (SKILL.md) focus on local data storage within the workspace and explicitly define safety boundaries against external sharing or payment processing. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The description promises dashboard, pipeline tracking, invoicing, prioritization, and weekly reviews. The repository only includes scripts/dashboard.py. SKILL.md references many other scripts (add_prospect.py, draft_invoice.py, prioritize.py, weekly_review.py, etc.) and reference files that are not present. The single included file implements only a read-only dashboard view; it cannot fulfill invoicing, pipeline mutation, or review workflows as claimed.
Instruction Scope
Runtime instructions instruct the agent to run multiple scripts and store data under memory/solopreneur/. The included dashboard.py reads from ~/.openclaw/workspace/memory/solopreneur/dashboard.json and performs only local reads/prints (no network or credential access). However most runtime actions (adding prospects, drafting invoices, prioritizing) refer to scripts that are missing, so the SKILL.md's operational instructions are not implementable from the provided files.
Install Mechanism
No install spec is provided and this is predominantly instruction-only with a single small Python script. That reduces install-time risk: nothing is downloaded or extracted by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The included script does not access environment variables or network resources. Requested permissions are proportionate to the stated local-data behavior.
Persistence & Privilege
always is false and disable-model-invocation is not set — normal defaults. The skill does not request persistent platform-level privileges and the provided code does not change other skills or global settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solopreneur
  3. After installation, invoke the skill by name or use /solopreneur
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Major update: Added business dashboard, pipeline tracking, invoicing, priority management, and weekly business reviews
v1.0.0
Initial release
Metadata
Slug solopreneur
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Solopreneur?

Solo business management with dashboard, pipeline tracking, invoicing, and weekly reviews. Use when user mentions solo business, clients, revenue, pipeline,... It is an AI Agent Skill for Claude Code / OpenClaw, with 457 downloads so far.

How do I install Solopreneur?

Run "/install solopreneur" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Solopreneur free?

Yes, Solopreneur is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Solopreneur support?

Solopreneur is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Solopreneur?

It is built and maintained by AGIstack (@agistack); the current version is v2.0.0.

💬 Comments