LaunchKit · 2026
Back to Skills

tweet-processor

Extract and categorize insights from tweet links into structured notes.

0
383 downloads
by @caqlayan

Setup & Installation

openclaw skills install @caqlayan/tweet-processor

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install tweet-processor

Version History

v1.0.1Feb 20, 2026 - Version note by skill developer:

- Added _meta.json file to the project for metadata management. - No changes to existing functionality.

What This Skill Does

Takes a tweet URL and extracts notable insights into categorized markdown files. Each note captures the key takeaway, source URL, and brief context. Categories cover tools, dev techniques, design, people, and miscellaneous findings.

Automates the otherwise manual process of copying tweet content into organized notes without context switching between browser and editor.

When to use it

  • Logging a new API discovered in a tweet thread
  • Saving a UI design tip from a developer's tweet
  • Tracking accounts worth following from tweet replies
  • Building a local archive of dev workflows found on X
  • Capturing tool recommendations from tweets as they come up

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User sends: https://x.com/somedev/status/1234567890

AGENT
  1. 1Navigate to the tweet URL and read the content
  2. 2Identify the insight type — tool, technique, design, notable account, or other
  3. 3Format the note with title, date, URL, key takeaway, and context
  4. 4Append the entry to the matching file(s) in tweet-notes/
OUTPUT

Formatted note appended to tweet-notes/tools.md with today's date and source URL