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.

What this means

Running the setup command could leave a package installed or affect the user's Python environment.

Why it was flagged

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.

Skill content
pip3 install rich --break-system-packages --quiet
Recommendation

Prefer installing in a virtual environment or review/pin the dependency before running the command.

What this means

Client names, emails, invoice amounts, and due dates may appear in the terminal or agent context when the skill is used.

Why it was flagged

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.

Skill content
Path to invoices CSV (client_name, client_email, description, amount, due_date, status). Max 5 rows in Lite.
Recommendation

Use only the intended small CSV file and avoid including extra sensitive fields.

What this means

A user could choose to pay for or install a different skill after following the upsell.

Why it was flagged

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.

Skill content
Upgrade: `openclaw skills install tyche-pro` — key at **ko-fi.com/occupythemilkyway**
Recommendation

Treat the Pro upgrade as a separate decision and review that skill and payment terms before installing or purchasing.