Tyche Lite — Invoice Tracker (Free)
PassAudited by ClawScan on May 10, 2026.
Overview
This appears to be a local, limited invoice CSV viewer, but it reads client invoice data and asks for a manual Python package install.
Install only if you are comfortable running a local Python snippet against your invoice CSV. Consider using a virtual environment instead of the provided system-level pip command, and review any separate Pro upgrade before paying for or installing it.
Findings (3)
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.
Running the setup command could leave a package installed or affect the user's Python environment.
The skill asks for an unpinned PyPI package install and uses --break-system-packages, which can modify the local Python environment. It is disclosed and related to terminal formatting, so this is a notice rather than a concern.
pip3 install rich --break-system-packages --quiet
Prefer installing in a virtual environment or review/pin the dependency before running the command.
Client names, emails, invoice amounts, and due dates may appear in the terminal or agent context when the skill is used.
The skill reads invoice data that may include client contact and financial information. The reviewed content limits this to a user-specified file and 5 rows, with no network transfer shown.
Path to invoices CSV (client_name, client_email, description, amount, due_date, status). Max 5 rows in Lite.
Use only the intended small CSV file and avoid including extra sensitive fields.
A user could choose to pay for or install a different skill after following the upsell.
The skill includes a commercial upsell and suggests installing a separate Pro skill. This is visibly disclosed under Free vs Pro, but it is outside the Lite functionality being reviewed.
Upgrade: `openclaw skills install tyche-pro` — key at **ko-fi.com/occupythemilkyway**
Treat the Pro upgrade as a separate decision and review that skill and payment terms before installing or purchasing.
