baoyu-danger-x-to-markdown

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

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/lisposter/creator --skill baoyu-danger-x-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-danger-x-to-markdown
Source: https://github.com/lisposter/creator/tree/main/.agents/skills/baoyu-danger-x-to-markdown
Command: npx skills add https://github.com/lisposter/creator --skill baoyu-danger-x-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill converts X tweets and articles into Markdown with YAML front matter, enabling easy publishing, archiving, and CMS ingestion without manual formatting.

Core Features & Use Cases

  • Converts Tweets and threads to Markdown with front matter, preserving structure and media references.
  • Converts X articles into Markdown, retaining text, images, and embedded media as Markdown-friendly links.
  • Use Case: Archive a multi-tweet thread into a publishable Markdown document with front matter for a static site or knowledge base.

Quick Start

Use the X to Markdown skill to convert a Tweet URL or Article URL and save to disk.

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 tweets to Markdown with YAML front matter?

To convert X tweets to Markdown with YAML front matter, use this Skill to fetch tweets or threads via authenticated X cookies and save the extracted content as a portable Markdown file. It preserves text structure and media references for archiving.

Can I extract X article content into a Markdown document?

Yes, you can extract X article content into a Markdown document. This Skill processes article URLs to retain text, images, and embedded media, converting them into Markdown-friendly links with YAML front matter ready for publishing or CMS ingestion.

Do I need X cookies to archive a Twitter thread to Markdown?

Yes, you need authenticated X cookies or a browser login via Chrome to archive a Twitter thread to Markdown. This authentication is required for the internal scripts to fetch, render, and save the tweet content locally.

What is the best way to save a multi-tweet thread for a static site?

The best way to save a multi-tweet thread for a static site is converting it to a publishable Markdown document with front matter. This Skill formats the thread into portable Markdown, making it directly ready for static site or knowledge base ingestion.

Does converting X content to Markdown preserve images and media?

Converting X content to Markdown preserves images and media by retaining them as Markdown-friendly links. The Skill ensures that embedded media from tweets and articles is referenced correctly within the generated Markdown file.

Why use YAML front matter when archiving X articles?

You use YAML front matter when archiving X articles to enable easy CMS ingestion without manual formatting. It provides standardized metadata at the top of the Markdown file, streamlining the publishing and archiving workflow.