A proactive financial monitoring skill that tracks credit card spending against budgets using Plaid and pace-based alerting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spend-pulse
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 spend-pulse using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Spend Pulse is a sophisticated financial management tool designed to provide developers and AI agents with real-time visibility into credit card transactions. By leveraging the Plaid API, it tracks spending against a predefined monthly budget and offers intelligent, pace-based alerts. Unlike traditional trackers that only look at totals, this skill understands spending curves, comparing current behavior against historical data from the previous month.
Integrating Spend Pulse into your Openclaw Skills library transforms a standard AI agent into a proactive financial assistant. It doesn't just record data; it analyzes it to determine if you are on track, over pace, or nearing budget limits, delivering actionable insights through both text and visual charts.
Install the package globally via npm:
npm install -g spend-pulse
Initiate the interactive setup wizard to configure your Plaid credentials and link your bank accounts:
spend-pulse setup
Perform an initial synchronization to fetch transaction history:
spend-pulse sync
Verify the installation and check your current status:
spend-pulse status --oneline
The skill organizes financial data into a structured format optimized for AI consumption:
| Field | Description |
|---|---|
should_alert |
Boolean indicating if current spending patterns require user attention. |
pace |
Status indicator (under, on_track, or over) based on spending curves. |
spent / remaining |
Real-time currency values for the current billing cycle. |
new_items |
An array of objects containing merchant, amount, and category for recent transactions. |
chart_path |
The local file system path to the generated PNG visualization. |
pace_source |
Indicates if pacing is calculated against last_month or a linear ramp. |
Loading
A comprehensive AI agent skill for Openclaw Skills that handles lottery result queries, ticket OCR, and automated win verification via MCP.

A professional AI-powered lottery assistant for real-time result tracking, ticket OCR recognition, and automated win verification via the MCP protocol.

An AI-powered translation API providing multi-language localization and tone-aware content adaptation for developers.

A professional-grade AI translation skill for Openclaw Skills that provides neural language conversion with context awareness and domain specialization.

A lightweight Hashicorp Vault client that enables AI agents to manage secrets securely without external dependencies or hardcoded credentials.

A specialized skill designed to automate the process of updating OpenClaw to the latest version via npm and restarting the gateway.








































