Agent Skills: Market Data Skills

Access US stock market data including price bars, news with sentiment, and company details via eng0 data API. Use when user asks for stock prices, OHLCV data, price history, stock news, or company information. Triggers include "stock price", "price history", "OHLCV", "stock news", "company info", "market data", "ticker data". Do NOT use for SEC filings (use sec-edgar-skill instead).

UncategorizedID: Eng0AI/eng0-template-skills/market-data

Install this agent skill to your local

pnpm dlx add-skill https://github.com/rebyteai-template/rebyte-skills/tree/HEAD/market-data

Skill Files

Browse the full folder contents for market-data.

Download Skill

Loading file tree…

market-data/SKILL.md

Market Data Skills

Two skills for accessing financial market data from the Rebyte runtime.

Skills

| Skill | Purpose | Triggers | |-------|---------|----------| | xyznot-historical-data | Bulk historical queries, backtesting, analysis | "historical data", "price history", "backtesting" | | xyznot-data-points | Specific lookups: latest price, news, fundamentals | "current price", "latest news on", "fundamentals for" |

Data Available

| Dataset | Rows | Content | |---------|------|---------| | bars_1m | ~2B | 1-min OHLCV, 5 years | | fundamentals | ~492K | SEC XBRL filings | | news | ~803K | Financial news articles |

Architecture

| Interface | URL | Use | |-----------|-----|-----| | MCP (schema) | mcp.xyznot.com/v1/mcp | list_datasets, table_schema | | HTTP SQL (data) | mcp.xyznot.com/v1/sql | All SQL queries |

Rule: Always use HTTP SQL for data. MCP sql tool times out.

Market Data Skills Skill | Agent Skills