Add stock-sentiment skill (sentiment + smart-money layer for US equities)#56098
Open
TheSentiTrader wants to merge 7 commits into
Open
Add stock-sentiment skill (sentiment + smart-money layer for US equities)#56098TheSentiTrader wants to merge 7 commits into
TheSentiTrader wants to merge 7 commits into
Conversation
Read-only sentiment, smart-money, and AI-insight data for US stocks.
…n-JSON responses, encode ticker paths
Author
|
Friendly ping on this one. The |
…are flat at root, no profile key); add sourceName to documents field list
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
Adds
optional-skills/finance/stock-sentiment/: a read-only skill that provides the sentiment, smart-money, and AI-insight layer for US equities, complementing the existing finance skills.Where
stockscovers quotes, search, history, and compare, this covers what the other finance skills do not: per-stock sentiment (the SentiSense Score, sentiment polarity, mentions, social dominance), market mood (fear/greed), smart-money convergence (insider, congressional, and 13F flows plus analyst actions), AI insights, and sentiment-tagged news. It pairs naturally withstocks,dcf-model, andcomps-analysis(declared inrelated_skills).What it adds
curlor the bundledscripts/sentiment_client.py(no third-party packages, no pip install).SENTISENSE_API_KEY(declared inrequired_environment_variables); the skill returns a real preview slice on the free tier.metadata.hermes.tags+category: finance+related_skills, with the standard When to Use / Prerequisites / How to Run / Quick Reference / Workflows / Pitfalls / Verification sections.Testing
scripts/sentiment_client.pycompiles under Python 3.8+ (python3 -m py_compile).Data is provided by the SentiSense API under its own terms; the skill is an educational data interface.