stock-checker

Fetch current stock prices and summarize percentage moves for specified symbols.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/CivicOSInstitute/civicos-institute.github.io --skill stock-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-checker
Source: https://github.com/CivicOSInstitute/civicos-institute.github.io/tree/main/skills/stock-checker
Command: npx skills add https://github.com/CivicOSInstitute/civicos-institute.github.io --skill stock-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Monitoring stock prices and market moves often requires manual checks and scattered data sources. stock-checker automates price tracking and concise move summaries for specified symbols.

Core Features & Use Cases

  • Fetch current prices for specified stock symbols from reliable data sources.
  • Compute and summarize price moves (up/down, percentage change) in a concise report.
  • Use case: daily portfolio snapshots and quick market briefs for decision making.

Quick Start

Provide a list of stock symbols to fetch current prices and generate a concise move summary.

Frequently Asked Questions about stock-checker

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

FAQPage Schema
How do I automate tracking stock prices for multiple symbols?

To automate tracking stock prices, you provide a list of specified symbols to fetch current prices and generate a concise summary of market moves. This automates daily portfolio checks and manual data gathering.

What is the best way to summarize percentage changes in my portfolio?

Summarizing percentage changes is handled by computing price moves for specified symbols and formatting the results into a concise report. It deterministically calculates upward or downward percentage shifts for quick market briefs.

Can I generate daily market briefs from current stock prices?

Yes, you can generate daily market briefs by fetching current stock prices for specified symbols. The output provides a structured summary of price moves, useful for daily portfolio snapshots and decision making.

Do I need a specific data source to track stock market prices?

You need access to reliable stock price data to track market prices effectively. The automation relies on fetching accurate current prices from these sources to compute percentage changes and generate concise summaries.

What limitations exist when summarizing stock price moves automatically?

A key limitation of summarizing stock price moves is the dependency on reliable data sources for accurate current prices. Without consistent data access, automated percentage computation and structured reporting may fail.