OPC Cashflow Manager
v1.0.0Cash flow decision system for solo founders. Probability-weighted forecasting, runway calculation, burn rate analysis, and survival alerts. Integrates with o...
⭐ 0· 134·0 current·0 all-time
byLeon Fan@leonfjr
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, README, templates, and the Python script all implement cash‑flow forecasting, runway calculation, alerts, and optional invoice import — capabilities align with the stated purpose. The opc-invoice-manager integration (importing invoices from a local invoices/INDEX.json) is reasonable for AR import.
Instruction Scope
Runtime instructions limit operations to reading and writing snapshot and template files, asking the user for inputs, and optionally importing local invoice files. There are no instructions to read unrelated system files, environment variables, or send data to external endpoints.
Install Mechanism
There is no install spec (instruction-only), but the skill includes a Python script (stdlib only) that the agent can run. This is expected for a local CLI-style skill; no network downloads or third‑party package installs are specified.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond the local cashflow directory. Requested data (snapshots, invoices) is proportionate to its functionality.
Persistence & Privilege
always is false and the skill does not request permanent platform privileges. It reads/writes its own snapshot files under the provided cashflow directory and does not modify other skills or global agent configuration.
Assessment
This skill appears coherent and self-contained: it uses only the Python standard library, reads/writes snapshot files in a specified cashflow directory, and optionally imports invoices from a local invoices/INDEX.json (opc-invoice-manager integration). Before running: review the included scripts (scripts/cashflow_tracker.py) if you want to inspect logic, ensure the cashflow and invoices directories you point it at do not contain sensitive unrelated data, and only run the import against invoice data you expect to share. If you allow autonomous agent invocation, be aware the agent can run the included script against local paths you provide — that is normal but worth considering for sensitive environments.Like a lobster shell, security has layers — review code before you run it.
cashflowvk973yd82f7gcrk54skdszqndkd830qrgfinancevk973yd82f7gcrk54skdszqndkd830qrgforecastingvk973yd82f7gcrk54skdszqndkd830qrglatestvk973yd82f7gcrk54skdszqndkd830qrgone-person-companyvk973yd82f7gcrk54skdszqndkd830qrgsolopreneurvk973yd82f7gcrk54skdszqndkd830qrg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
