Solopreneur
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a local solo-business dashboard and recordkeeping helper, with no evidence of external sharing, credential use, or hidden execution.
This looks safe to install for local solo-business tracking, but treat the stored client and financial records as sensitive. Also verify any missing helper scripts before using invoice, pipeline, payment-tracking, or weekly-review features.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your client and financial records may be retained locally for later use by the skill.
The skill intentionally persists client, revenue, pipeline, and invoice information in local memory files. This is purpose-aligned, but the data may be sensitive business information.
Business data stored locally: - `memory/solopreneur/dashboard.json` - Business metrics dashboard - `memory/solopreneur/clients.json` - Client list and details - `memory/solopreneur/pipeline.json` - Sales pipeline tracking - `memory/solopreneur/invoices.json` - Invoice records
Only store business details you are comfortable keeping in local OpenClaw memory, and periodically review or delete records you no longer need.
Some advertised workflows may not run as documented, or may require files that were not included in this artifact set.
The documentation references several helper scripts, but the provided file manifest includes only SKILL.md and scripts/dashboard.py.
`add_prospect.py` | Add prospect to pipeline `draft_invoice.py` | Draft client invoice `prioritize.py` | Prioritize daily work `weekly_review.py` | Run weekly business review
Before relying on pipeline, invoice, or review workflows, confirm that the referenced scripts are present and review their contents if they are added later.
