Slides To Markdown
Analysis
The skill is coherent for converting Office documents to Markdown, but it does so by installing a third-party CLI and uploading documents to MinerU's cloud service.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Install via npm / Install via uv / Install via go install ... package: mineru-open-api
The skill depends on installing an external CLI package. This is expected for the skill's purpose, but users are relying on the package source and installer provenance.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
For larger files (up to 200MB/600 pages) or precision extraction, use `mineru-open-api extract` (requires auth via `mineru-open-api auth`)
The default workflow says no authentication is required, but the documentation also references an optional authenticated mode for larger files.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`flash-extract` uploads the document to MinerU's cloud API for processing and returns the result.
The skill explicitly sends user documents to an external cloud service. This is aligned with the conversion purpose, but it matters because documents may contain sensitive information.
