Back to Registry View Author Profile
Official Verified
Tweet Processor
Skill by caqlayan
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/caqlayan/tweet-processorOr
Tweet Processor Skill
Extract and categorize insights from tweet links into structured notes.
Usage
When user sends a tweet URL, automatically:
- Navigate to the tweet
- Extract key insights (tools, tech, people, learnings)
- Categorize into tweet-notes/ files
- Append with proper formatting
Input
- Tweet URL (any x.com or twitter.com link)
Output
Appends to:
tweet-notes/tools.md— Software, services, APIs discoveredtweet-notes/tech.md— Development techniques, workflowstweet-notes/design.md— UI/UX insightstweet-notes/people.md— Accounts to followtweet-notes/misc.md— Other valuable insights
Format
## [Brief Title]
**Date:** YYYY-MM-DD
**URL:** [tweet URL]
**Key takeaway:** [What matters]
**Why it matters:** [Brief context]
---
Rules
- Be selective — only genuinely useful insights
- Skip fluff and noise
- One insight can go into multiple files if relevant
- Always include the source URL
- Use today's date
Metadata
AI Skill Finder
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 skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-caqlayan-tweet-processor": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.