← 返回 Skills 市场
457
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install solopreneur
功能描述
Solo business management with dashboard, pipeline tracking, invoicing, and weekly reviews. Use when user mentions solo business, clients, revenue, pipeline,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solopreneur - 安装完成后,直接呼叫该 Skill 的名称或使用
/solopreneur触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Major update: Added business dashboard, pipeline tracking, invoicing, priority management, and weekly business reviews
v1.0.0
Initial release
元数据
常见问题
Solopreneur 是什么?
Solo business management with dashboard, pipeline tracking, invoicing, and weekly reviews. Use when user mentions solo business, clients, revenue, pipeline,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 457 次。
如何安装 Solopreneur?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solopreneur」即可一键安装,无需额外配置。
Solopreneur 是免费的吗?
是的,Solopreneur 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Solopreneur 支持哪些平台?
Solopreneur 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solopreneur?
由 AGIstack(@agistack)开发并维护,当前版本 v2.0.0。
推荐 Skills