
from riseup-cli24
Query and analyse personal finance data from the RiseUp CLI: balances, transactions, spending trends, subscriptions and budgets; includes clear autonomy rules f
Provides an agent-friendly wrapper around the RiseUp CLI to fetch personal finance data (spending, income, balances, transactions, trends) and present it in table or JSON form. Covers authentication, Playwright setup for OAuth, and operational guidance for safe read and write interactions.
Activate when a user mentions finances, spending, income, budget, balances, subscriptions, or asks questions like "how much did I spend". Useful for generating month-over-month trends, listing unclassified transactions for review, and running read-only queries automatically; write operations require explicit confirmation.
Agents capable of calling local CLIs or invoking external processes (e.g., Claude with CLI integration, local agent runtimes).
RiseUp Finance CLI is a well-documented skill that wraps the riseup-cli npm package for querying Israeli personal finance data from RiseUp.co.il. The SKILL.md is thorough with clear command references, autonomy rules separating read/write operations, error handling guidance, and Hebrew category translations. No bundled scripts — it's a pure CLI wrapper skill. No security concerns found; the skill appropriately requires user confirmation before any write/modification operations.
Clean skill with no security issues. Excellent documentation quality with comprehensive command reference and workflow examples. Architecture is straightforward as a single-file CLI wrapper — would benefit from a references/ directory for the Hebrew category mapping. Usefulness is limited by the niche audience (Israeli RiseUp app users).