A comprehensive command-line interface for managing You Need A Budget (YNAB) data, including budgets, categories, and transactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ynab
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ynab using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The YNAB CLI skill is a powerful utility designed for developers and power users who want to interact with their personal finances programmatically. Built on the official API, this Openclaw Skills integration allows for seamless management of your financial life without the need for a GUI. It provides a bridge between your terminal and your budget, making it possible to query account balances, categorize transactions, and adjust monthly goals using simple commands.
By incorporating this skill into your workflow, you gain the ability to script financial updates and integrate your budget data into broader automation pipelines. This Openclaw Skills tool is essential for anyone looking to maintain a high level of financial discipline while leveraging the efficiency of a command-line environment.
To get started with this Openclaw Skills integration, first install the CLI package:
npm i -g @stephendolan/ynab-cli
Next, obtain your API key from the YNAB developer settings (https://app.ynab.com/settings/developer) and authenticate your session:
# Set your API key as an environment variable
export YNAB_API_KEY='your_api_key_here'
# Or use the built-in login command
ynab auth login
The skill interacts with the standard YNAB API objects. Below is the primary data structure managed by the CLI:
| Entity | Key Attributes |
|---|---|
| Budgets | ID, Name, Last Modified, First Month |
| Accounts | ID, Name, Type, Balance, Cleared Balance |
| Categories | ID, Name, Budgeted Amount, Activity, Balance |
| Transactions | ID, Date, Amount (in currency), Payee, Category, Memo, Cleared Status |
| Payees | ID, Name, Transfer Account ID |
Note: Amounts are handled in the budget's native currency format rather than milliunits for better readability.
Loading
A robust CLI tool for transcribing audio files using state-of-the-art LLMs via the OpenRouter API.

A specialized skill for sending Wake-on-LAN and Sleep-on-LAN magic packets to manage PC power states across a local network.

A comprehensive threat detection and security analysis toolkit designed to audit code, files, and AI agent skills for vulnerabilities and malicious patterns.

Automate participation in the Numerai hedge fund tournament to train models and earn NMR cryptocurrency.

AgentFinObs is a comprehensive financial observability framework for monitoring, budgeting, and analyzing AI agent spending across multiple payment rails.

A Playwright-powered CLI and npm package for interacting with X using browser session cookies instead of traditional API keys.








































