baoyu-danger-x-to-markdown

Convert X tweets, threads, and articles into Markdown with YAML front matter.

5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/oldwinter/skills --skill baoyu-danger-x-to-markdown-oldwinter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-danger-x-to-markdown
Source: https://github.com/oldwinter/skills/tree/main/lenny-skills/marketing-skills/baoyu-danger-x-to-markdown
Command: npx skills add https://github.com/oldwinter/skills --skill baoyu-danger-x-to-markdown-oldwinter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @types/node, bun-types, node-fetch, ws, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts X (Twitter) tweets and articles into Markdown format, preserving content and structure for easier archiving and use in other applications.

Core Features & Use Cases

  • Tweet/Thread Conversion: Transforms tweets and entire threads into Markdown files with YAML front matter.
  • Article Extraction: Extracts full content from X Articles.
  • Media Handling: Optionally downloads images and videos, localizing them within the output.
  • Use Case: Save a long X thread about a technical topic into a well-formatted Markdown document for your personal knowledge base or a project wiki.

Quick Start

Use the baoyu-danger-x-to-markdown skill to convert the X post at https://x.com/user/status/1234567890 into a markdown file.

Frequently Asked Questions about baoyu-danger-x-to-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a Twitter thread to Markdown for my knowledge base?

You can convert a Twitter thread to Markdown by providing the tweet URL to the Skill, which parses the content and outputs a Markdown file with YAML front matter for offline archiving.

Can I download and localize images from an X article during Markdown conversion?

Yes, you can optionally download and localize images and videos when converting X articles to Markdown, embedding the media directly within the output file structure.

Does converting X tweets to Markdown require a reverse-engineered API?

Converting X tweets to Markdown uses a reverse-engineered API to fetch content, and the Skill includes a mechanism to handle user consent before proceeding with the data extraction.

What is the best way to archive X articles into a structured Markdown format?

The best way to archive X articles into a structured format is using a conversion Skill that extracts full content and embedded media, generating a Markdown file with YAML front matter.

Are there limitations when scraping referenced tweets in a thread for offline use?

When scraping referenced tweets for offline use, the Skill parses embedded content and handles media localization, but relies on a reverse-engineered API which may break if X changes its data access rules.