canghe-danger-x-to-markdown

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

429|102|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-danger-x-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canghe-danger-x-to-markdown
Source: https://github.com/freestylefly/canghe-skills/tree/main/skills/canghe-danger-x-to-markdown
Command: npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-danger-x-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.

Frequently Asked Questions about canghe-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 format?

To convert X tweets to Markdown, this Skill fetches tweet content via reverse-engineered GraphQL requests and outputs text with YAML front matter. You simply provide a tweet URL or mention saving a tweet, and it handles the data extraction automatically.

Why does converting Twitter to Markdown require a consent flow?

The consent flow for converting Twitter to Markdown exists because the Skill uses reverse-engineered APIs and authentication cookies to fetch content. This safeguard ensures explicit user permission is granted before any data access occurs, protecting privacy during the tweet conversion process.

Can I save tweet media along with the text when converting X URLs to Markdown?

Yes, when converting X URLs to Markdown, the Skill performs GraphQL requests that fetch both tweet content and associated media. This media is processed alongside the text and structured into the final Markdown file with YAML front matter.

What do I need to automate tweet to Markdown conversion for x.com URLs?

To automate tweet to Markdown conversion for x.com URLs, you need to load authentication cookies into the environment. The Skill then uses these credentials to execute GraphQL requests, applying the mandatory consent flow before fetching and converting the tweet.

Does the X to Markdown conversion tool work with standard twitter.com links?

Yes, the X to Markdown conversion tool works with both twitter.com and x.com URLs. When you provide either link format, the Skill recognizes the trigger and initiates the consent flow to fetch and convert the tweet content into a Markdown file.