skills$openclaw/social-signals
zbruceli2.4k

by zbruceli

social-signals – OpenClaw Skill

social-signals is an OpenClaw Skills integration for coding workflows. Analyze crypto social signals - KOL mentions, sentiment, trending tokens, and news

2.4k stars4.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namesocial-signals
descriptionAnalyze crypto social signals - KOL mentions, sentiment, trending tokens, and news OpenClaw Skills integration.
ownerzbruceli
repositoryzbruceli/unifai-trading-suitepath: skills/social-signals
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @zbruceli/unifai-trading-suite:skills/social-signals
last updatedFeb 7, 2026

Maintainer

zbruceli

zbruceli

Maintains social-signals in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
social-signals
scripts
signals.py
5.7 KB
SKILL.md
2.6 KB
SKILL.md

name: social-signals description: Analyze crypto social signals - KOL mentions, sentiment, trending tokens, and news homepage: https://github.com/your-repo/trading user-invocable: true metadata: {"moltbot":{"emoji":"📡","requires":{"env":["UNIFAI_AGENT_API_KEY","GOOGLE_API_KEY"]},"primaryEnv":"UNIFAI_AGENT_API_KEY"}}

Social Signals

Analyze cryptocurrency social signals from Twitter/X, news sources, and KOL (Key Opinion Leader) discussions.

Data Sources

  • Elfa: Trending tokens from web3 KOLs on X/Twitter
  • TokenAnalysis: Comprehensive token analysis with social metrics
  • SerpAPI: Google News search for crypto topics
  • Twitter: Direct tweet search and user timelines

Get Trending Tokens

python3 {baseDir}/scripts/signals.py trending

Get tokens currently trending among crypto KOLs.

Token Sentiment

python3 {baseDir}/scripts/signals.py sentiment "<token>"

Get social sentiment analysis for a specific token (e.g., BTC, ETH, SOL).

Search News

python3 {baseDir}/scripts/signals.py news "<query>"

Search recent crypto news for a topic.

Event Summary

python3 {baseDir}/scripts/signals.py events "<keyword>"

Get event summary from social mentions for a keyword.

Full Analysis

python3 {baseDir}/scripts/signals.py analyze "<token>"

Comprehensive analysis combining price, social, and news signals.

Output Format

Results include:

  • Token symbol and current metrics
  • Sentiment score (-1 to 1) and label (bullish/bearish/neutral)
  • Mention counts and social volume
  • Key discussion topics
  • Recent news headlines

Requirements

  • UNIFAI_AGENT_API_KEY - UnifAI SDK key for social signal tools
  • GOOGLE_API_KEY - Gemini API key for analysis

Example Usage

User: "What's the social sentiment on Solana?"

Assistant: I'll analyze the social signals for SOL.

python3 {baseDir}/scripts/signals.py sentiment "SOL"

User: "What tokens are KOLs talking about?"

Assistant: Let me check what's trending among crypto KOLs.

python3 {baseDir}/scripts/signals.py trending

Signal Types

SignalSourceDescription
SentimentTokenAnalysisOverall social sentiment score
TrendingElfaKOL-driven trending tokens
NewsSerpAPIRecent news articles
MentionsTwitterTweet volume and engagement

Notes

  • Social signals are lagging indicators - use with caution
  • KOL sentiment can shift rapidly
  • News sentiment may not reflect market direction
  • Best used in combination with market data
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- `UNIFAI_AGENT_API_KEY` - UnifAI SDK key for social signal tools - `GOOGLE_API_KEY` - Gemini API key for analysis

FAQ

How do I install social-signals?

Run openclaw add @zbruceli/unifai-trading-suite:skills/social-signals in your terminal. This installs social-signals into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/zbruceli/unifai-trading-suite. Review commits and README documentation before installing.