← 返回 Skills 市场
josephflu

Stock Quote

作者 Joseph Fluckiger · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eagerbots-stock-quote
功能描述
Get real-time stock, ETF, and crypto prices. Compare tickers, check market cap and volume. Uses Yahoo Finance — no API key required.
使用说明 (SKILL.md)

stock-quote

Get real-time stock, ETF, and crypto prices via Yahoo Finance — no API key needed.

Trigger phrases

  • "What's Apple stock at?"
  • "What's the price of TSLA?"
  • "How is NVDA doing today?"
  • "Compare AAPL MSFT GOOG"
  • "What's BTC at?"
  • "Show me SPY and QQQ"
  • "Is the market up today?"
  • "How's the market doing?"
  • "Quote for [TICKER]"

Usage

Run uv run scripts/quote.py with one or more ticker symbols:

# Single ticker
uv run scripts/quote.py AAPL

# Crypto
uv run scripts/quote.py BTC-USD

# Multiple tickers (comparison table)
uv run scripts/quote.py AAPL MSFT GOOG NVDA

# Detailed view
uv run scripts/quote.py AAPL --detail

Output

Single ticker:

╭─────────────────────────────────────────╮
│ 🍎 Apple Inc. (AAPL) NASDAQ            │
│ $213.49 ▲ +2.31 (+1.09%) ● Market Open │
├─────────────────────────────────────────┤
│ 52W Range $164.08 ──────●──── $237.23  │
│ Volume 45.2M (avg 52.1M)               │
│ Market Cap $3.21T                       │
╰─────────────────────────────────────────╯

Multiple tickers: Rich comparison table with Ticker, Name, Price, Change, % Change, Market Cap — green for gains, red for losses.

Notes

  • Uses Yahoo Finance's unofficial API (free, no key required)
  • Crypto tickers use -USD suffix: BTC-USD, ETH-USD, SOL-USD
  • See references/common-tickers.md for popular symbols
  • Market status (open/closed) shown automatically
安全使用建议
This skill appears to be what it claims: a local Python script that fetches quotes from Yahoo Finance and prints them. Before installing, confirm you have Python 3 and install the listed Python packages (httpx, rich) in a controlled environment. Note the minor metadata mismatch: the registry entry did not list required binaries but SKILL.md requires python3. Also SKILL.md references a GitHub homepage; the registry 'Source' is unknown — if provenance matters, verify the upstream repository and review any release/install steps. Finally, because there is no install step, make sure the runner environment (the agent) has the dependencies and that you trust the agent to run arbitrary Python scripts when invoking this skill.
功能分析
Type: OpenClaw Skill Name: eagerbots-stock-quote Version: 1.0.0 The skill is a legitimate tool for fetching real-time stock, ETF, and cryptocurrency prices using the Yahoo Finance API. The core logic in `scripts/quote.py` uses standard libraries (`httpx` and `rich`) to retrieve and format market data, with no evidence of data exfiltration, malicious execution, or prompt injection attempts.
能力评估
Purpose & Capability
The skill's name/description match the included script: it fetches quotes from Yahoo Finance and formats them. Minor inconsistency: the registry metadata earlier listed no required binaries, but SKILL.md declares python3 as required (the script is Python). This is likely an oversight, not a functional mismatch.
Instruction Scope
SKILL.md instructs running the bundled Python script which only fetches data from Yahoo Finance and renders it locally. The runtime instructions do not direct the agent to read unrelated files, exfiltrate data, or call external endpoints beyond Yahoo Finance. The script handles errors and does not leak environment variables or credentials.
Install Mechanism
No install spec is provided (instruction-only with one script). The script lists Python dependencies (httpx, rich) in a header comment but the skill provides no automated install step. This is operationally inconvenient (it may fail if dependencies aren't present) but not an obvious security risk. No downloads from untrusted URLs are performed.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate for a read-only quote fetcher. The script makes plain HTTPS requests to Yahoo Finance only.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal for skills) but is not combined with concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eagerbots-stock-quote
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eagerbots-stock-quote 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Real-time stock/ETF/crypto prices via Yahoo Finance. Compare tickers, see 52W range, market state. No API key required.
元数据
Slug eagerbots-stock-quote
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stock Quote 是什么?

Get real-time stock, ETF, and crypto prices. Compare tickers, check market cap and volume. Uses Yahoo Finance — no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Stock Quote?

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

Stock Quote 是免费的吗?

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

Stock Quote 支持哪些平台?

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

谁开发了 Stock Quote?

由 Joseph Fluckiger(@josephflu)开发并维护,当前版本 v1.0.0。

💬 留言讨论