A professional financial assistant for logging company expenses and generating formatted summary reports synced to Google Drive.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install finance-agent
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 finance-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
finance-agent is a specialized tool designed for Openclaw Skills that simplifies the process of corporate expense tracking. By providing a structured interface to record expenditures, it ensures that every travel cost, meal, and office supply purchase is documented with precision. The skill focuses on reliability and accessibility, leveraging Google Drive for cloud-based data persistence.
Built with technical efficiency in mind, finance-agent utilizes powerful Python libraries to handle data manipulation and formatting. It serves as a bridge between raw financial entries and professional reporting, making it an ideal choice for developers and teams who need a programmatic way to manage their budget and expenditures within an AI-driven workflow.
To get started with this skill in your Openclaw Skills environment, ensure you have Python 3 installed and configure your API credentials.
# Install required dependencies using uv
uv pip install pandas tabulate
# Configure your Google Drive credentials path
export GDRIVE_CREDENTIALS="path/to/your/credentials.json"
The skill organizes expense data into a standardized CSV format with the following structure:
| Field | Type | Description |
|---|---|---|
| Date | String | The date of the expense (YYYY-MM-DD) |
| Category | String | The type of expense (e.g., Travel, Meals) |
| Amount | Float | The numerical cost of the item |
| Description | String | A detailed note explaining the purchase |
All files are named expense_report.csv by default to maintain consistency across Openclaw Skills integrations.
Loading
A comprehensive design framework for building professional, modern, and accessible user interfaces using industry-standard patterns and modern CSS techniques.

A CLI-driven integration for Picnic supermarket that enables AI agents to search products, manage carts, and schedule grocery deliveries.

An automated tool to reconstruct and synchronize AI agent memory files by analyzing session logs and providing narrative summaries.

An intelligent routing tool that selects the most efficient AI model for any given task within GitHub Copilot environments.

A comprehensive financial data tool for querying real-time A-share market trends, financial statements, and technical indicators.

A professional Python-driven rendering engine that converts Markdown text into high-quality, styled 3:4 aspect ratio images for social media platforms.








































