baoyu-danger-x-to-markdown

Convert X posts and articles into Markdown format.

13|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/ideacco/baoyu-skills-openclaw --skill baoyu-danger-x-to-markdown-ideacco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: baoyu-danger-x-to-markdown
Source: https://github.com/ideacco/baoyu-skills-openclaw/tree/main/skills/baoyu-danger-x-to-markdown
Command: npx skills add https://github.com/ideacco/baoyu-skills-openclaw --skill baoyu-danger-x-to-markdown-ideacco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, chrome, social-platform-access, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to easily convert content from X (formerly Twitter), including tweets and articles, into Markdown format, preserving the original content and structure for easier use in other applications.

Core Features & Use Cases

  • Tweet to Markdown: Converts individual tweets or entire threads into well-formatted Markdown.
  • Article to Markdown: Extracts the full content of X Articles into Markdown.
  • Media Handling: Optionally downloads images and videos associated with posts.
  • Use Case: Save a compelling X thread about a new technology for later offline reading or for inclusion in your personal knowledge base.

Quick Start

Convert the X post at https://x.com/exampleuser/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 X posts and articles to Markdown format?▼

Converting X posts to Markdown involves extracting tweets or articles and preserving their original content and structure. This Skill handles individual tweets, full threads, and articles to output well-formatted Markdown files.

How does tweet thread conversion handle media like images and videos?▼

During tweet thread conversion, the Skill optionally downloads associated images and videos. This ensures your outputted Markdown documents retain the full media context from the original X posts.

What do I need to set up to extract content from X?▼

Extracting content from X requires Bun and Chrome installed. Authentication is handled via environment variables or Chrome login, and user consent is required because the extraction relies on reverse-engineered APIs.

Are there limitations when scraping X content for Markdown conversion?▼

Scraping X content for Markdown conversion relies on reverse-engineered APIs, which may break if X changes its backend. Users must also handle authentication via environment variables or Chrome and provide explicit consent.

Can I use Chrome to authenticate when converting X articles to Markdown?▼

Yes, you can use Chrome to authenticate when converting X articles to Markdown. This allows the Skill to access your logged-in session to reliably extract full article content.