Overview
- Skill Key
- andresubri/wallet-api
- Author
- andresubri
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/andresubri/wallet-api
- Latest Commit SHA
- de4f4940cc2fd2714908e9d9a0ced8996fcd9e20
Interact with the BudgetBakers Wallet API for personal finance data. Use when the user needs to query accounts, categories, transactions (records), budgets, or templates from their Wallet app via the REST API. Requires WALLET_API_TOKEN environment variable.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 wallet-api 技能。 若已安装,则直接安装 wallet-api 技能。
# Wallet API Skill Interact with the BudgetBakers Wallet personal finance API. ## Prerequisites 1. **Premium Wallet plan** required for API access 2. **API Token** from [web.budgetbakers.com/settings/apiTokens](https://web.budgetbakers.com/settings/apiTokens) 3. Set `WALLET_API_TOKEN` environment variable ## Quick Start ```bash export WALLET_API_TOKEN="your_token_here" ./scripts/wallet-api.sh me ``` ## API Reference See [references/api-reference.md](references/api-reference.md) for: - Authentication details - Rate limiting (500 req/hour) - Query filter syntax (text and range filters) - Pagination parameters - Data synchronization behavior - Agent hints ## Available Commands | Command | Description | |---------|-------------| | `me` | Current user info | | `accounts` | List accounts | | `categories` | List categories | | `records` | List transactions | | `budgets` | List budgets | | `templates` | List templates | ## Query Parameters All list endpoints support: - `limit` (default 30, max 100) - `offset` (default 0) ### Filter Examples **Recent transactions:** ```bash ./wallet-api.sh records "recordDate=gte.2025-02-01&limit=50" ``` **Amount range:** ```bash ./wallet-api.sh records "amount=gte.100&amount=lte.500" ``` **Text search:** ```bash ./wallet-api.sh records "note=contains-i.grocery" ``` **Category + date:** ```bash ./wallet-api.sh records "categoryId=eq.<id>&recordDate=gte.2025-01-01" ``` ### Filter Prefixes | Prefix | Meaning | |--------|---------| | `eq.` | Exact match | | `contains.` | Contains (case-sensitive) | | `contains-i.` | Contains (case-insensitive) | | `gt.` | Greater than | | `gte.` | Greater than or equal | | `lt.` | Less than | | `lte.` | Less than or equal | ## Common Workflows ### Get Account Balances ```bash ./wallet-api.sh accounts ``` ### List Categories for Organization ```bash ./wallet-api.sh categories ``` ### Recent Spending ```bash ./wallet-api.sh records "recordDate=gte.2025-02-01&limit=100" ``` ### Filter by Pay...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.