Конвертация твитов и X-тредов в Markdown
★ 7.3 · content
baoyu-danger-x-to-markdown is a Claude Code skill that converts X (Twitter) tweets, threads, and X Articles into Markdown with YAML front matter. Because it relies on a reverse-engineered X API rather than an official one, the skill enforces a consent flow before any conversion: it checks a versioned consent.json file and displays a disclaimer if consent is missing or outdated. Execution requires bun or npx; the entry point is `scripts/main.ts`, which accepts x.com or twitter.com URLs and supports flags such as `--download-media` (saves images and videos to local `imgs/` and `videos/` folders with rewritten Markdown links), `-o` for a custom output path, and `--json` for JSON output. On first run, the skill interactively asks the user about media handling and the default output directory, storing preferences in EXTEND.md. Ideal for archiving tweets and threads as structured, portable Markdown files.
- #twitter-conversion
- #x-to-markdown
- #content-extraction
- #social-media
- #markdown-conversion
- #archive