← Back to Skills Marketplace
Quodd
by
Kevin Haney
· GitHub ↗
· v0.1.2
· MIT-0
2455
Downloads
2
Stars
3
Active Installs
5
Versions
Install in OpenClaw
/install quodd
Description
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...
Usage Guidance
This skill appears to do what it says: it contacts Quodd endpoints and requires your Quodd username/password. Before installing, ensure the credentials you supply are limited to Quodd and that you trust the Quodd endpoints used. Be aware the skill will cache an authentication token at ~/.openclaw/credentials/quodd-token.json for convenience; if you prefer not to persist tokens, run with --no-cache or remove the file after use. Note: the provided script in the submission was truncated at the end, so review the full script locally before use to confirm there are no additional network calls or unexpected behavior in the missing portion.
Capability Analysis
Type: OpenClaw Skill
Name: quodd
Version: 0.1.2
The skill is a legitimate tool for fetching stock quotes from the Quodd API. It uses standard Python libraries (urllib) to authenticate and retrieve data, correctly handles API credentials via environment variables, and implements a standard token caching mechanism in the user's home directory. No evidence of data exfiltration, malicious execution, or prompt injection was found in scripts/quote.py or SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (Quodd real-time quotes) match the requested binaries (python3), required environment variables (QUODD_USERNAME, QUODD_PASSWORD), and the included script which calls Quodd API endpoints. The credentials requested are the ones needed to authenticate to the described service.
Instruction Scope
SKILL.md instructs running the included Python script directly and refers only to Quodd endpoints and a local token cache. It uses absolute example paths (/home/claw/.openclaw/...), which are environment-specific but not malicious. The script reads only the declared QUODD_* env vars and writes a token cache in the user's home directory; it does not reference other system files or unrelated services.
Install Mechanism
No install spec — instruction-only with a bundled script. Nothing is downloaded at install time and no external package registries or installers are invoked, so installation risk is low.
Credentials
Only QUODD_USERNAME and QUODD_PASSWORD are required and they are used by the script to fetch an API token. No unrelated secrets or many environment variables are requested.
Persistence & Privilege
The script caches an authentication token to ~/.openclaw/credentials/quodd-token.json for up to 20 hours. This is reasonable for convenience but creates a persistent artifact in the user's home directory; always:false and no modifications to other skills or global agent settings are present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quodd - After installation, invoke the skill by name or use
/quodd - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- Updated example command paths to use absolute paths for the script location.
- Simplified environment variable instructions for prerequisites.
- No changes to core logic or functionality.
v1.1.1
No changes detected in this version.
- Version 1.1.1 was released without updates or modifications.
v1.1.0
No visible changes detected in this version.
- No updates to code or documentation.
- Functionality remains unchanged.
v0.1.0
Initial release of the Quodd skill for real-time US stock quotes.
- Fetches current, high/low, and after-hours data for US equities via the Quodd API
- Supports single and multiple ticker queries
- Offers both text and JSON output formats
- Adds ability to force token refresh and explains token caching location
- Requires setting QUODD_USERNAME and QUODD_PASSWORD environment variables
v1.0.0
- Initial release of the Quodd skill (version 1.0.0).
- Fetches real-time stock quotes for US equities using the Quodd API.
- Supports retrieval of current prices, daily high/low, and after-hours data.
- Provides command-line usage for single or multiple tickers and supports JSON output.
- Requires QUODD_USERNAME and QUODD_PASSWORD environment variables for authentication.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 2455 downloads so far.
How do I install Quodd?
Run "/install quodd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quodd free?
Yes, Quodd is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quodd support?
Quodd is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quodd?
It is built and maintained by Kevin Haney (@khaney64); the current version is v0.1.2.
More Skills