Skip to main content

How Skills work

A Skill is a single SKILL.md file with YAML frontmatter. When you point a markdown-aware agent at it, the agent reads the file as system context and learns:
  1. What domain this Skill covers (equity fundamentals, crypto futures, etc.)
  2. The base URL and auth header
  3. Every available endpoint, parameter, and response shape
  4. Edge cases and conventions (e.g. fiscal vs calendar quarters)
The agent then composes its own HTTP calls — no plugin runtime, no MCP server, just text.
All 14 Skills are open-source MIT at github.com/ArraysData/arrays-skills.

Agent compatibility matrix

Agent / IDEStatusHow to install
Claude Code✅ SupportedInstall guide →
Cursor✅ SupportedInstall guide →
Windsurf✅ SupportedSame as Cursor — add to project rules
OpenAI Codex✅ SupportedInstall guide →
ChatGPT (custom GPTs)⚠️ WorkaroundPaste SKILL.md contents into instructions
Other markdown-aware agents✅ Generally compatibleAdd SKILL.md to agent context
Skills work with any agent that supports the open Skill standard. See the full list of compatible agents at skills.sh/agent.

Available Skills

17 skills across equities, crypto, ETFs, macro, and alternative data. Each is a SKILL.md you point your agent at.

Equities

SkillWhat it does
arrays-data-api-equity-fundamentalsCompany profiles, financials, executive comp, KPIs
arrays-data-api-equity-estimates-and-targetsAnalyst estimates, price targets, earnings guidance
arrays-data-api-equity-eventsDividends, splits, earnings calendar, transcripts, SEC filings, IPO, M&A
arrays-data-api-equity-ownership-and-flowInstitutional holdings, insider & congress trades
arrays-data-api-stock-metricsFinancial + technical metrics (ROE, margins, RSI, MACD, PE…)
arrays-data-api-stock-screenerScreen stocks by country, sector, financials, events
arrays-data-api-optionsOption contracts, strikes, expiry, options OHLCV

Crypto

SkillWhat it does
arrays-data-api-spot-market-price-and-volumeSpot price / volume / OHLCV (Binance, Hyperliquid)
arrays-data-api-crypto-futures-dataPerp OHLCV, funding rates, open interest, long-short ratios
arrays-data-api-crypto-metrics-and-screenerOn-chain metrics (MVRV, NUPL, SOPR…), fear & greed, token screener
arrays-data-api-crypto-exchange-flowExchange inflow / outflow / netflow
arrays-data-api-company-crypto-holdingsWhich companies hold which crypto

ETF & Macro

SkillWhat it does
arrays-data-api-etf-fundamentalsHoldings, info, country/sector weightings, fund flow
arrays-data-api-macro-and-economicsTreasury, CPI, GDP, forex, commodities, VIX

Alternative Data

SkillWhat it does
arrays-data-api-newsMarket news articles
arrays-data-api-social-feedsX/Twitter handle feeds, post lookup, account metadata
arrays-data-api-polymarketPrediction markets — pricing, positions, holders, trade history
Browse the source for any skill in the arrays-skills repo.

Next step

Install your first Skill

Pick your agent and follow a 30-second guide.