entropyFA Financial Planning

v0.1.2

Verified financial planning data and blazing-fast, deterministic calculators for Monte Carlo projection, goal solving, Roth conversions, RMDs, income tax, es...

1· 132·0 current·0 all-time
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 promise deterministic financial calculations via the local entropyfa CLI and the skill explicitly requires the 'entropyfa' binary and only documents using that CLI. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md confines runtime actions to invoking the local 'entropyfa' CLI (data coverage, data lookup, compute with --schema/--json). It does not instruct reading arbitrary system files or contacting external endpoints itself. Note: because the skill delegates all work to a local executable, the executable's behavior (network access, file access) is outside the skill and should be trusted.
Install Mechanism
No install spec — instruction-only. Nothing is downloaded or written by the skill itself.
Credentials
No environment variables, credentials, or config paths are required. The requested surface is minimal and appropriate for a CLI-backed skill.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. Autonomous invocation is allowed (platform default) but not combined with other red flags.
Assessment
This skill is a thin wrapper that runs your local 'entropyfa' CLI; it does not itself request secrets or install code. Before installing/using it: ensure the 'entropyfa' binary on the machine is the official, trusted release (check the project's GitHub homepage), avoid passing highly sensitive secrets in freeform JSON unless necessary, and be aware that any local CLI can access the network and files — if the CLI is untrusted or compromised it could exfiltrate data. If you don't already have the official binary, obtain it from the project's verified release process and verify checksums/signatures if available.

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

latestvk97en5kkzd8tcv6szmjxkd1hzh830vj9

License

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

Runtime requirements

Binsentropyfa

SKILL.md

entropyFA Financial Planning

Use this skill when the user needs source-backed financial planning reference data or deterministic calculations from the local entropyfa CLI.

Workflow

  1. If the user needs to discover available reference data, run entropyfa data coverage.
  2. If the user needs an official value, trust status, or source URL, run entropyfa data lookup ....
  3. If the user needs a compute command and the required inputs are unclear, run entropyfa compute <command> --schema first.
  4. When the inputs are known, run entropyfa compute <command> --json '<JSON>'.
  5. Use entropyfa compute projection --visual --json ... only when the user explicitly wants terminal visuals. Keep projection JSON-only otherwise.

Behavior

  • Prefer data lookup over recollection when a shipped dataset exists.
  • Surface verification_status, pipeline_reviewed, and sources when provenance matters.
  • Do not invent annual tax or planning thresholds when a lookup key exists.
  • Keep machine-readable JSON on stdout and treat visuals as human-facing stderr output.

For fuller workflow guidance, read references/workflows.md. For exact commands and prompt-style examples, read references/examples.md.

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…