Custom Skills
Build custom skills that combine OMNI Datastream endpoints into reusable workflows for your team.Skill Format
A skill is a Markdown file with frontmatter that describes the workflow:Install Your Skill
Save as a.md file and install:
Skill Components
| Component | Required | Description |
|---|---|---|
name | Yes | Unique identifier for the skill |
description | Yes | When and how to use the skill |
Endpoints Used | Recommended | List of API endpoints the skill calls |
Process | Recommended | Step-by-step workflow |
Example | Recommended | Working curl or SDK example |
Guidelines | Optional | Edge cases and best practices |
Built-in Skills
OMNI Datastream ships with 8 canonical skills:| Skill | Use Case |
|---|---|
analyze-company-in-context | Company briefing with intelligence bundles |
decompose-return-and-hedge | Return attribution and hedge ideas |
investigate-filing-footnotes | Footnote intelligence (lease, tax, revenue) |
make-portfolio-factor-neutral | Portfolio neutralization workflows |
run-regime-aware-screen | Regime-conditioned factor screening |
track-insiders-and-13fs | Insider activity and ownership tracking |
use-live-factor-dashboard | Live intraday factor monitoring |
write-country-regime-report | Country macro reports |
Sharing Skills
Skills are portable Markdown files. Share them via:- Git repository (recommended)
- Direct file sharing
- npm package (for distribution)