Skip to content

LedgiApp/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ledgi Skills

Agent Skills for interacting with Ledgi, a UK-focused personal finance tracker. Installable as a Claude Code plugin.

Install

Claude Code

Register the marketplace, then install the plugin:

/plugin marketplace add LedgiApp/skills
/plugin install ledgi@ledgi-skills

Other compatible agents

Copy the skills/ledgi/ directory into your agent's skills folder. The skill follows the Agent Skills open standard.

Prerequisites

  1. Install the Ledgi CLI:

    curl -fsSL https://raw.githubusercontent.com/LedgiApp/ledgi-cli/main/install.sh | bash
  2. Set your API key (get one from Settings > API Keys in the Ledgi dashboard):

    ledgi login --api-key ledgi_sk_...

Available skills

ledgi

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?"

Adding new skills

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.

License

Copyright Ledgi. All rights reserved.

About

Agent Skills for Ledgi — installable as a Claude Code plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors