← Back to Skills Marketplace
189
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install markdown-mobile-export
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install markdown-mobile-export - After installation, invoke the skill by name or use
/markdown-mobile-export - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.
How do I install Markdown Mobile Export?
Run "/install markdown-mobile-export" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown Mobile Export free?
Yes, Markdown Mobile Export is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markdown Mobile Export support?
Markdown Mobile Export is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown Mobile Export?
It is built and maintained by GoGoLin (@linsuisheng034); the current version is v0.1.0.
More Skills