financekit

Query Apple Wallet accounts, balances, transactions, and orders on-device.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/femitz/flyby --skill financekit-femitz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financekit
Source: https://github.com/femitz/flyby/tree/main/.agents/skills/financekit
Command: npx skills add https://github.com/femitz/flyby --skill financekit-femitz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

FinanceKit enables secure, on-device access to Apple Wallet financial data (Apple Card, Apple Cash, and Wallet) for apps, without exposing sensitive information to external services, while preserving user control over data access.

Core Features & Use Cases

  • On-device access to Wallet financial data with offline availability and user-controlled authorization.
  • Query accounts, balances, transactions, and Wallet orders to power budgeting, spending insights, and financial tooling.
  • Real-world use case: build a personal finance dashboard that displays latest balances and recent transactions without sending data to the cloud.

Quick Start

Grant wallet access, then query accounts to display the latest transactions.

Frequently Asked Questions about financekit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get on-device access to Apple Wallet transactions for my app?

On-device access to Apple Wallet transactions requires user authorization and entitlement setup to securely query financial data offline without exposing sensitive information to external services.

Can I query Apple Card balances and transactions offline?

Yes, you can query Apple Card balances and transactions offline. The framework provides offline availability for accounts, balances, transactions, and Wallet orders after the user grants authorization.

What is the best way to build a personal finance dashboard using Apple Wallet data?

The best way to build a personal finance dashboard is to query accounts to retrieve the latest balances and recent transactions directly on-device, ensuring user data remains private and under their control.

How do I handle data synchronization when querying Apple Wallet financial data?

Data synchronization for Apple Wallet financial data is handled through resumable data synchronization, which enforces data availability checks and robust error handling to manage the querying process.

What entitlements do I need to set up to access Apple Cash accounts?

Accessing Apple Cash accounts requires proper entitlement setup and user-controlled authorization to ensure secure, on-device access to the financial data without sending it to the cloud.