Doc Converter

v1.0.1

Document format converter. Use when user needs to convert between Word, PDF, Markdown, HTML formats. Supports docx-to-pdf, md-to-pdf, md-to-docx, html-to-pdf...

0· 275·2 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (document conversions) align with the included scripts and referenced Python libraries (python-docx, fpdf2, markdown, optional wkhtmltopdf). Required binary is only python3, which is appropriate for the provided Python-based converters.
Instruction Scope
SKILL.md contains explicit conversion scripts and prompts the user for source file path, target format, and options. The scripts read local input files and write local output files; they do not reference unrelated system files, environment secrets, or external endpoints. No broad or vague instructions requesting extra system context are present.
Install Mechanism
This is an instruction-only skill with no install spec or remote downloads. It lists pip dependencies in SKILL.md (pip install python-docx fpdf2, markdown) and mentions an optional system tool (wkhtmltopdf). That is proportional to the functionality and does not involve untrusted URLs or archive extraction.
Credentials
No environment variables or credentials are requested. The dependencies and system tools listed are consistent with the conversion tasks; there are no unrelated secret-like environment requirements.
Persistence & Privilege
Skill does not request always: true or any special persistent privileges. It is user-invocable and allows normal autonomous invocation, which is the platform default and acceptable here.
Assessment
This skill appears coherent for converting documents and only requires Python and some pip packages. Before installing or running: (1) be aware the SKILL runs Python code you should trust — it will read and write local files you specify, so avoid passing sensitive system paths; (2) the skill will likely prompt you for file paths and options and may install Python packages via pip into the agent environment — ensure you are OK with those packages; (3) HTML→PDF may need wkhtmltopdf installed separately; (4) if you want extra caution, inspect the full SKILL.md content or copy the conversion scripts and run them in a controlled environment rather than giving the agent direct execution rights.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e5he6y17r1sb948zn8t568583hvm4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔄 Clawdis
Binspython3

Comments