baoyu-danger-x-to-markdown
Convert X Posts to Markdown
Saving X posts and articles manually loses structure, metadata, and media references. This skill retrieves selected X content and organizes it as Markdown with YAML front matter and optional local media.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "baoyu-danger-x-to-markdown" from https://skillstore.io/skills/jimliu-baoyu-danger-x-to-markdown.md and its manifest at https://skillstore.io/api/skills/jimliu-baoyu-danger-x-to-markdown/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "baoyu-danger-x-to-markdown". An X thread URL about a software release.
Expected outcome:
A Markdown file with the thread text in order, author metadata, the original source link, and referenced media links.
Using "baoyu-danger-x-to-markdown". An X Article URL with headings, links, and embedded posts.
Expected outcome:
A structured Markdown article with YAML front matter, readable sections, preserved links, and embedded post references.
Using "baoyu-danger-x-to-markdown". A post URL with the local media option enabled.
Expected outcome:
- A Markdown file with rewritten local media links.
- Separate imgs and videos folders beside the Markdown file.
Security Audit
High RiskMost static alerts are false positives caused by ordinary JavaScript template literals, regular expression methods, expected X endpoints, configuration reads, and Markdown file handling. The audit confirms a shell-command injection risk in the WSL path resolver, and it flags deliberate handling of X authentication cookies plus host-controlled media downloads as risks requiring user trust and tighter controls.
Confirmed security concerns (3)
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Filesystem access (25)
๐ Network access (50)
โ๏ธ External commands (50)
๐ Env variables (36)
โก Contains scripts (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/jimliu-baoyu-danger-x-to-markdown/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/jimliu-baoyu-danger-x-to-markdown?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/jimliu-baoyu-danger-x-to-markdown?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/jimliu-baoyu-danger-x-to-markdown/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/jimliu-baoyu-danger-x-to-markdown.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
jimliu. (2026). baoyu-danger-x-to-markdown security audit report (audit version 5) [Author version 1.117.3]. Skillstore. https://skillstore.io/skills/jimliu-baoyu-danger-x-to-markdown/audits/5BibTeX citation
@techreport{jimliu-jimliu-baoyu-danger-x-to-markdown-2026,
author = {jimliu},
title = {baoyu-danger-x-to-markdown security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/jimliu-baoyu-danger-x-to-markdown/audits/5},
note = {Author version 1.117.3}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "baoyu-danger-x-to-markdown security audit report (audit version 5)"
version: "1.117.3"
type: report
authors:
- name: "jimliu"
date-released: "2026-08-07"
url: "https://skillstore.io/skills/jimliu-baoyu-danger-x-to-markdown/audits/5"
identifiers:
- type: other
value: "skillstore:jimliu-baoyu-danger-x-to-markdown:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Archive Research Threads
Convert a research thread into a searchable Markdown note with its source URL, author metadata, and linked media.
Save Articles for Writing
Extract an X Article into an editable Markdown draft for citation, review, and later synthesis.
Build a Personal Knowledge Base
Store selected posts in a predictable folder structure so they can be indexed by local notes and documentation tools.
Try These Prompts
Convert this X post to Markdown with YAML front matter: [paste the X URL]. Keep the original source link.
Convert this X thread to Markdown: [paste the X URL]. Preserve the thread order, author details, source links, and media references.
Convert this X Article to a clean Markdown document: [paste the X Article URL]. Include YAML front matter, headings, links, embedded posts, and media references.
Convert these X URLs into separate Markdown files: [paste URLs]. Use consistent metadata, organize files by author and post ID, and download media only after asking for confirmation.
Best Practices
- Review the consent notice and use a dedicated X session for archival work.
- Store cookies securely and enable media downloads only for trusted content.
- Keep the generated source URL and metadata so archived notes remain traceable.
Avoid
- Do not provide cookies from an account that should not be accessed.
- Do not use media localization on untrusted content without network restrictions.
- Do not treat the generated Markdown as a complete backup of every X feature.
Frequently Asked Questions
What does this skill convert?
Does it require an X login?
Where are files saved?
Can it download images and videos?
Is the X API official?
Which AI tools support it?
Developer Details
Author
jimliuLicense
MIT
Author version
v1.117.3
Skillstore revision
r2
Ref
1c2ebded2116f8124f45dba86a2e567f56e64d8e
Maintenance freshness
8/7/2026
Usage
9 downloads ยท 234 views
File structure
๐ references/
๐ config/
๐ first-time-setup.md
๐ scripts/
๐ bun.lock
๐ constants.ts
๐ cookie-file.ts
๐ cookies.ts
๐ graphql.ts
๐ http.ts
๐ main.ts
๐ markdown.test.ts
๐ markdown.ts
๐ media-localizer.ts
๐ package.json
๐ paths.ts
๐ referenced-tweets.ts
๐ thread-markdown.ts
๐ thread.ts
๐ tweet-article.ts
๐ tweet-to-markdown.ts
๐ types.ts
๐ SKILL.md