Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
starchild-ai-agent avatar

Lunarcrush

  • 1 installs
  • 1 repo stars
  • Updated July 29, 2026
  • starchild-ai-agent/community-skills

Pull crypto social sentiment and narrative data from LunarCrush - Galaxy Score, AltRank, social volume, news feeds, and influencer activity.

About

A skill that pulls crypto social intelligence from LunarCrush including Galaxy Score, AltRank, social volume, news, and influencer activity. A developer uses it to add the crowd-mood and narrative-tracking layer to a crypto trading or research agent.

  • Galaxy Score, AltRank, social volume, and sentiment via 11 LunarCrush tools
  • News, posts, topic/category, and influencer content search

Lunarcrush by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #909 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/starchild-ai-agent/community-skills --skill lunarcrush

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars1
Last updatedJuly 29, 2026
Repositorystarchild-ai-agent/community-skills

What it does

Pull crypto social sentiment and narrative data from LunarCrush - Galaxy Score, AltRank, social volume, news feeds, and influencer activity.

Files

SKILL.mdMarkdownGitHub ↗

LunarCrush

LunarCrush provides social intelligence and sentiment data including Galaxy Score, AltRank, social volume, influencer activity, and trending topics. This is the crowd-mood layer.

What LunarCrush Does vs Other Data Sources

ProviderData TypeWhat It's Good At
LunarCrushNon-structuredNews, posts, sentiment, social volume, narrative tracking
CoinGeckoStructuredPrices, market cap, volume, trending coins
CoinGlassStructuredFunding rates, OI, liquidations, long/short ratios
DefiLlamaStructuredTVL, protocol revenue, yield data, chain flows

LunarCrush = "what's people saying and feeling" Others = "what are the numbers"

When to Use LunarCrush

Use LunarCrush for:

  • Social sentiment — Galaxy Score, AltRank, social volume
  • News aggregation — Topic and category level news feeds
  • Content search — Cross-scope keyword search with sentiment summary
  • Narrative tracking — What topics/categories are gaining attention
  • Influencer activity — What key voices are saying

Common Workflows

Coin Social Data

lunar_coin(symbol="BTC")  # Current social metrics
lunar_coin(symbol="ETH")  # Ethereum social data
lunar_coin_time_series(symbol="SOL", interval="1d", bucket="day")  # Historical
lunar_coin_meta(symbol="BTC")  # Metadata and links

Topic & Category Content Analysis

lunar_topic(topic="defi")  # DeFi topic metrics
lunar_topic_posts(topic="nft")  # Social posts about NFTs
lunar_topic_news(topic="bitcoin", limit=10)  # Topic-level news feed
lunar_category_news(category="defi", limit=10)  # Category-level news feed
lunar_category_posts(category="gaming", limit=10)  # Category social posts
lunar_content_feed(feed_type="news", scope_type="topic", scope="solana", limit=20)  # Unified feed
lunar_search_content(query="ETF approval", topics=["bitcoin","ethereum"], limit=30)  # Cross-scope search

Content Search Engine

lunar_search_content(query="halving")                    # Keyword search across defaults
lunar_search_content(query="regulation", time_window="7d")  # Time-filtered
lunar_search_content(topics=["defi"], feed_types=["news","posts"])  # All DeFi content

Creator/Influencer

lunar_creator(creator_id="123456")  # Specific influencer data

Key Metrics

Galaxy Score (0-100)

ScoreRead
80–100Exceptional social momentum — watch for tops
60–79Strong sustained interest
40–59Normal activity
20–39Declining interest
0–19Dead or bottoming

Divergence signal: High Galaxy Score + negative price = potential reversal.

AltRank

Lower is better. #1–50 is top tier social presence. Useful for finding altcoins gaining attention before price moves.

  • Rank 1-10: Highest social attention
  • Rank 11-50: Strong social presence
  • Rank 51-100: Moderate attention
  • Rank 100+: Low social attention

Social Volume

Number of social mentions across platforms (Twitter, Reddit, etc.). Rising social volume often precedes price moves.

Social Dominance

Percentage of total crypto social volume. High dominance means the coin is dominating crypto conversations.

Analysis Patterns

Social alpha: Rising Galaxy Score + flat price = potential breakout setup. Social attention building before price moves.

Divergence signals:

  • High Galaxy Score + falling price = bearish divergence
  • Low Galaxy Score + rising price = weak rally

Sentiment confirmation: Combine Galaxy Score + social volume + AltRank. All three moving in same direction = strong signal.

Influencer tracking: Monitor what key voices are saying via creator tools. Influencer attention can drive retail interest.

Time Intervals

  • 1h - Hourly
  • 1d - Daily
  • 1w - Weekly

Important Notes

  • API Key: Requires LUNARCRUSH_API_KEY environment variable
  • Symbols: Use standard symbols (BTC, ETH, SOL, etc.)
  • Social platforms: Data aggregated from Twitter, Reddit, Medium, YouTube, and more
  • Real-time: Social metrics update in near real-time
  • Leading indicator: Social data often leads price - attention builds before price moves

Workflow Examples

Find Rising Coins

1. Use lunar_coin to check AltRank and Galaxy Score 2. Look for coins with rising AltRank (lower number = better) and Galaxy Score > 60 3. Check if price is flat or rising - social attention building is a leading signal

Sentiment Check

1. Get current Galaxy Score and social volume 2. Compare to historical data via lunar_coin_time_series 3. High score + rising volume = strong momentum 4. Low score + falling volume = weak interest

Topic Trends

1. Use lunar_topic to find trending topics (DeFi, NFT, Gaming, etc.) 2. Use lunar_topic_posts to see what people are saying 3. Cross-reference with price action for early trend signals

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.