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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install solo-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install solo-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/solo-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: solo-cli description: 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. ---
Use solo-cli to access SOLO.ro accounting platform data via command-line interface or interactive TUI.
If the solo-cli command is not available, install via Homebrew:
brew install rursache/tap/solo-cli
~/.config/solo-cli/config.json (created on first run)--config or -c to specify a custom config path~/.config/solo-cli/cookies.json for faster subsequent logins~/.config/solo-cli/config.json with username/passwordsolo-cli summarysolo-cli summary 2025solo-cli revenuessolo-cli expensessolo-cli queuesolo-cli efacturasolo-cli companysolo-cli upload file.pdfsolo-cli queue delete solo-cli (no command)solo-cli demoConfig file structure:
{
"username": "[email protected]",
"password": "your_password",
"company_id": "12345",
"page_size": 100,
"user_agent": "Mozilla/5.0 ..."
}
| Field | Required | Description | |-------|----------|-------------| | username | Yes | SOLO.ro login email | | password | Yes | SOLO.ro password | | company_id | No | Company ID for profile display (find in Network tab on /settings#!/company) | | page_size | No | Number of items to fetch (default: 100) | | user_agent | No | Custom HTTP user agent string |
Show account summary for a year.
solo-cli summary # Current year
solo-cli summary 2025 # Specific year
Output: Year, Revenues, Expenses, Taxes
List revenue invoices.
solo-cli revenues
solo-cli rev # Alias
Output: Invoice code, amount, currency, paid status, client name
List expenses.
solo-cli expenses
solo-cli exp # Alias
Output: Amount, currency, category, supplier name
List pending documents in expense queue or delete them.
solo-cli queue # List queue
solo-cli q # Alias
solo-cli queue delete 123 # Delete item by ID
solo-cli q del 123 # Alias
Output: Document name, days pending, overdue status (ID included)
List e-Factura documents.
solo-cli efactura
solo-cli ei # Alias
Output: Serial code, amount, currency, date, party name
Show company profile.
solo-cli company
Output: Company name, CUI, registration number, address
Upload an expense document (PDF or image).
solo-cli upload invoice.pdf
solo-cli up invoice.pdf # Alias
Output: Upload status and confirmation.
Start TUI with mock data for screenshots or testing (no API calls).
solo-cli demo
Start interactive TUI mode (default when no command given).
solo-cli tui
solo-cli # Same as above
| Option | Short | Description | |--------|-------|-------------| | --config | -c | Path to custom config file | | --help | -h | Show help message | | --version | -v | Show version |
# Basic usage
solo-cli summary
solo-cli revenues
# Custom config
solo-cli -c ~/work-config.json summary
# Pipe to grep
solo-cli expenses | grep -i "food"
# View specific year
solo-cli summary 2024
# Upload a document
solo-cli upload invoice.pdf
# Delete a queued item
solo-cli queue delete 123456
~/.config/solo-cli/cookies.json安装 SOLO.ro cli 后,可以对 AI 说这些话来触发它
Help me get started with SOLO.ro cli
Explains what SOLO.ro cli does, walks through the setup, and runs a quick demo based on your current project
Use SOLO.ro cli to monitor and interact with SOLO
Invokes SOLO.ro cli with the right parameters and returns the result directly in the conversation
What can I do with SOLO.ro cli in my finance & investment workflow?
Lists the top use cases for SOLO.ro cli, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/solo-cli/ 目录(个人级,所有项目可用),或 .claude/skills/solo-cli/(项目级)。重启 AI 客户端后,用 /solo-cli 主动调用,或让 AI 根据上下文自动发现并使用。
SOLO.ro cli 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
SOLO.ro cli 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using SOLO.ro cli
Identifies repetitive steps in your workflow and sets up SOLO.ro cli to handle them automatically