Agent Skills for interacting with Ledgi, a UK-focused personal finance tracker. Installable as a Claude Code plugin.
Register the marketplace, then install the plugin:
/plugin marketplace add LedgiApp/skills
/plugin install ledgi@ledgi-skills
Copy the skills/ledgi/ directory into your agent's skills folder. The skill follows the Agent Skills open standard.
-
Install the Ledgi CLI:
curl -fsSL https://raw.githubusercontent.com/LedgiApp/ledgi-cli/main/install.sh | bash -
Set your API key (get one from Settings > API Keys in the Ledgi dashboard):
ledgi login --api-key ledgi_sk_...
Interact with your Ledgi financial data. Claude will automatically use this skill when you ask about accounts, balances, net worth, holdings, ISA allowances, or snapshots.
Example prompts:
- "What's my net worth?"
- "List my ISA accounts"
- "Add my Monzo current account with a balance of 2500"
- "Take a net worth snapshot"
- "How much ISA allowance do I have left?"
To add a new skill, create a directory under skills/ with a SKILL.md file:
skills/
├── ledgi/ # Existing: Ledgi CLI skill
│ ├── SKILL.md
│ └── references/
└── your-skill/ # New skill
└── SKILL.md
Then add it to .claude-plugin/marketplace.json under the skills array.
Copyright Ledgi. All rights reserved.