Manage YNAB budgets, accounts, categories, and transactions via CLI.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ynab或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ynab⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ynab/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ynab description: Manage YNAB budgets, accounts, categories, and transactions via CLI. metadata: {"clawdbot":{"emoji":"💰","requires":{"bins":["ynab"],"env":["YNAB_API_KEY"]},"primaryEnv":"YNAB_API_KEY","install":[{"id":"node","kind":"node","package":"@stephendolan/ynab-cli","bins":["ynab"],"label":"Install ynab-cli (npm)"}]}} ---
Install
npm i -g @stephendolan/ynab-cli
Auth
# Get API key from https://app.ynab.com/settings/developer
# Then set YNAB_API_KEY env var, or:
ynab auth login
ynab auth status
Budgets
ynab budgets list
ynab budgets view [id]
ynab budgets set-default <id>
Accounts
ynab accounts list
ynab accounts view <id>
ynab accounts transactions <id>
Categories
ynab categories list
ynab categories view <id>
ynab categories transactions <id>
ynab categories budget <id> --month <YYYY-MM> --amount <amount>
Transactions
ynab transactions list
ynab transactions list --account <id> --since <YYYY-MM-DD>
ynab transactions list --approved=false --min-amount 100
ynab transactions search --memo "coffee"
ynab transactions search --payee-name "Amazon"
ynab transactions view <id>
ynab transactions create --account <id> --amount <amount> --date <YYYY-MM-DD>
ynab transactions update <id> --amount <amount>
ynab transactions delete <id>
ynab transactions split <id> --splits '[{"amount": -50.00, "category_id": "xxx"}]'
Payees
ynab payees list
ynab payees view <id>
ynab payees update <id> --name <name>
ynab payees transactions <id>
Months
ynab months list
ynab months view <YYYY-MM>
Scheduled
ynab scheduled list
ynab scheduled view <id>
ynab scheduled delete <id>
Raw API
ynab api GET /budgets
ynab api POST /budgets/{budget_id}/transactions --data '{"transaction": {...}}'
Notes
--compact for minified JSON安装 Manage YNAB budgets, accounts, categories, and transactions. 后,可以对 AI 说这些话来触发它
Help me get started with Manage YNAB budgets, accounts, categories, and transactions.
Explains what Manage YNAB budgets, accounts, categories, and transactions. does, walks through the setup, and runs a quick demo based on your current project
Use Manage YNAB budgets, accounts, categories, and transactions. to manage YNAB budgets, accounts, categories, and transactions via CLI
Invokes Manage YNAB budgets, accounts, categories, and transactions. with the right parameters and returns the result directly in the conversation
What can I do with Manage YNAB budgets, accounts, categories, and transactions. in my finance & investment workflow?
将技能文件夹放到 ~/.claude/skills/ynab/ 目录(个人级,所有项目可用),或 .claude/skills/ynab/(项目级)。重启 AI 客户端后,用 /ynab 主动调用,或让 AI 根据上下文自动发现并使用。
Manage YNAB budgets, accounts, categories, and transactions. 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Manage YNAB budgets, accounts, categories, and transactions. 可免费安装使用。请查阅仓库了解许可证信息。
Manage YNAB budgets, accounts, categories, and transactions via CLI.
Lists the top use cases for Manage YNAB budgets, accounts, categories, and transactions., with example commands for each scenario
Automate my finance & investment tasks using Manage YNAB budgets, accounts, categories, and transactions.
Identifies repetitive steps in your workflow and sets up Manage YNAB budgets, accounts, categories, and transactions. to handle them automatically
Manage YNAB budgets, accounts, categories, and transactions. 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。