- name
- entropyFA Financial Planning
- description
- Verified financial planning data and blazing-fast, deterministic calculators for Monte Carlo projection, goal solving, Roth conversions, RMDs, income tax, estate tax, and pension analysis.
- metadata
- {"openclaw":{"homepage":"https://github.com/Entropy-Financial-Technologies/entropyfa-cli/tree/main/integrations/openclaw/entropyfa","requires":{"bins":["entropyfa"]}}}
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
- If the user needs to discover available reference data, run
entropyfa data coverage. - If the user needs an official value, trust status, or source URL, run
entropyfa data lookup .... - If the user needs a compute command and the required inputs are unclear, run
entropyfa compute <command> --schemafirst. - When the inputs are known, run
entropyfa compute <command> --json '<JSON>'. - Use
entropyfa compute projection --visual --json ...only when the user explicitly wants terminal visuals. Keep projection JSON-only otherwise.
Behavior
- Prefer
data lookupover recollection when a shipped dataset exists. - Surface
verification_status,pipeline_reviewed, andsourceswhen provenance matters. - Do not invent annual tax or planning thresholds when a lookup key exists.
- Keep machine-readable JSON on
stdoutand treat visuals as human-facingstderroutput.
For fuller workflow guidance, read references/workflows.md. For exact commands and prompt-style examples, read references/examples.md.