us-stock

us-stock is a skill for Claude Code, Codex from OpenMinis/MinisSkills. It costs 118 tokens per session (1,527 once invoked), scanned A, original, MIT.

A skill for checking live prices and changes for major U.S. stock indexes, seven large technology companies, and the VIX volatility index.

In plain words
What is it for?
It helps review the S&P 500, Dow Jones, Nasdaq, Magnificent Seven stocks, VIX, and 0DTE gamma status from Google Finance.
Why use it?
It collects the requested market figures in one structured lookup instead of requiring separate manual checks across finance pages.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps review the S&P 500, Dow Jones, Nasdaq, Magnificent Seven stocks, VIX, and 0DTE gamma status from Google Finance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openminis/minisskills/us-stock
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OpenMinis/MinisSkills --skill us-stock
Clone the repo
git clone --depth 1 https://github.com/OpenMinis/MinisSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for us-stock

README.md
[![agentmods](https://agentmods.dev/badge/skills/openminis/minisskills/us-stock/github.svg)](https://agentmods.dev/skills/openminis/minisskills/us-stock)
Your own site
<a href="https://agentmods.dev/skills/openminis/minisskills/us-stock"><img src="https://agentmods.dev/badge/skills/openminis/minisskills/us-stock/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for us-stock

Your own site · 80×15
<a href="https://agentmods.dev/skills/openminis/minisskills/us-stock"><img src="https://agentmods.dev/badge/skills/openminis/minisskills/us-stock.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,527 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00118 $0.01527
Opus 5 $0.00059 $0.00763
Sonnet 5 $0.00024 $0.00305
Haiku 4.5 $0.00012 $0.00153

Measured 9d ago against content hash f2cffdfe5409, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

us-stock scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

us-stock/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

U.S. Stock Market Quote Lookup

Data Source

Google Finance (browser_use navigate + get_text): no API or login required; returns structured data.

Query Process

Step 0: Set the Desktop Viewport

browser_use set_viewport viewport_width: 1280 viewport_height: 800

Google Finance distinguishes between desktop and mobile versions mainly by viewport width. Setting a wide enough viewport is sufficient to retrieve the full data. This method is compatible across Android and iOS and is not affected by differences in UA enumeration values.

Step 1: The Three Major Indices (in parallel, with up to 3 tabs open at once)

First, open the S&P 500 in the default tab 0:

browser_use navigate https://www.google.com/finance/quote/.INX:INDEXSP?hl=en
browser_use get_text

Then create two new tabs and open the Dow and Nasdaq:

browser_use new_tab
browser_use navigate https://www.google.com/finance/quote/.DJI:INDEXDJX?hl=en
browser_use get_text

browser_use new_tab
browser_use navigate https://www.google.com/finance/quote/.IXIC:INDEXNASDAQ?hl=en
browser_use get_text

Use get_text to extract data from each tab. Extract the key fields: current price, point change, percentage change, open/high/low, and previous close.

Step 2: VIX Fear Index (navigate in an existing tab; do not open a new tab)

browser_use navigate https://www.google.com/finance/quote/VIX:INDEXCBOE?hl=en
browser_use get_text

Key fields: current price, percentage change, previous close, 52-week high/low.

VIX alert thresholds: <15 complacency / 15-20 normal / 20-25 caution / 25+ panic.

Core assessment: VIX absolute level + the day's direction of change. Distinguish a mild VIX rise caused by an individual-stock event such as Broadcom from a VIX spike caused by systemic panic.

Step 3: Magnificent 7 (rotate through the existing 3 tabs; do not open new tabs)

There is no dedicated 4th tab for VIX. First navigate the default/latest tab to NVDA, extract with get_text, then navigate that same tab to the next stock.

Read the full file on GitHub · 117 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 117 lines · 118 tokens per session scan A f2cffdfe5409

Subscribe to this mod's changes

us-stock is a skill published in the GitHub repository OpenMinis/MinisSkills (404 stars, last pushed 5d ago), licensed MIT. It adds 118 tokens to every session and 1,527 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories