Tweet Processor
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill tweet-processor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tweet Processor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-tweet-processor)More formats (shields.io, HTML) on the badges page.
---
name: tweet-processor
description: "Tweet Processor"
---
# Tweet Processor Skill
Extract and categorize insights from tweet links into structured notes.
## Usage
When user sends a tweet URL, automatically:
1. Navigate to the tweet
2. Extract key insights (tools, tech, people, learnings)
3. Categorize into tweet-notes/ files
4. Append with proper formatting
## Input
- Tweet URL (any x.com or twitter.com link)
## Output
Appends to:
- `tweet-notes/tools.md` — Software, services, APIs discovered
- `tweet-notes/tech.md` — Development techniques, workflows
- `tweet-notes/design.md` — UI/UX insights
- `tweet-notes/people.md` — Accounts to follow
- `tweet-notes/misc.md` — Other valuable insights
## Format
```markdown
## [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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.