Add finskills skill: real-time financial data API#866
Open
finskills wants to merge 1 commit intoanthropics:mainfrom
Open
Add finskills skill: real-time financial data API#866finskills wants to merge 1 commit intoanthropics:mainfrom
finskills wants to merge 1 commit intoanthropics:mainfrom
Conversation
… macro, news, SEC filings) Adds the Finskills skill which provides access to real-time financial data through the Finskills REST API (https://finskills.net). Covers 7 categories: - Stocks: quotes, history, financials, options, earnings, analyst ratings - Cryptocurrency: prices, market cap rankings, historical data - Forex: exchange rates and historical rates - Macroeconomics: GDP, inflation, treasury rates, FRED indicators - News: financial news headlines and stock-specific news - SEC Filings: 10-K, 10-Q, 8-K filings and XBRL data - Alternative Data: congress trades, insider trades, WSB sentiment Free tier available. Homepage: https://finskills.net
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the Finskills skill — a real-time financial data skill that gives Claude access to stock quotes, cryptocurrency prices, forex rates, macroeconomic indicators, analyst ratings, insider trades, financial news, and SEC filings via the Finskills REST API.
What this skill does
Key details
/v1/free/...endpoints work with any valid API key at no costX-API-KeyheaderFiles added
skills/finskills/SKILL.md— Skill definition following the Anthropic SKILL.md specificationTesting
Tested with Claude Code using
npx skills add finskills/finskills. The skill correctly enables Claude to make real-time financial data queries across all 7 categories.