← 返回 Skills 市场
2029
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install solo-cli
功能描述
Monitor and interact with SOLO.ro accounting platform via CLI or TUI (summary, revenues, expenses, queue, e-factura, company). Use when a user asks to check their accounting data, view invoices, expenses, or e-factura documents, or translate a task into safe solo-cli commands.
安全使用建议
This skill appears to honestly document how to use a third-party solo-cli tool, but take precautions before installing or providing credentials: 1) Verify the solo-cli binary provenance — prefer an official project page or GitHub releases and check checksums; be cautious about third-party Homebrew taps. 2) Avoid storing plaintext passwords in config.json if possible — use OS credential stores, environment-managed secrets, or an API token if the service supports it. 3) Ensure config and cookies files are created with restrictive filesystem permissions (chmod 600). 4) Test using the demo mode first and inspect network calls (or run in a sandbox) before supplying real credentials. 5) If you must use your real account, consider creating a limited/test account with minimal data. If you want a stronger assurance that this is safe, ask the publisher for a signed release URL, checksum, and source repository to review the actual executable's behavior.
功能分析
Type: OpenClaw Skill
Name: solo-cli
Version: 1.1.0
The skill instructs the agent to install `solo-cli` from a third-party Homebrew tap (`rursache/tap`) via `brew install rursache/tap/solo-cli` in `SKILL.md`. This introduces a significant supply chain risk, as the integrity and behavior of the `solo-cli` binary from this untrusted source cannot be guaranteed. While the skill's instructions themselves do not explicitly command malicious actions, the act of installing software from an arbitrary third-party tap is a high-risk operation. Additionally, the tool handles sensitive user credentials and session cookies locally, which, combined with the supply chain risk, makes the overall behavior suspicious.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the SKILL.md documents commands for summary, revenues, expenses, efactura, upload, queue, and a TUI. There are no unexplained environment variables, binaries, or unrelated service credentials requested.
Instruction Scope
Instructions are focused on the solo-cli tool and its config file. However, the skill tells users to store username/password in a local JSON config and to cache session cookies (~/.config/solo-cli/config.json and cookies.json). This is coherent with the CLI's needs but is a security risk (plaintext credentials, persistent cookies) and should be handled carefully.
Install Mechanism
The skill is instruction-only (no install spec). SKILL.md suggests installing via Homebrew from a third-party tap (rursache/tap/solo-cli). That is not inherently malicious but is higher-risk than an official/first-party tap or verified release; the skill does not provide checksums or an alternative trusted source.
Credentials
The skill declares no required env vars or primary credential (consistent). In practice it instructs users to place credentials in a config file (username/password) and caches cookies—these are proportional to the CLI's purpose but increase local credential exposure. The SKILL.md does not advise using OS credential stores or alternatives like tokens.
Persistence & Privilege
No special persistence requested: always is false, there are no install artifacts in the skill bundle, and it does not claim to modify other skills or global agent settings. The described files are confined to the user's ~/.config/solo-cli path.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solo-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/solo-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
added upload and demo commands
v1.0.0
solo-cli 1.0.0 initial release
- Provides CLI and TUI to access accounting data from SOLO.ro
- Supports summary, revenues, expenses, expense queue, e-Factura, and company info commands
- Offers safe authentication via config file; session cookies are cached for efficiency
- Includes command aliases and global options for config path, help, and version
- TUI mode available when no command is given
- Comprehensive SKILL.md documentation with examples and troubleshooting tips
元数据
常见问题
SOLO.ro cli 是什么?
Monitor and interact with SOLO.ro accounting platform via CLI or TUI (summary, revenues, expenses, queue, e-factura, company). Use when a user asks to check their accounting data, view invoices, expenses, or e-factura documents, or translate a task into safe solo-cli commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2029 次。
如何安装 SOLO.ro cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solo-cli」即可一键安装,无需额外配置。
SOLO.ro cli 是免费的吗?
是的,SOLO.ro cli 完全免费(开源免费),可自由下载、安装和使用。
SOLO.ro cli 支持哪些平台?
SOLO.ro cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SOLO.ro cli?
由 rursache(@rursache)开发并维护,当前版本 v1.1.0。
推荐 Skills