A professional financial tracking tool for fetching real-time quotes, historical data, and managing asset watchlists via AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install finance
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Market Tracker Skill is a robust financial data integration designed to empower AI agents with the ability to monitor global markets. It supports a wide array of assets including stocks, ETFs, indices, and FX pairs, utilizing a smart provider fallback system to ensure data availability. By integrating this into Openclaw Skills, developers can create agents that handle complex financial queries, from simple price checks to detailed 30-day historical trend analysis.
This skill is built with efficiency in mind, employing local caching to prevent API rate-limiting and ensuring that performance remains high even during frequent queries. It serves as a bridge between raw market data providers and the AI's analytical capabilities, making it an essential component for any finance-oriented automation.
To get started with this skill in your environment, follow these installation steps:
# Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows use: .venv\\Scripts\\activate
# Install the necessary dependencies
pip install -r requirements.txt
# (Optional) Configure environment variables for paid providers
export TWELVEDATA_API_KEY="your_api_key_here"
export ALPHAVANTAGE_API_KEY="your_api_key_here"
The skill organizes market data and configuration using a structured local filesystem approach:
| Component | Location / Format | Purpose |
|---|---|---|
| Cache Directory | .cache/finance/ |
Stores temporary JSON data to prevent redundant API hits. |
| Watchlist | Local State | Tracks symbols added by the user for recurring summaries. |
| Market Quotes | Standard Output | Provides price, change %, and timestamp for immediate consumption. |
| Historical Data | CSV Output | Outputs structured time-series data for analysis or spreadsheet use. |
Loading
RenderKit enables AI agents to instantly generate polished, hosted web pages and interactive data-collection forms from structured JSON data.

An automated tool to download Instagram Reels, extract metadata captions, and generate high-accuracy audio transcriptions using AI.

A structured, staged educational agent designed to guide users from basic CLI operations to deep architectural understanding of OpenClaw.

A comprehensive CLI-driven skill for resolving locations, planning multi-modal routes, and monitoring real-time transit disruptions within the Île-de-France Mobilités network.

A versatile soccer data skill providing access to standings, schedules, xG, and transfer history across 13 global leagues without requiring API keys.

A diagnostic tool that evaluates whether a project can be autonomously built by AI coding agents using the Vibe Coding methodology.








































