{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solo-cli",
    "name": "SOLO.ro cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rursache/solo-cli",
    "canonicalUrl": "https://clawhub.ai/rursache/solo-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/solo-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solo-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/help-man-page.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "solo-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T09:19:27.636Z",
      "expiresAt": "2026-05-15T09:19:27.636Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solo-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solo-cli",
        "contentDisposition": "attachment; filename=\"solo-cli-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "solo-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/solo-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/solo-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/solo-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solo-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solo-cli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Use solo-cli to access SOLO.ro accounting platform data via command-line interface or interactive TUI."
      },
      {
        "title": "Installation",
        "body": "If the solo-cli command is not available, install via Homebrew:\n\nbrew install rursache/tap/solo-cli"
      },
      {
        "title": "Defaults and safety",
        "body": "Config file location: ~/.config/solo-cli/config.json (created on first run)\nUse --config or -c to specify a custom config path\nCredentials are stored locally; never passed as command arguments\nSession cookies are cached to ~/.config/solo-cli/cookies.json for faster subsequent logins"
      },
      {
        "title": "Quick start",
        "body": "Configure: Edit ~/.config/solo-cli/config.json with username/password\nSummary: solo-cli summary\nSummary for year: solo-cli summary 2025\nRevenues: solo-cli revenues\nExpenses: solo-cli expenses\nQueue: solo-cli queue\nE-Factura: solo-cli efactura\nCompany: solo-cli company\nUpload: solo-cli upload file.pdf\nDelete: solo-cli queue delete <ID>\nTUI: solo-cli (no command)\nDemo: solo-cli demo"
      },
      {
        "title": "Configuration",
        "body": "Config file structure:\n\n{\n  \"username\": \"your_email@solo.ro\",\n  \"password\": \"your_password\",\n  \"company_id\": \"12345\",\n  \"page_size\": 100,\n  \"user_agent\": \"Mozilla/5.0 ...\"\n}\n\nFieldRequiredDescriptionusernameYesSOLO.ro login emailpasswordYesSOLO.ro passwordcompany_idNoCompany ID for profile display (find in Network tab on /settings#!/company)page_sizeNoNumber of items to fetch (default: 100)user_agentNoCustom HTTP user agent string"
      },
      {
        "title": "summary [year]",
        "body": "Show account summary for a year.\n\nsolo-cli summary          # Current year\nsolo-cli summary 2025     # Specific year\n\nOutput: Year, Revenues, Expenses, Taxes"
      },
      {
        "title": "revenues",
        "body": "List revenue invoices.\n\nsolo-cli revenues\nsolo-cli rev              # Alias\n\nOutput: Invoice code, amount, currency, paid status, client name"
      },
      {
        "title": "expenses",
        "body": "List expenses.\n\nsolo-cli expenses\nsolo-cli exp              # Alias\n\nOutput: Amount, currency, category, supplier name"
      },
      {
        "title": "queue",
        "body": "List pending documents in expense queue or delete them.\n\nsolo-cli queue            # List queue\nsolo-cli q                # Alias\nsolo-cli queue delete 123 # Delete item by ID\nsolo-cli q del 123        # Alias\n\nOutput: Document name, days pending, overdue status (ID included)"
      },
      {
        "title": "efactura",
        "body": "List e-Factura documents.\n\nsolo-cli efactura\nsolo-cli ei               # Alias\n\nOutput: Serial code, amount, currency, date, party name"
      },
      {
        "title": "company",
        "body": "Show company profile.\n\nsolo-cli company\n\nOutput: Company name, CUI, registration number, address"
      },
      {
        "title": "upload <file>",
        "body": "Upload an expense document (PDF or image).\n\nsolo-cli upload invoice.pdf\nsolo-cli up invoice.pdf   # Alias\n\nOutput: Upload status and confirmation."
      },
      {
        "title": "demo",
        "body": "Start TUI with mock data for screenshots or testing (no API calls).\n\nsolo-cli demo"
      },
      {
        "title": "tui",
        "body": "Start interactive TUI mode (default when no command given).\n\nsolo-cli tui\nsolo-cli                  # Same as above"
      },
      {
        "title": "Global options",
        "body": "OptionShortDescription--config-cPath to custom config file--help-hShow help message--version-vShow version"
      },
      {
        "title": "Examples",
        "body": "# Basic usage\nsolo-cli summary\nsolo-cli revenues\n\n# Custom config\nsolo-cli -c ~/work-config.json summary\n\n# Pipe to grep\nsolo-cli expenses | grep -i \"food\"\n\n# View specific year\nsolo-cli summary 2024\n\n# Upload a document\nsolo-cli upload invoice.pdf\n\n# Delete a queued item\nsolo-cli queue delete 123456"
      },
      {
        "title": "Authentication flow",
        "body": "On startup, loads cookies from ~/.config/solo-cli/cookies.json\nValidates cookies with a test API call\nIf valid, uses cached session\nIf invalid/missing, logs in with credentials from config\nSaves new cookies for next session"
      },
      {
        "title": "Troubleshooting",
        "body": "\"credentials missing\": Edit config.json with your SOLO.ro username/password\n\"authentication failed\": Check credentials are correct\n\"invalid JSON in config\": Fix syntax errors in config.json\nCompany info not showing: Add company_id to config (optional field)"
      }
    ],
    "body": "SOLO CLI\nOverview\n\nUse solo-cli to access SOLO.ro accounting platform data via command-line interface or interactive TUI.\n\nInstallation\n\nIf the solo-cli command is not available, install via Homebrew:\n\nbrew install rursache/tap/solo-cli\n\nDefaults and safety\nConfig file location: ~/.config/solo-cli/config.json (created on first run)\nUse --config or -c to specify a custom config path\nCredentials are stored locally; never passed as command arguments\nSession cookies are cached to ~/.config/solo-cli/cookies.json for faster subsequent logins\nQuick start\nConfigure: Edit ~/.config/solo-cli/config.json with username/password\nSummary: solo-cli summary\nSummary for year: solo-cli summary 2025\nRevenues: solo-cli revenues\nExpenses: solo-cli expenses\nQueue: solo-cli queue\nE-Factura: solo-cli efactura\nCompany: solo-cli company\nUpload: solo-cli upload file.pdf\nDelete: solo-cli queue delete <ID>\nTUI: solo-cli (no command)\nDemo: solo-cli demo\nConfiguration\n\nConfig file structure:\n\n{\n  \"username\": \"your_email@solo.ro\",\n  \"password\": \"your_password\",\n  \"company_id\": \"12345\",\n  \"page_size\": 100,\n  \"user_agent\": \"Mozilla/5.0 ...\"\n}\n\nField\tRequired\tDescription\nusername\tYes\tSOLO.ro login email\npassword\tYes\tSOLO.ro password\ncompany_id\tNo\tCompany ID for profile display (find in Network tab on /settings#!/company)\npage_size\tNo\tNumber of items to fetch (default: 100)\nuser_agent\tNo\tCustom HTTP user agent string\nCommands\nsummary [year]\n\nShow account summary for a year.\n\nsolo-cli summary          # Current year\nsolo-cli summary 2025     # Specific year\n\n\nOutput: Year, Revenues, Expenses, Taxes\n\nrevenues\n\nList revenue invoices.\n\nsolo-cli revenues\nsolo-cli rev              # Alias\n\n\nOutput: Invoice code, amount, currency, paid status, client name\n\nexpenses\n\nList expenses.\n\nsolo-cli expenses\nsolo-cli exp              # Alias\n\n\nOutput: Amount, currency, category, supplier name\n\nqueue\n\nList pending documents in expense queue or delete them.\n\nsolo-cli queue            # List queue\nsolo-cli q                # Alias\nsolo-cli queue delete 123 # Delete item by ID\nsolo-cli q del 123        # Alias\n\n\nOutput: Document name, days pending, overdue status (ID included)\n\nefactura\n\nList e-Factura documents.\n\nsolo-cli efactura\nsolo-cli ei               # Alias\n\n\nOutput: Serial code, amount, currency, date, party name\n\ncompany\n\nShow company profile.\n\nsolo-cli company\n\n\nOutput: Company name, CUI, registration number, address\n\nupload <file>\n\nUpload an expense document (PDF or image).\n\nsolo-cli upload invoice.pdf\nsolo-cli up invoice.pdf   # Alias\n\n\nOutput: Upload status and confirmation.\n\ndemo\n\nStart TUI with mock data for screenshots or testing (no API calls).\n\nsolo-cli demo\n\ntui\n\nStart interactive TUI mode (default when no command given).\n\nsolo-cli tui\nsolo-cli                  # Same as above\n\nGlobal options\nOption\tShort\tDescription\n--config\t-c\tPath to custom config file\n--help\t-h\tShow help message\n--version\t-v\tShow version\nExamples\n# Basic usage\nsolo-cli summary\nsolo-cli revenues\n\n# Custom config\nsolo-cli -c ~/work-config.json summary\n\n# Pipe to grep\nsolo-cli expenses | grep -i \"food\"\n\n# View specific year\nsolo-cli summary 2024\n\n# Upload a document\nsolo-cli upload invoice.pdf\n\n# Delete a queued item\nsolo-cli queue delete 123456\n\nAuthentication flow\nOn startup, loads cookies from ~/.config/solo-cli/cookies.json\nValidates cookies with a test API call\nIf valid, uses cached session\nIf invalid/missing, logs in with credentials from config\nSaves new cookies for next session\nTroubleshooting\n\"credentials missing\": Edit config.json with your SOLO.ro username/password\n\"authentication failed\": Check credentials are correct\n\"invalid JSON in config\": Fix syntax errors in config.json\nCompany info not showing: Add company_id to config (optional field)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rursache/solo-cli",
    "publisherUrl": "https://clawhub.ai/rursache/solo-cli",
    "owner": "rursache",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solo-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/solo-cli",
    "agentUrl": "https://openagent3.xyz/skills/solo-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solo-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solo-cli/agent.md"
  }
}