A comprehensive tool for connecting brokerage accounts through SnapTrade to monitor balances and execute stock trades automatically.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install snaptrade
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 snaptrade using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SnapTrade Portfolio skill enables seamless integration with various investment platforms like Webull and E*TRADE through the official SnapTrade Python SDK. As part of the Openclaw Skills ecosystem, it provides developers with a robust framework to register users, manage connection portals, and aggregate financial data across multiple accounts into a single, actionable report.
This skill simplifies the complexity of financial API authentication by handling request signing automatically via the snaptrade_client library. It is designed to bridge the gap between various brokerage APIs and automated workflows, allowing for unified portfolio management and order execution through a standardized interface.
To get started with this addition to your Openclaw Skills library, follow these steps:
pip3 install -r requirements.txt
/home/openclaw/.openclaw/workspace/secrets/snaptrade.json with the following structure:{
"client_id": "YOUR_CLIENT_ID",
"consumer_key": "YOUR_CONSUMER_KEY"
}
python3 scripts/snaptrade_portal.py
The skill manages data through localized JSON files and structured API responses to ensure transparency within Openclaw Skills:
| Component | Format | Description |
|---|---|---|
| Credentials | JSON | Stores client secrets, consumer keys, and auto-generated user UUIDs. |
| Total Value | JSON | Contains total_value (float) and currency (string) for reporting. |
| Order Data | CLI Arguments | Supports ticker, units, account-id, and order-type (market/limit). |
| Connection Status | Array | Lists enabled and disabled brokerage authorizations for error handling. |
Loading
Bridges the gap between transient chat logs and long-term memory by summarizing sessions and enabling keyword-based history search.

A discovery and installation engine for extending AI agent capabilities through the open skills ecosystem.

A comprehensive automation suite providing pixel-perfect control over mouse, keyboard, and screen operations for AI agents.

A comprehensive integration for accessing Spotify listening history, top artists, and personalized music recommendations through the Spotify Web API.

A comprehensive health integration that fetches, interprets, and charts WHOOP biometric data to optimize recovery and track fitness experiments.

An automated gaming skill that allows AI agents to compete in 1v1 high-stakes matches for USDC rewards.








































