← 返回 Skills 市场
khaney64

Quodd

作者 Kevin Haney · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
2455
总下载
2
收藏
3
当前安装
5
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quodd
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quodd 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug quodd
版本 0.1.2
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2455 次。

如何安装 Quodd?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quodd」即可一键安装,无需额外配置。

Quodd 是免费的吗?

是的,Quodd 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Quodd 支持哪些平台?

Quodd 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Quodd?

由 Kevin Haney(@khaney64)开发并维护,当前版本 v0.1.2。

💬 留言讨论