Markdown Exporter
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the skill gives the external md-exporter package the ability to run as the markdown-exporter command on local files.
The skill depends on installing an external package to provide the CLI binary. This is normal for the stated converter purpose, but the executable package code is not included in the provided artifact set.
uv | package: md-exporter | creates binaries: markdown-exporter
Install only if you trust the PyPI package and linked project; consider checking the package version and repository before use.
The tool may create or overwrite output files if directed to paths the user or agent provides.
The skill exposes a local command-line tool that takes input and output file paths. This is central to the conversion workflow, but it means the agent can read specified Markdown files and write converted files.
markdown-exporter <subcommand> <args> [options]
Use explicit, intended input and output paths, and avoid pointing it at sensitive files or important existing files unless that is your goal.
