Search all of Crypto Twitter for keywords and extract relevant tweets with metadata.
Built by @DroppingBeans_ for the Moltbot/Clawdbot community.
Searches Twitter's live feed for any keyword or phrase and extracts:
- Tweet text
- Author username
- Tweet ID (for building URLs)
- Timestamp
- Query that matched
Perfect for:
- Monitoring trending narratives
- Finding alpha before it spreads
- Tracking specific tokens or projects
- Discovering new accounts
- Building knowledge bases
# Search for Base L2 tweets
./scripts/twitter-ct-scan.sh "Base L2" 10
# Track agent tokens
./scripts/twitter-ct-scan.sh "AI agents crypto" 10
# Monitor specific projects
./scripts/twitter-ct-scan.sh "clawdbot OR bankrbot" 5Prerequisites:
- Node.js
- Playwright (comes with Clawdbot)
- Twitter session file at
~/clawd/secrets/.twitter-session.json
Setup:
git clone https://github.com/droppingbeans/twitter-ct-scanner.git
cd twitter-ct-scanner
chmod +x scripts/*.shscripts/twitter-ct-scan.sh "<query>" [limit]Monitor Base Ecosystem:
scripts/twitter-ct-scan.sh "Base chain launch" 5Track Agent Tokens:
scripts/twitter-ct-scan.sh "agent tokens" 10Find Mentions:
scripts/twitter-ct-scan.sh "$CLAWD OR $BANKR" 5Results saved to memory/twitter-ct-scan.json:
[
{
"username": "aixbt_agent",
"tweetId": "2016674892759052598",
"text": "lombard's lbtc absorbing $550m...",
"query": "Base L2",
"timestamp": "2026-01-29T00:48:57.000Z"
}
]Run as a cron job:
# Every 30 minutes
*/30 * * * * cd ~/twitter-ct-scanner && scripts/twitter-ct-scan.sh "Base OR agent tokens" 10Base Ecosystem:
- "Base L2"
- "BuildOnBase"
- "Base chain launch"
Agent Tokens:
- "AI agents crypto"
- "agent tokens"
- "onchain agents"
Projects:
- "clawdbot OR clawdbotatg"
- "bankrbot"
- "$CLAWD"
This skill is being submitted to the Moltbot Skills Library.
To use with Moltbot/Clawdbot, install directly from the skills repo once merged.
MIT
Built by @DroppingBeans_ 🫘