A sophisticated personal accountant skill that interfaces with the fscl CLI to manage Actual Budget environments through natural language.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fiscal
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 fiscal using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Fiscal skill empowers your AI agent to act as a professional accountant by leveraging the fscl binary, a headless command line interface for Actual Budget. This integration allows users to handle complex budgeting tasks—including bank imports, transaction categorization, and rule automation—without ever needing to touch a CLI or learn the underlying software architecture. As part of the wider ecosystem of Openclaw Skills, it prioritizes privacy and local control while providing the convenience of an automated financial advisor.
By translating plain language intent into precise technical commands, the skill handles the heavy lifting of financial data management. It automatically converts raw integers into currency formats, manages UUIDs behind the scenes, and ensures data integrity through a robust draft-and-apply workflow. Whether you are self-hosting your financial data or using a remote server, this skill provides a bridge between conversation and rigorous financial accounting.
fscl status --json to determine the current state of the budget and connection.--json flag for precise data parsing.To begin using this skill within the Openclaw Skills framework, ensure the fscl binary is installed and accessible in your environment. Follow these steps to initialize:
# Initialize a new budget or connect to an existing one
fscl init
# If a server is configured, log in to sync your data
fscl login [server-url] --password <your-password>
# Verify the setup status
fscl status --json
The skill organizes financial data using a structured taxonomy to ensure consistency across the Actual Budget database:
| Entity | Data Type | Description |
|---|---|---|
| Accounts | Object | Includes institution name, account type (e.g., checking, credit), and last 4 digits. |
| Categories | Entity | Financial buckets belonging to specific Category Groups; nesting is not supported. |
| Amounts | Integer | Stored as cents (e.g., -4599) and rendered as currency (-$45.99). |
| Dates | String | Formatted strictly as YYYY-MM-DD for transactions and YYYY-MM for budgets. |
| Drafts | JSON File | Temporary files created in the drafts/ directory for categories, rules, and edits. |
Loading
A powerful design system integrator that enables AI agents to generate production-grade, aesthetically distinct frontend interfaces instead of generic UI.

A high-performance media extraction tool for Bilibili that supports 8K video downloads, audio extraction, and metadata retrieval.

A comprehensive financial data interface library providing a unified wrapper for stocks, futures, crypto, and macroeconomic indicators.

A sophisticated local cognitive memory system that utilizes FSRS-6 spaced repetition to provide AI agents with persistent, human-like recall capabilities.

Lead Radar is an automated lead generation agent that monitors social platforms for buying intent and delivers qualified prospects directly to Telegram.

A lightweight Node.js proxy that enables seamless integration between Azure OpenAI and OpenClaw by resolving API versioning and URL path conflicts.








































