rebyteai-template/rebyte-skills

market-data

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,…

First seen Jan 22, 2026

Installation

$ npx skills add rebyteai-template/rebyte-skills --skill market-data

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from rebyteai-template/rebyte-skills · top by installs.

npx skills add rebyteai-template/rebyte-skills

Browse all from rebyteai-template/rebyte-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 16
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 976 B
  • docs README.md 1,069 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 383 installs

SKILL.md

Market Data Skills

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

Skills

Skill Purpose Triggers
[xyznot-historical-data](./xyznot-historical-data.md) Bulk historical queries, backtesting, analysis "historical data", "price history", "backtesting"
[xyznot-data-points](./xyznot-data-points.md) 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 listdatasets, tableschema
HTTP SQL (data) mcp.xyznot.com/v1/sql All SQL queries

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