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

quodd

Fetch real-time stock quotes via Quodd API. Get current prices, daily high/low, and after-hours data for US equities. Use when the user asks for stock prices, quotes, market data, or ticker information.

Why use this skill?

Integrate the Quodd API into your OpenClaw agent to fetch live US equity stock quotes, after-hours data, and daily market ranges efficiently and reliably.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/khaney64/quodd
Or

What This Skill Does

The quodd skill for OpenClaw provides a robust interface for retrieving real-time market data directly from the Quodd API. Designed for investors, traders, and data analysts, this skill allows users to fetch precise US equity information, including current market prices, daily price ranges (high and low), and after-hours trading metrics. By integrating this skill, your OpenClaw agent gains the ability to process stock symbols and return structured financial data instantly, bypassing the need for manual browser searches or external terminal tools.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:

clawhub install openclaw/skills/skills/khaney64/quodd

Once installed, ensure your authentication credentials are correctly configured. You must set your QUODD_USERNAME and QUODD_PASSWORD as environment variables. The skill caches authentication tokens in ~/.openclaw/credentials/quodd-token.json for 20 hours to optimize performance and prevent unnecessary handshake overhead. If you ever change your credentials, simply run the tool with the --no-cache flag to force a token refresh and re-authenticate securely.

Use Cases

This skill is ideal for financial monitoring workflows. Use it when building automated daily market summaries, tracking portfolio performance during volatile trading sessions, or performing rapid sanity checks on stock prices while writing research reports. It supports batch requests, allowing you to monitor multiple tickers—such as a specific tech index—in a single command. The ability to export data in JSON format makes it highly compatible with downstream data processing scripts and custom dashboard integrations.

Example Prompts

  1. "OpenClaw, what is the current market price and day high for AAPL and MSFT?"
  2. "Can you check the latest after-hours trading price for META?"
  3. "Get me the real-time stock data for GOOGL and format the output as JSON for my report."

Tips & Limitations

Always ensure your internet connection is active, as the skill requires external connectivity to the Quodd API servers. If you experience unexpected results, check the logs in ~/.openclaw/credentials/ to ensure your token is not stale. Note that this skill is specifically optimized for US equities; data for international markets may not be available. For bulk processing, be mindful of API rate limits imposed by your Quodd subscription plan. If you encounter authentication issues, always try the --no-cache flag before re-entering your credentials.

Metadata

Author@khaney64
Stars1776
Views0
Updated2026-03-02
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-khaney64-quodd": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#stocks#market-data#trading#real-time
Safety Score: 4/5

Flags: network-access, file-read, file-write, external-api, code-execution