← 返回 Skills 市场
189
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-mobile-export
功能描述
Use when a task needs a local Markdown file path or pasted Markdown text converted into a faithful mobile-friendly PNG/JPG long image for phone-readable arti...
安全使用建议
This skill appears to do what it says: convert Markdown to a mobile-friendly long image and save an HTML sidecar. Before installing/using it, consider: (1) it may auto-install Python packages and download Playwright Chromium binaries at runtime—run in an environment where such installs are acceptable or perform manual installation ahead of time; (2) the renderer will fetch any remote images or fonts referenced by your Markdown, which causes outbound network requests (avoid feeding sensitive links you don't want contacted); (3) it reads local files and writes HTML/image outputs to disk—review file paths before running. If you want extra safety, run the scripts in an isolated VM/container or inspect the bundled scripts locally (they are included) before executing.
功能分析
Type: OpenClaw Skill
Name: markdown-mobile-export
Version: 0.1.0
The skill bundle contains scripts that automatically install Python dependencies (playwright, pillow, markdown-it-py) using pip and uv via subprocess.run without explicit user confirmation (scripts/export_long_image.py and scripts/render_markdown_mobile_long_image.py). Additionally, the export script searches for and executes various local browser binaries (Chrome, Edge, Brave, Chromium) across multiple system paths to perform the conversion. While these behaviors are functionally necessary for the stated purpose of rendering Markdown to images, the automated use of package managers and discovery of local executables constitute high-risk capabilities.
能力评估
Purpose & Capability
Name/description match the artifacts: scripts convert Markdown → HTML → stitched long PNG/JPG. The files and CLI options are consistent with producing an HTML sidecar and image output. No unrelated credentials, binaries, or unrelated services are requested.
Instruction Scope
SKILL.md and the scripts operate on local Markdown, render HTML, detect local Chromium-family browsers, and capture screenshots. They will load remote images/fonts referenced by the Markdown/HTML (the code waits for fonts/images to load). Loading external assets is expected for faithful rendering but means the renderer may make outgoing network requests for linked resources.
Install Mechanism
No explicit install spec in registry, but at runtime the code will try to pip-install Python packages (playwright, pillow) and invoke 'playwright install chromium' to download browser binaries if no local browser is found. This is coherent with the fallback behavior but does involve runtime network downloads and writing packages/browser binaries to disk.
Credentials
The skill requests no environment variables, credentials, or config paths. The behavior (reading local Markdown, writing HTML/images) matches the declared requirements.
Persistence & Privilege
always is false and the skill does not request persistent or special platform privileges. It writes output files and may install packages, but does not modify other skills or global agent configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install markdown-mobile-export - 安装完成后,直接呼叫该 Skill 的名称或使用
/markdown-mobile-export触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release.
元数据
常见问题
Markdown Mobile Export 是什么?
Use when a task needs a local Markdown file path or pasted Markdown text converted into a faithful mobile-friendly PNG/JPG long image for phone-readable arti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。
如何安装 Markdown Mobile Export?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-mobile-export」即可一键安装,无需额外配置。
Markdown Mobile Export 是免费的吗?
是的,Markdown Mobile Export 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Markdown Mobile Export 支持哪些平台?
Markdown Mobile Export 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown Mobile Export?
由 GoGoLin(@linsuisheng034)开发并维护,当前版本 v0.1.0。
推荐 Skills