Resources
8Install
npx skillscat add jrub19/openfi-research Install via the SkillsCat registry.
SKILL.md
OpenFi Research Skill
OpenFi is a research only system for coding agents. It teaches agents how to produce sourced, inspectable financial research artifacts.
Operating Rules
- Do not trade.
- Do not connect to broker accounts.
- Do not connect to bank accounts.
- Do not manage real money.
- Do not present output as personalized financial advice.
- Always write file backed artifacts.
- Always separate facts, assumptions, calculations, and interpretation.
- Always use
openfi new-runbefore writing real research. - Always validate a run before calling it complete.
- Do not invent a separate artifact format, validator, or viewer.
Start Here
- Read
resolver/RESOLVER.md. - Load the workflow that matches the user request.
- Load the strategy when the workflow requires one.
- Create a real research run with
openfi new-run --workflow <workflow> --strategy <strategy> --subject <subject>. - Write the required artifacts.
- Run
openfi validate-run <run-path>. - Give the user the run path, validation status, and viewer command.
Default Workflows
- Company research: use
workflows/company-research/SKILL.mdwithstrategies/quality-growth/SKILL.md. - Theme discovery: use
workflows/theme-discovery/SKILL.md. - Source audit: use
workflows/source-audit/SKILL.md. - Thesis challenge: use
workflows/thesis-review/SKILL.md. - General routing: use
skills/openfi/SKILL.md.
Final Response Shape
Keep final responses short:
Repo path: <absolute repo path>
Created research run: <absolute run path>
Validation command: openfi validate-run <run-path>
Validation: <passed|warning|failed>
Open questions: <count>
Viewer URL: <printed local URL>