✓ Verified 💻 Development ✓ Enhanced Data

Tweet Summarizer Lite

Fetch and summarize single tweets from Twitter/X.

Rating
4.3 (333 reviews)
Downloads
14,036 downloads
Version
1.0.0

Overview

Fetch and summarize single tweets from Twitter/X.

Complete Documentation

View Source →

Tweet Summarizer Lite

Use this skill when the user asks to fetch, read, save, or summarize a single tweet from Twitter/X.

When to Use

USE this skill when the user:

  • Pastes a Twitter/X URL and wants to read or save it
  • Asks to "fetch", "grab", "get", "read", or "summarize" a tweet
  • Wants to search their saved tweets by text, author, or date
  • Asks what they've saved so far
DON'T use when:
  • The user wants threads, user timelines, collections, or tags → use tweet-summarizer-pro
  • Posting or replying to tweets (this skill is read-only)

How to Use

You run the scripts internally — the user never types python3. Respond naturally, then exec the appropriate script and present the output conversationally.

The skill root is at: ~/.openclaw/workspace/skills/tweet-summarizer-lite/ Run scripts with: python3 /scripts/

💻Code Examples

# Skip summary: python3 scripts/tweet.py <url> -ns

-skip-summary-python3-scriptstweetpy-url--ns.txt
Auto-detects tweet URLs in the user's message. Shows the tweet text and a short summary.

---

## Searching Saved Tweets

**Triggers:** "search my saved tweets for...", "find tweets about...", "do I have anything saved about..."

python3 scripts/search_tweets.py --stats

python3-scriptssearchtweetspy---stats.txt
---

## Summarizing a Saved Tweet

**Triggers:** "summarize tweet [id]", "give me a summary of that"

python3 scripts/summarize.py <tweet-id>

python3-scriptssummarizepy-tweet-id.txt
---

## Troubleshooting

If bird CLI fails or credentials are missing:
example.sh
# By text content
python3 scripts/search_tweets.py --text "artificial intelligence"

# By author
python3 scripts/search_tweets.py --source elonmusk

# By date
python3 scripts/search_tweets.py --since 2026-02-01

# List all saved authors
python3 scripts/search_tweets.py --list-sources

# Storage stats
python3 scripts/search_tweets.py --stats

Tags

#git_and-github

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author franciscobuiltdat
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install tweet-summarizer-lite