← Back to Skills Marketplace
jimliu

Baoyu Danger X To Markdown

by Jim Liu 宝玉 · GitHub ↗ · v1.117.3 · MIT-0
cross-platform ⚠ suspicious
1913
Downloads
0
Stars
42
Active Installs
14
Versions
Install in OpenClaw
/install baoyu-danger-x-to-markdown
Description
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...
Usage Guidance
Install only if you are comfortable giving the skill access to your X session. Prefer dedicated environment variables over Chrome-cookie capture, review or delete the local cookies.json cache after use, avoid running it in sensitive shared workspaces, and use media downloading only when you expect remote files to be saved locally.
Capability Assessment
Purpose & Capability
The stated purpose is converting X/Twitter tweets, threads, and articles to markdown; authenticated X API access, output file creation, and optional media downloads are broadly aligned with that purpose.
Instruction Scope
The instructions disclose a reverse-engineered API and require consent, but they understate the sensitivity of reading live browser cookies, using ambient environment secrets, and caching session cookies.
Install Mechanism
The package metadata declares only a Bun/NPX runtime requirement and one public dependency; no hidden install-time execution or obfuscated installer behavior was found.
Credentials
The skill can attach to or launch Chrome via CDP, read X auth cookies from environment variables and local files, and make authenticated requests to X; that is high-impact access for a markdown conversion workflow, even though it is functionally related.
Persistence & Privilege
It persists consent, preferences, output markdown/media, and X cookies; the cookie cache is plaintext JSON, path-overridable by environment variables, and the code logs partial auth token values.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install baoyu-danger-x-to-markdown
  3. After installation, invoke the skill by name or use /baoyu-danger-x-to-markdown
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.117.3
Fix stale npm shared package dependency pins for baoyu-md and baoyu-chrome-cdp 0.1.1.
v1.117.2
## 1.117.2 - 2026-05-17 ### Documentation - `baoyu-cover-image`: ban programmatic text repair on generated bitmaps — disallow ImageMagick / Pillow / Canvas / SVG / HTML overlays to cover, rewrite, or replace title/subtitle text; regenerate from a corrected prompt or switch to a lower-text or no-title variant instead - `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-image-cards`, `baoyu-xhs-images`, `baoyu-infographic`, `baoyu-slide-deck`: sync the same text-repair ban with skill-specific text categories (labels/captions, dialogue/sound effects, titles/body/tags, headings/data values, slide titles/bullets)
v1.115.4
### Documentation - Image generation backend selection: emphasize Codex `imagegen` as the priority runtime-native tool (invoke via the `Skill` tool with `skill: "imagegen"`) and forbid SVG/HTML/canvas substitution when no raster backend can be resolved — fall through to asking the user instead of silently emitting code-based art. Updated in `docs/image-generation-tools.md` and inlined into `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-cover-image`, `baoyu-image-cards`, `baoyu-infographic`, `baoyu-slide-deck`, and `baoyu-xhs-images`.
v1.103.2
- Added explicit guidance on user input tools: prefer built-in agent tools (e.g., AskUserQuestion); fall back to plain-text prompts if unavailable. - Consolidated and simplified the EXTEND.md preferences path/priority table for clarity. - Removed duplicated or redundant OS-specific code snippets for EXTEND.md, referencing a concise priority order instead. - Clarified that any references to AskUserQuestion are illustrative; use the local equivalent in other runtimes. - Removed two files related to baoyu-chrome-cdp, cleaning up the scripts/vendor directory.
v1.103.1
## 1.103.1 - 2026-04-13 ### Fixes - `baoyu-markdown-to-html`: decode HTML entities and strip tags from article summary - `baoyu-post-to-weibo`: decode HTML entities and strip tags from article summary
v1.103.0
## 1.103.0 - 2026-04-12 ### Features - baoyu-diagram: add multi-diagram mode for article-wide diagram generation ### Fixes - baoyu-article-illustrator: prevent color names and hex codes from appearing as visible text in generated images - baoyu-cover-image: prevent color names and hex codes from appearing as visible text in generated images - baoyu-image-cards: prevent color names from appearing as visible text in generated images - baoyu-post-to-wechat: decode HTML entities and strip tags from article summary
v1.76.3
- Updated dependencies in scripts/vendor/baoyu-chrome-cdp/package.json. - Made code changes in scripts/cookies.ts and scripts/vendor/baoyu-chrome-cdp/src/index.ts. - Removed obsolete test file: scripts/vendor/baoyu-chrome-cdp/src/index.test.ts. - No changes to SKILL.md content or user-facing features.
v1.76.2
- Removed 10 files, including media assets (images and videos) and related sample markdowns. - Clean-up eliminates bundled example content from the repository. - No changes to core functionality or documentation.
v1.76.1
- Added or updated tests in scripts/markdown.test.ts. - No changes to core logic or user-facing features. - Documentation and version unchanged.
v1.73.0
### Features - add video media support for X articles with poster image and video link rendering
v1.72.0
## 1.72.0 - 2026-03-18 ### Features - `baoyu-danger-x-to-markdown`: add MARKDOWN entity support for rendering embedded markdown/code blocks in X articles
v1.69.1
## 1.69.1 - 2026-03-16 ### Fixes - `baoyu-chrome-cdp`: tighten chrome auto-connect logic to reduce false positives
v1.60.0
## 1.60.0 - 2026-03-11 ### Features - `baoyu-url-to-markdown`: support reusing existing Chrome CDP instances and fix port detection order ### Fixes - `baoyu-post-to-x`: add missing `fs` import in x-article ### Refactor - Unify all CDP skills to use shared `baoyu-chrome-cdp` package with vendored copies - Simplify CLAUDE.md, move detailed documentation to `docs/` directory - Publish skills directly from synced vendor, removing separate artifact preparation step
v1.0.0
Initial release with comprehensive consent and configuration flows: - Converts X (Twitter) tweets and articles to markdown with YAML front matter. - Requires explicit user consent due to the use of a reverse-engineered API. - Enforces a first-time blocking setup for media handling and output directory preferences, creating an EXTEND.md configuration file only after user input. - Supports media download options and configurable output paths. - Honors preferences set via CLI arguments, config file, or defaults, with priority clearly defined. - Provides clear consent, setup, and usage instructions for a safe and transparent experience.
Metadata
Slug baoyu-danger-x-to-markdown
Version 1.117.3
License MIT-0
All-time Installs 42
Active Installs 42
Total Versions 14
Frequently Asked Questions

What is Baoyu Danger X To Markdown?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1913 downloads so far.

How do I install Baoyu Danger X To Markdown?

Run "/install baoyu-danger-x-to-markdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Baoyu Danger X To Markdown free?

Yes, Baoyu Danger X To Markdown is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Baoyu Danger X To Markdown support?

Baoyu Danger X To Markdown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Baoyu Danger X To Markdown?

It is built and maintained by Jim Liu 宝玉 (@jimliu); the current version is v1.117.3.

💬 Comments