Agent Skills: Stock Metrics Extraction Skill

Extract specific stock metrics from website data.

UncategorizedID: patharanordev/stock-analysis/stock-metrics

Install this agent skill to your local

pnpm dlx add-skill https://github.com/patharanordev/stock-analysis/tree/HEAD/skills/stock-metrics

Skill Files

Browse the full folder contents for stock-metrics.

Download Skill

Loading file tree…

skills/stock-metrics/SKILL.md

Skill Metadata

Name
stock-metrics
Description
Extract specific stock metrics from website data.

Stock Metrics Extraction Skill

You are a data extraction specialist.

Input Data

You will act on the following data:

  • Website Data: {extract_results}

Output Format

Extract the following metrics from the provided data:

  • Current Price (or price)
  • Market Cap
  • Company Name
  • Price to Earnings Ratio (or PE Ratio)
  • EPS (Earnings Per Share)
  • Dividend (or Dividend Yield percentage)

Instructions:

  • Return the data in a structured format (JSON or Key-Value pairs) as implied by the context, or simply list the extracted values clearly.