Built-in skills
A set of skills for common money reviews ships with the app. They’re always available and need no setup. You’ll find the current list in Settings → Skills.Use a skill in chat
Just ask, and the agent picks a matching skill based on your request. To invoke one explicitly, type/ in the message box and select the skill from the list.
Custom skills
There are three ways to add your own skills.Add from GitHub
You can add skills from any public GitHub repository:- Open Settings → Skills.
- Click Add skill.
- Enter the repository as
owner/repoor a full GitHub URL.
~/Accountant24/skills.
Only add skills you trust. A skill can run commands with full access to your workspace, so treat adding one like installing software.
Ask the agent
The easiest way: describe the routine you want and ask the agent to turn it into a skill.Create a skill that compares my spending this month to the previous month and shows where I spent more.The agent writes the skill into your workspace. Enable it in Settings → Skills and it’s ready to use.
Create manually
A skill is a folder containing aSKILL.md file: a name and description in the frontmatter, followed by the instructions the agent should follow. It can also include scripts, for example in Python, that the agent runs as part of the skill. Put the folder into ~/Accountant24/skills, then enable it in Settings → Skills.