AgentSkillsCN

opengasti-balance

在 BeanCount 个人理财中,以美元为单位查询账户余额和净资产。当用户询问余额、资产、结余、我有多少钱,或净资产相关问题时使用。触发词:‘/balance’、‘/patrimonio’、‘/saldo’、‘/net-worth’。

SKILL.md
--- frontmatter
name: opengasti-balance
description: Check account balances and net worth in USD for beancount personal finance. Use when user asks for balance, patrimonio, saldo, cuánto tengo, or net worth queries. Triggers: '/balance', '/patrimonio', '/saldo', '/net-worth'.

opengasti-balance

This skill allows you to quickly check your account balances and net worth using the beancount system.

Workflow

To check your financial status, use one of the following commands. All beancount-related commands are executed through uv to ensure the correct environment.

Commands

  • Check all account balances: uv run make balance

  • Check net worth in USD: uv run make net-worth

  • Custom Assets Query: uv run bean-query main.bean "SELECT account, sum(position) WHERE account ~ 'Assets' GROUP BY account"

Spanish Command Aliases

You can also use these triggers:

  • /balance - Shows all account balances.
  • /patrimonio - Shows net worth in USD.
  • /saldo - Shows all account balances.
  • /net-worth - Shows net worth in USD.