ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

MarketPulse

Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.

Why use this skill?

Integrate real-time financial data, crypto prices, and stock market analytics into your OpenClaw agents. Build automated trading, research, and tracking workflows with MarketPulse.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/getmolty/marketpulseswy
Or

What This Skill Does

MarketPulse by getmolty is a powerful financial data integration tool designed for OpenClaw agents. It serves as a unified bridge to real-time and historical market intelligence, covering equities, crypto, and fundamental financial health metrics. By leveraging the AIsa API, the skill provides autonomous agents with the capability to pull granular price action, news, insider trades, and deep-dive financial statements (Income, Balance Sheet, Cash Flow) without manual intervention. It is built to turn raw financial feeds into actionable data points for trading strategies, investment research, and automated reporting.

Installation

To integrate MarketPulse into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/getmolty/marketpulseswy

Once installed, ensure you have an active AIsa API key. Configure your credentials by setting the environment variable in your current shell or your persistent environment config:

export AISA_API_KEY="your-key"

Use Cases

MarketPulse is ideal for agents acting as financial research assistants. You can use it to perform automated technical analysis, monitor quarterly earnings reports, or track whale activity in specific sectors. Because it provides both minute-level intraday data and long-term historical trends, it is perfect for building sentiment trackers, building price alert systems, or generating summary reports on asset performance over specific fiscal periods.

Example Prompts

  1. "Analyze the latest earnings report for TSLA and compare the revenue growth with analyst estimates from the last quarter."
  2. "Monitor the price of BTC and ETH, providing a 30-day historical chart analysis and alerting me if either drops by more than 5%."
  3. "Retrieve recent insider trades for NVDA and Apple, then generate a summary of how these trades correlate with recent price movement trends."

Tips & Limitations

  • Interval Accuracy: When requesting price data, ensure the interval_multiplier aligns with your strategy (e.g., use 1-minute intervals for scalping or daily/weekly for trend investing).
  • API Limits: Adhere to the AIsa API rate limits to avoid interruption of data streams during volatile market hours.
  • Data Freshness: While the skill supports real-time metrics, ensure your agent's reasoning loop accounts for potential network latency inherent in external financial data providers.

Metadata

Author@getmolty
Stars1100
Views1
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-getmolty-marketpulseswy": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#trading#investing#stocks#crypto
Safety Score: 4/5

Flags: network-access, external-api