← 返回 Skills 市场
Baoyu Danger X To Markdown
作者
Jim Liu 宝玉
· GitHub ↗
· v1.117.3
· MIT-0
1913
总下载
0
收藏
42
当前安装
14
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baoyu-danger-x-to-markdown - 安装完成后,直接呼叫该 Skill 的名称或使用
/baoyu-danger-x-to-markdown触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1913 次。
如何安装 Baoyu Danger X To Markdown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baoyu-danger-x-to-markdown」即可一键安装,无需额外配置。
Baoyu Danger X To Markdown 是免费的吗?
是的,Baoyu Danger X To Markdown 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baoyu Danger X To Markdown 支持哪些平台?
Baoyu Danger X To Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baoyu Danger X To Markdown?
由 Jim Liu 宝玉(@jimliu)开发并维护,当前版本 v1.117.3。
推荐 Skills