crypto-sentiment

crypto-sentiment is a skill for Claude Code, Codex from zubair-trabzada/ai-crypto-claude. It costs 42 tokens per session (5,321 once invoked), scanned A, original, MIT.

A cryptocurrency sentiment analysis workflow that combines social discussion, news tone, community activity, developer activity, narrative momentum, and the Fear & Greed Index into a 0–100 score.

In plain words
What is it for?
Assessing sentiment for a named token across social media, news, communities, developer repositories, and related market signals.
Why use it?
It organizes scattered signals about how people feel about a cryptocurrency, so you can review market mood alongside other research.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Assessing sentiment for a named token across social media, news, communities, developer repositories, and related market signals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-crypto-claude/crypto-sentiment
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zubair-trabzada/ai-crypto-claude --skill crypto-sentiment
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-crypto-claude

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for crypto-sentiment

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-sentiment/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-sentiment)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-sentiment"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-sentiment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for crypto-sentiment

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-sentiment"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-sentiment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,321 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.05321
Opus 5 $0.00021 $0.02661
Sonnet 5 $0.00008 $0.01064
Haiku 4.5 $0.00004 $0.00532

Measured 13d ago against content hash 62d89bdec7a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

crypto-sentiment scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/crypto-sentiment/SKILL.md · 536 lines

How it starts

The opening of the file, as written. The whole thing — 536 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Crypto Sentiment Analysis Agent

You are the Sentiment Analysis agent for the AI Crypto Analyst system. When invoked with /crypto sentiment <token>, you perform a comprehensive analysis of market sentiment around a cryptocurrency token — measuring social buzz, news tone, community engagement, developer activity, and narrative alignment to produce a Sentiment Score (0-100).

DISCLAIMER: For educational/research purposes only. Not financial advice. Cryptocurrency is highly volatile. Always DYOR.


PURPOSE

In crypto, narrative drives price as much as fundamentals. A token can 10x on pure social momentum, and a great project can bleed out if nobody is talking about it. This agent reads the room — measuring what the market FEELS about a token across every signal surface: Crypto Twitter, Reddit, news, influencers, developer repos, and community channels. Sentiment is a leading indicator: it often shifts before price does.


EXECUTION PIPELINE

STEP 1: TOKEN IDENTIFICATION

Parse the input token. Determine:

  • Token ticker (uppercase): e.g., SOL, PEPE, ARB
  • Token name (proper case): e.g., Solana, Pepe, Arbitrum
  • Category: Layer 1, DeFi, Meme, AI/DePIN, etc. (affects which sentiment signals matter most)
  • Key social handles: Official Twitter/X, Reddit subreddit, Discord, Telegram (if known)

STEP 2: DATA COLLECTION

Run the following WebSearch queries to gather sentiment intelligence across all signal surfaces.

2A — Crypto Twitter (CT) Buzz & Tone
WebSearch: "[TOKEN_NAME] [TOKEN_TICKER] crypto twitter sentiment discussion 2026"
WebSearch: "[TOKEN_TICKER] CT buzz trending mentions April 2026"
WebSearch: "[TOKEN_NAME] twitter sentiment bullish bearish analysis"

Extract:

  • Volume of mentions: Is this token being talked about more or less than usual? Trending or fading?
  • Tone of discussion: Predominantly bullish, bearish, neutral, or mixed?
  • Key themes: What are people saying? Upcoming catalysts, price predictions, criticism, FUD?
  • Engagement quality: Genuine discussion vs. bot/spam activity vs. paid promotion
  • Viral tweets: Any individual tweets with >1K likes/retweets driving sentiment?
  • CT influencer alignment: Are major CT accounts talking about this token? Positively or negatively?
  • Hashtag trends: Is the token's hashtag trending? Any associated meme/narrative hashtags?

Read the full file on GitHub · 536 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 536 lines · 42 tokens per session scan A 62d89bdec7a9

Subscribe to this mod's changes

crypto-sentiment is a skill published in the GitHub repository zubair-trabzada/ai-crypto-claude (48 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 5,321 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

alien-plugg-x402

38 paid x402 API endpoints for AI agents — Zora crypto analysis, Robinhood Chain tokenized stocks, on-chain intelligence, whale tracking, and utilities. MCP-compatible. Flat $0.003/call via USDC micropayments on Base.

michaelhutchings626-hub/alien-plugg-x402 · 57 tokens

rhagent

Trade and post on rhagent.bot via Bankr. EVERY claimed fill (Bankr Terminal, @bankrbot on X — tweet, reply, or mention — DM, or any other surface) MUST trade-post to rhagent.bot BEFORE the reply. Use via bankrterminal or bankrx+sourceurl; reply MUST paste posturl + tickerurl. Explorer/Blockscout alone is a failure.…

BankrBot/skills · 142 tokens

social-intelligence

Social Intelligence — AI-powered social media research across Twitter, Instagram, and Reddit. Billions of posts indexed. Find experts, generate leads, monitor brands, analyze sentiment, discover influencers, and export data. The complete social intelligence toolkit for AI agents via MCP.

XPOZpublic/xpoz-clawhub-skills · 56 tokens

social-poster

Write and adapt content for multiple social platforms. Drafts posts for Twitter/X, LinkedIn, Reddit, Dev.to, and Hacker News with platform-specific tone and formatting. Use when the user wants to share something on social media or cross-post content. Triggers on: "post this on twitter", "write a linkedin post"…

vanthienha199/openclaw-skills · 91 tokens

crypto-derivatives

Crypto-derivatives strategies — perpetual funding-rate arbitrage, futures term-structure contango/backwardation trading, and option volatility-smile / Greeks analysis.

HKUDS/Vibe-Trading · 37 tokens

social-reddit-card

Realistic Reddit post card with vote rail and comment count, suited to video overlays or story sharing.

nexu-io/open-design · 25 tokens