- ✓License: MIT-0
- ✓Actively maintained (<30d)
- ✓Documented (README)
- !No description
git clone https://github.com/paperandbeyond23-gif/edgrapi-skillsResumen de Tools
# edgrapi-skills **Agent skills for clean company financials from SEC EDGAR.** Drop-in skills that let any agent pull normalized income/balance/cash-flow fundamentals, computed ratios, company profiles, and recent SEC filings for any US-listed ticker — over the [Edgrapi REST API](https://edgrapi.com). EDGAR is free, but its XBRL company-facts payloads are brutal to parse (tag drift, mixed periods, trailing-twelve-month windows hiding inside 10-Qs). Edgrapi normalizes all of that into clean JSON, keyed by fiscal period — so your agent gets numbers it can trust in one call. Free to start — [grab a key](https://edgrapi.com/app) (100 free credits, no card required) and you're pulling fundamentals from Claude, ChatGPT, Cursor, or your own agent loop in under two minutes. Pure Python standard library. No dependencies. MIT-0 licensed. ## Install ```bash # Claude Code, Cursor, Cline, etc. — `skills` CLI, installs straight from this repo npx skills add paperandbeyond23-gif/edgrapi-skills --all # or pick one: npx skills add paperandbeyond23-gif/edgrapi-skills --skill edgrapi-full # OpenClaw / ClawHub — published to the ClawHub registry npx clawhub@latest install edgrapi-full # also: edgrapi-fundamentals, edgrapi-filings ``` ## Skills in this repo | Skill | Purpose | |---|---| | [`edgrapi-full`](skills/edgrapi-full) | Complete toolkit — fundamentals, ratios, company profile, and filings | | [`edgrapi-fundamentals`](skills/edgrapi-fundamentals) | Normalized financial statements + computed ratios | | [`edgrapi-filings`](skills/edgrapi-filings) | Company profiles + recent SEC filings (10-K/10-Q/8-K) | Install the bundled `edgrapi-full` for agents that need broad coverage. Install the focused variants when you want minimum tool surface. ## Tools | Tool | Returns | |---|---| | `get_fundamentals(ticker, period, limit)` | Income statement, balance sheet, cash flow — periodized, USD | | `get_ratios(ticker)` | Margins, returns (ROE/ROA), leverage, liquidity | | `get_company(ticker)` | CIK, legal name, SIC industry, fiscal-year end, exchanges, website | | `get_filings(ticker, limit, form)` | Recent filings with filing/report dates and document links | ## Authentication Set the `EDGRAPI_KEY` environment variable to your Edgrapi key (format `edgr_...`). It's sent as the `X-API-Key` header — the base URL is hardcoded, so the key never reaches any other host. ```bash export EDGRAPI_KEY="edgr_..." ``` **[Get a free key](https://edgrapi.com/app)** — 100 free credits, no card required. The same key works for these skills and direct REST calls. ## Pricing 1 credit = 1 request. Credits never expire. All data is from public SEC EDGAR. | Plan | Price | Credits | |---|---|---| | Free | $0 | 100 one-time | | Pro (monthly) | $29/mo | 60,000 / mo | | Pro (annual) | $290/yr | 720,000 up front | Top-up packs (one-time, never expire): 10,000 / $7 · 30,000 / $18 · 100,000 / $55. Manage plans at <https://edgrapi.com/pricing>. Also available metered on RapidAPI. ## Source - Docs: <https://edgrapi.com/docs> · OpenAPI: <https://edgrapi.com/openapi.json> - Quickstart: get a key at <https://edgrapi.com/app>, then call any tool ## Issues and contributions See [CONTRIBUTING.md](CONTRIBUTING.md). Security reports: [SECURITY.md](SECURITY.md). ## License [MIT No Attribution](LICENSE). Fork, ship, sublicense — no attribution required. ## Independence Edgrapi is an independent service and is not affiliated with, endorsed by, or sponsored by the U.S. Securities and Exchange Commission. All data originates from the SEC's public EDGAR system. "EDGAR" is a system operated by the U.S. SEC.
Lo que la gente pregunta sobre edgrapi-skills
¿Qué es paperandbeyond23-gif/edgrapi-skills?
+
paperandbeyond23-gif/edgrapi-skills es tools para el ecosistema de Claude AI con 0 estrellas en GitHub.
¿Cómo se instala edgrapi-skills?
+
Puedes instalar edgrapi-skills clonando el repositorio (https://github.com/paperandbeyond23-gif/edgrapi-skills) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar paperandbeyond23-gif/edgrapi-skills?
+
Nuestro agente de seguridad ha analizado paperandbeyond23-gif/edgrapi-skills y le ha asignado un Trust Score de 67/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene paperandbeyond23-gif/edgrapi-skills?
+
paperandbeyond23-gif/edgrapi-skills es mantenido por paperandbeyond23-gif. La última actividad registrada en GitHub es del 2026-08-24, con 0 issues abiertos.
¿Hay alternativas a edgrapi-skills?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega edgrapi-skills en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/paperandbeyond23-gif-edgrapi-skills)<a href="https://claudewave.com/repo/paperandbeyond23-gif-edgrapi-skills"><img src="https://claudewave.com/api/badge/paperandbeyond23-gif-edgrapi-skills" alt="Featured on ClaudeWave: paperandbeyond23-gif/edgrapi-skills" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms.
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
The best-benchmarked open-source AI memory system. And it's free.
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]