Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User sends: https://x.com/somedev/status/1234567890
- 1Navigate to the tweet URL and read the content
- 2Identify the insight type — tool, technique, design, notable account, or other
- 3Format the note with title, date, URL, key takeaway, and context
- 4Append the entry to the matching file(s) in tweet-notes/
Formatted note appended to tweet-notes/tools.md with today's date and source URL