Level Open Finance skill pack
Install all 20 finance skills in one package
The ZIP includes one router skill, 20 focused skills, synthetic examples, a machine-readable catalog, MIT license, citation metadata, attribution notice, and a local read-only MCP server.
Codex
Unzip the package, then copy the individual folders inside skills/ into your Codex skills directory. Install the root SKILL.md as level-open-finance/SKILL.md if you want one router across the catalog.
mkdir -p ~/.codex/skills/level-open-finance
cp level-open-finance-skills/SKILL.md ~/.codex/skills/level-open-finance/SKILL.md
cp -R level-open-finance-skills/skills/* ~/.codex/skills/Claude Code
For a project install, copy the same folders into .claude/skills/. The files use standard SKILL.md frontmatter and remain readable without a Level account.
mkdir -p .claude/skills/level-open-finance
cp level-open-finance-skills/SKILL.md .claude/skills/level-open-finance/SKILL.md
cp -R level-open-finance-skills/skills/* .claude/skills/Local MCP
The MCP server exposes only the public catalog and synthetic examples. It cannot write files, connect to accounting systems, or access client data.
cd level-open-finance-skills
npm install
npm run dev
# MCP endpoint: http://127.0.0.1:8788/mcpCredit and reuse
Level Open Finance is MIT licensed. Preserve the included copyright and permission notice when redistributing copies or substantial portions. If you publish research, an integration, or a derivative skill pack, please credit “Level Open Finance by Level” and link to this catalog. The backlink is requested, not a condition on ordinary use.