Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @rhcit Updated 6/28/2026 417 downloads 0 stars Security: Pass

Cputemp OpenClaw Plugin & Skill | ClawHub

Looking to integrate Cputemp into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

Fetch real-time stock quotes from Yahoo Finance.

Install

ClawHub CLI
openclaw skills install @rhcit/cputemp
Node.js (npx)
npx clawhub@latest install cputemp

Full SKILL.md

Open original
Metadata table.
namedescriptionuser invocable
yahoo-data-fetcherFetch real-time stock quotes from Yahoo Finance.true

SKILL.md content below is scrollable.

Yahoo Data Fetcher – Stock Quote

Get current stock price data from Yahoo Finance.

This skill fetches the latest market quote for one or more stock symbols and returns normalized JSON output.


Command

/stock quote

Fetch the latest quote for one or more stock symbols.


Input

  • symbols (string or array of strings)

Examples:

  • "AAPL"
  • "AAPL MSFT TSLA"
  • "AAPL,MSFT,TSLA"
  • ["AAPL", "MSFT"]
  • { "symbols": ["AAPL", "MSFT"] }

Output

For each symbol:

  • symbol – stock ticker
  • price – latest market price
  • change – absolute price change
  • changePercent – percentage change
  • currency – trading currency
  • marketState – market status (e.g. REGULAR, CLOSED)

Example output:

[
  {
    "symbol": "AAPL",
    "price": 189.12,
    "change": 1.23,
    "changePercent": 0.65,
    "currency": "USD",
    "marketState": "REGULAR"
  }
]
ClawHub Registry URL: https://clawhub.ai/rhcit/skills/cputemp

Related skills

If this matches your use case, these are close alternatives in the same category.