Family Finance Manager

v1.0.0

Family Finance Health Manager / 家庭财务健康管家. Provides comprehensive family financial management including income/expense analysis, savings goal breakdown, insur...

0· 122·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (family finance analysis) align with the included code and schemas. The handlers, engine, and test scripts implement local financial calculations and insurance/goal recommendations; nothing in the repo indicates unrelated capabilities (no cloud, no messaging, no external services).
Instruction Scope
SKILL.md and handler/test scripts instruct running local Python tests and providing structured financial input. The instructions do not ask the agent to read unrelated files, environment variables, or to transmit data externally. Note: there are some minor implementation inconsistencies (e.g., mixed use of savings-rate as percent vs fraction in places and a truncated section visible in the provided router snippet), which are quality issues but do not expand scope.
Install Mechanism
No install spec; this is effectively an instruction + local-code skill. Nothing is downloaded from external URLs or installed automatically.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access os.environ or other secrets, so requested privileges are proportional to its stated function.
Persistence & Privilege
always is false, the skill is user-invocable and does not request permanent presence or attempt to modify other skills or global agent settings. It runs as a normal skill and only processes input it is given.
Assessment
This skill appears to implement local, rule-based family finance analysis and does not request credentials or perform network I/O. Before installing or using it with real data: 1) review/run the included tests (scripts/test_handler.py) locally to confirm behavior; 2) treat financial inputs as sensitive — the skill will process raw numbers you supply, and there is no explicit data persistence or encryption in the repo; 3) be aware of minor calculation/quality issues (mixed units for savings rate and a truncated snippet in the manifest you saw) — results are useful for guidance but should not replace professional financial advice; 4) if you plan to integrate this skill into any system that sends data remotely, audit any integration code to ensure it doesn't exfiltrate data.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dyf1qvxxmvwxngndnj3x0es84az46

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments