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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/khaney64/quoddWhat 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
- "OpenClaw, what is the current market price and day high for AAPL and MSFT?"
- "Can you check the latest after-hours trading price for META?"
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-khaney64-quodd": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution
Related Skills
session-cost
Analyze OpenClaw session logs to report token usage, costs, and performance metrics grouped by model. Use when the user asks about API spending, token usage, session costs, or wants a usage summary.
leak-check
Scan session logs for leaked credentials. Checks JSONL session files against known credential patterns and reports which AI provider received the data.
discogs-sync
Add and remove albums from a Discogs wantlist or collection by artist and album name, master ID, or release ID. Search marketplace pricing for vinyl, CD, and other formats. List wantlist and collection contents. Use when the user asks to add or remove a record from their Discogs wantlist or collection, check what's on their wantlist, look up marketplace prices, or find what a record is selling for. Also supports bulk operations via CSV/JSON file input.
minimax-usage
Check MiniMax coding plan usage/credits remaining. Requires MINIMAX_API_KEY environment variable.
baseball
Fetch MLB game schedules, live game status, box scores, player search, and season statistics via the MLB Stats API. Use when the user asks about baseball games, scores, who is playing today, game results, live updates, pitching matchups, MLB schedule information, player lookups, or player stats.