A comprehensive financial intelligence tool for querying real-time and historical market data across equities and cryptocurrency.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aisa-financial-data
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 aisa-financial-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AIsaFinancialData is a robust addition to the Openclaw Skills ecosystem, providing autonomous agents with a unified gateway to global financial markets. It enables developers to integrate real-time price tracking, historical OHLCV data, and deep fundamental analysis into their agentic workflows. By leveraging a single API key, this skill bridges the gap between complex financial databases and AI agents, allowing for sophisticated data retrieval from both traditional stock exchanges and volatile crypto markets.
This skill is specifically designed to handle the nuances of financial data, from minute-level intraday bars to comprehensive SEC filings and insider trading reports. Whether you are building an automated portfolio manager or a research-heavy investment bot, using Openclaw Skills like this one ensures your agent has the high-fidelity data required for accurate financial decision-making and reporting.
To utilize this skill, you must first obtain an API key from the AIsa platform. Once you have your key, configure your environment as follows:
export AISA_API_KEY="your_api_key_here"
# Ensure your environment has curl and python3 available
You can then test the connection using the provided Python market client or simple curl commands to verify access to market endpoints.
The skill returns structured data categorized by asset class and financial metric. The schema is optimized for Openclaw Skills to ensure easy parsing by LLMs:
| Data Type | Key Fields | Description |
|---|---|---|
| Price Data | ticker, interval, open, high, low, close, volume | Historical or real-time OHLCV data. |
| Financials | ticker, report_type, filing_date, metrics | Balance sheets, income, and cash flow statements. |
| Crypto | ticker (SYMBOL-USD), price, timestamp | Real-time and historical cryptocurrency snapshots. |
| Analyst Data | ticker, eps_estimate, period | Analyst earnings per share projections. |
| Metadata | usage.cost, usage.credits_remaining | Information on the API credit consumption for each request. |
Loading
A high-performance YouTube SERP scout for autonomous agents designed to simplify video research and competitor tracking.

A high-performance web search and content extraction tool designed for AI agents, powered by Tavily via the AIsa unified API gateway.

An intelligent search skill for autonomous agents providing multi-source retrieval and confidence-scored answers through a unified API.

A unified LLM gateway providing an OpenAI-compatible API to access over 70 premier AI models with a single API key.

A unified media generation skill for creating high-fidelity images and cinematic videos through the AIsa API.

An intelligent multi-source retrieval engine that provides autonomous agents with confidence-scored answers from web and academic sources.








































