stocks

Fetch real-time and historical stock and cryptocurrency data via CLI.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Rheasilvia/hermes-desktop --skill stocks-rheasilvia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stocks
Source: https://github.com/Rheasilvia/hermes-desktop/tree/main/optional-skills/finance/stocks
Command: npx skills add https://github.com/Rheasilvia/hermes-desktop --skill stocks-rheasilvia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of manually searching for financial data by providing instant, programmatic access to market quotes, historical performance, and cryptocurrency prices directly within your workspace.

Core Features & Use Cases

  • Market Intelligence: Retrieve current stock quotes, including price, volume, and 52-week ranges.
  • Trend Analysis: Analyze historical OHLCV data over various timeframes to track asset performance.
  • Use Case: Quickly compare the 52-week performance of multiple tech stocks or check the current price of Bitcoin and Ethereum without leaving your terminal.

Quick Start

Use the stocks skill to get the current market quote for Apple by running the quote command with the AAPL symbol.

Frequently Asked Questions about stocks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time stock quotes using a command line interface?

Real-time stock quotes are retrieved by running the quote command with a specific ticker symbol like AAPL. This programmatic approach fetches and parses JSON-formatted market data to instantly return current prices, volume, and 52-week ranges directly in your workspace.

Can I fetch historical OHLCV data for cryptocurrencies without leaving my terminal?

Historical OHLCV data for cryptocurrencies can be fetched directly within your terminal. By executing automated CLI queries, the skill parses JSON market information to track asset performance over various timeframes for assets like Bitcoin and Ethereum.

What's the best way to compare 52-week performance of multiple tech stocks programmatically?

Comparing 52-week performance of multiple tech stocks is achieved through automated CLI queries that request current market quotes. The skill parses standard library network requests to retrieve and display price data for multiple assets simultaneously for investment research.

Does this market data tool require external dependencies or API keys to fetch financial insights?

No external dependencies or API keys are required to fetch financial insights. The skill operates using standard library network requests to parse JSON-formatted market information, removing the friction of manual searches without needing additional package installations.

How does programmatic access to market quotes work for investment research?

Programmatic access to market quotes works by executing CLI commands that trigger standard library network requests. It fetches and parses JSON-formatted financial data, facilitating investment research, asset comparison, and performance tracking without manual browser searches.

Are there limitations to tracking crypto prices using standard library network requests?

Tracking crypto prices using standard library network requests is limited to fetching and parsing JSON-formatted market information. It does not execute trades or access private account balances, focusing solely on public real-time and historical performance data for research.