Install Published SEC API Skills
SEC API’s published workflow skills live in secapi-ai/secapi-skills. Install them globally for supported local agent tools:Skill Format
A skill is a Markdown file with frontmatter that describes the workflow:Install Your Custom Local 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
SEC API ships with 9 canonical skills:| Skill | Use Case |
|---|---|
company-due-diligence | Cited company workup spanning issuer data, segments, factors, ownership, filings, and dilution |
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)

