📈
DataTypeScript

Stock Explorer

by freestylefly

Stock Explorer is a Data skill for Claude Code, published by freestylefly in wesight.

890 stars206 forkson freestylefly/wesightAdded 2026/08/22+1% in starsRepository updated 2026/08/06
agent-skillsagent-workspaceai-agentai-agentsclaude-codecodexdeepseek-harnessdesktop-appdshdsh-pluginelectronhermes-agentllmlocal-firstmacosmodel-routeropenclawreacttypescriptvibe-coding
Install in seconds
Install Stock Explorer
Copy Stock Explorer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/freestylefly/wesight/tree/main/SKILLs/stock-explorer ~/.claude/skills/stock-explorer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/freestylefly/wesight.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILLs/stock-explorer/SKILL.md in freestylefly/wesight
Installs to
~/.claude/skills/stock-explorer
Collection
One of 25 skills cataloged from this repository
Category
Data668 skills

What Stock Explorer does

Stock Explorer fetches Yahoo Finance price data and computes local technical indicators, fundamentals, and text reports. Use it to check quotes, review trends, or generate a one-shot stock analysis.

Stock Explorer is cataloged under Data on DirSkills. Stock Explorer comes from a repository tagged agent-skills, agent-workspace, ai-agent, ai-agents and claude-code.

Documentation

README

Stock Information Explorer

This skill fetches OHLCV data from Yahoo Finance via yfinance and computes technical indicators locally (no API key required).

Dependencies

Python packages (install once):

pip install yfinance rich pandas plotille

Commands

IMPORTANT: Always use the $SKILLS_ROOT environment variable to locate scripts.

1) Real-time Quotes (price)

python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" price TSLA
# shorthand
python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" TSLA

2) Fundamental Summary (fundamentals)

python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" fundamentals NVDA

3) ASCII Trend (history)

python "$SKILLS_ROOT/stock-explorer/scripts/quote.py" history AAPL 6mo

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Stock Explorer

  • What else does freestylefly publish alongside Stock Explorer?

    Stock Explorer is one of 25 skills that DirSkills catalogs from freestylefly/wesight, the repository it ships in. Its siblings there include Article Writer, Canvas Design and Content Planner. Each one is a separate skill with its own page in this directory, installs the same way Stock Explorer does, and is maintained by freestylefly in that same repository. The rest of the collection is listed on the freestylefly/wesight page.

  • How does Stock Explorer compare to other Data skills?

    Stock Explorer ranks #488 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Stock Explorer against them. Open each page to compare what they document and how they install.

More from freestylefly/wesight

Stock Explorer is one of 25 skills cataloged on DirSkills from freestylefly/wesight.

See all 25 skills