tweet-summarizer-lite
Fetch and summarize single tweets from Twitter/X. Basic search and single tweet fetching. Lightweight version perfect for quick tweet lookups.
Why use this skill?
Fetch, summarize, and search your saved Twitter/X posts with the Tweet Summarizer Lite. A lightweight, efficient OpenClaw skill for quick tweet retrieval.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/franciscobuiltdat/tweet-summarizer-liteWhat This Skill Does
The Tweet Summarizer Lite is a streamlined OpenClaw agent skill designed to bridge the gap between your Twitter/X consumption and your personal knowledge base. It provides a lightweight interface to fetch, parse, and condense individual tweets directly into your workspace. By acting as a bridge, this skill allows users to extract value from ephemeral social media posts without being overwhelmed by thread noise or extraneous data. It specializes in atomic operations: grabbing a single tweet, summarizing its core argument, and storing it for future retrieval via a simple search syntax.
Installation
To integrate this skill into your OpenClaw environment, use the command-line interface to pull from the official repository. Run: clawhub install openclaw/skills/skills/franciscobuiltdat/tweet-summarizer-lite. Once installed, ensure your authentication tokens are set correctly by running the configuration script python3 ~/.openclaw/workspace/skills/tweet-summarizer-lite/scripts/config.py --check-credentials. This ensures the agent can communicate effectively with the X platform API using your browser's existing session cookies.
Use Cases
This skill is perfect for power users who frequently encounter insightful tweets they want to revisit later. Whether you are researching a specific topic, keeping tabs on industry experts, or simply curating a personal knowledge base of interesting soundbites, this skill automates the heavy lifting. Use it to quickly summarize long-form opinion posts to decide if you need to perform deeper research, or use the search functionality to recall what a specific person said on a topic without scrolling through endless timelines.
Example Prompts
- "Fetch this tweet and give me the gist of it: https://x.com/username/status/123456789"
- "Find all the tweets I have saved about machine learning from the last month."
- "Summarize the tweet I just saved with ID 987654321 for my research notes."
Tips & Limitations
This tool is specifically designed for single-tweet interaction. It is not intended for scraping entire user timelines, extracting long Twitter threads, or managing complex collections. If you find yourself needing to analyze entire conversation chains, it is highly recommended that you install the 'tweet-summarizer-pro' version instead. Always ensure your AUTH_TOKEN and CT0 cookie credentials are refreshed if you encounter connection errors, as X frequently rotates these security identifiers. Treat this as your quick-access bookmarking engine rather than a full-scale analytics platform.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-franciscobuiltdat-tweet-summarizer-lite": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution