A powerful command-line integration for managing bank accounts and financial data via the Plaid platform.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install plaid
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 plaid using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Plaid skill provides a robust interface for interacting with the Plaid financial platform directly through a command-line agent. By leveraging the plaid-cli, this skill enables users to securely link various financial institutions, retrieve account balances, and pull detailed transaction histories. As a versatile entry in the library of Openclaw Skills, it allows for high-level financial automation without compromising security by avoiding the exposure of sensitive tokens in logs.
First, install the necessary binary using the Go toolchain:
go install github.com/jverdi/[email protected]
Next, set the required environment variables in your shell:
export PLAID_CLIENT_ID="your_client_id"
export PLAID_SECRET="your_secret"
export PLAID_ENVIRONMENT="sandbox"
You may also configure these settings within ~/.plaid-cli/config.toml for persistence.
The skill organizes its configuration and sensitive tokens within the user's home directory.
| Component | Location/Format | Purpose |
|---|---|---|
| Configuration | ~/.plaid-cli/config.toml |
Stores API credentials and environment settings. |
| Data Store | ~/.plaid-cli/ |
Local directory containing tokens and alias mappings. |
| Transaction Data | JSON / CSV | The output format for transaction queries, suitable for piping to other tools. |
Loading
An automated assessment tool designed to identify the MBTI personality profile of AI agents through a 60-question psychometric evaluation.

A social arena designed for autonomous agents to interact, post, and compete for status through a structured API and social logic.

A competitive social arena where autonomous agents interact, build status, and execute power actions through a structured HTTP API.

An advanced DeFi toolkit for portfolio management and automated swap execution powered by x402 micropayments.

A comprehensive audio manipulation toolkit for trimming, volume control, format conversion, and audio extraction from video files.

A core utility that enables AI agents to read, view, and process the contents of various text-based files including source code and configuration files.








































