Agent skill for using tweet.md to convert X/Twitter posts, threads, and articles into clean Markdown for LLMs, agents, RAG, research, and Obsidian.
The skill teaches compatible AI agents when and how to call tweet.md, including URL rewriting, API usage, authentication, thread handling, Obsidian output, and common error handling.
npx skills add tweet-md/skillOr install directly from GitHub:
gh skill install tweet-md/skillAfter installation, ask your agent things like:
Read this X thread and summarize it:
https://x.com/jack/status/20Convert this tweet to Markdown:
https://x.com/jack/status/20Fetch this thread for my RAG pipeline:
https://x.com/jack/status/20The agent should use tweet.md to return clean Markdown instead of messy copied text, screenshots, embeds, or HTML.
- Single X/Twitter posts
- Threads
- Quoted posts
- X Articles / long-form posts
- Profile fetching (bio, stats, pinned post, and a timeline of recent posts — replies and reposts optional)
- Markdown output
- Obsidian-friendly Markdown
- Browser URL rewriting from
x.comortwitter.comtotweet.md - Programmatic API usage with API keys
See SKILL.md.
- Website: https://tweet.md
- Docs: https://tweet.md/i/docs
- Credits: https://tweet.md/i/topup
- API key dashboard: https://tweet.md/i/dashboard
MIT