Add crypto-narrative skill (data-providers)#79
Open
bevanding wants to merge 2 commits into
Open
Conversation
Read-only crypto/AI/macro narrative intelligence via the signaldaemon API: cross-source narrative convergence + narrative-vs-price divergence (two signed axes) + clean feed. Complements finance-sentiment (stock social) and hyperliquid-reader (crypto price) — fills the crypto *narrative* gap. Read-only, no trade execution; no changes to existing skills; env-var key (SIGNALDAEMON_API_KEY, free demo, no signup); platform Claude Code; divergence framed as context, not a proven trading edge. Contribution licensed MIT. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds a read-only
crypto-narrativeskill underdata-providers: crypto/AI/macro narrative intelligence (cross-source convergence + narrative-vs-price divergence) via the signaldaemon API.Why
finance-sentiment(Adanos) covers per-ticker stock social sentiment, andhyperliquid-readercovers crypto price/market data — but there is no skill for crypto narrative: which stories are converging across independent sources, and whether capital is confirming them. This fills that gap for crypto/AI/macro, complementing (not overlapping) the existing skills.What is included
plugins/data-providers/skills/crypto-narrative/SKILL.md— frontmatter + numbered stepsREADME.md— what it does / triggers / prerequisites / platform / setupreferences/api_reference.md— endpoints, field meanings, divergence schemaDesign choices
SIGNALDAEMON_API_KEY); free demo key needs no signupDisclosure
This skill uses the signaldaemon API (which I build) as the data source, but is intentionally framed around the user problem — crypto narrative intelligence — not the product. I license this contribution under MIT to match the repo.