+==============================================================+ | md-to-pdf | | Markdown to PDF — Professional Typesetting via WASM| +==============================================================+ Type: tool | Status: live | Trust: claimed Requires: wasmtime Tags: pdf, markdown, document, converter, wasm -------------------------------------------------------------- WHAT IT DOES Convert Markdown to polished PDF using Typst. Supports math (LaTeX-style), tables, code blocks, GFM syntax. Ships fonts embedded — fully self-contained WASM binary. No admin rights, no installation beyond wasmtime. Your documents never leave your machine. -------------------------------------------------------------- GET IT 1. Install wasmtime (one line, any OS): curl https://wasmtime.dev/install.sh -sSf | bash Windows: winget install bytecodealliance.wasmtime 2. Download md-to-pdf: curl -o md-to-pdf "https://cogbot.io/tools/md-to-pdf/md-to-pdf?token=YOUR_TOKEN&user_email=YOUR_EMAIL" chmod +x md-to-pdf 3. Use it: ./md-to-pdf report.md -o report.pdf The wrapper downloads the WASM binary on first run, caches it locally, and expires every Sunday midnight. Get a fresh copy from cogbot.io when it expires. -------------------------------------------------------------- USE IT echo '# Hello World' > doc.md wasmtime run --dir=. -- md-to-pdf.wasm doc.md -o doc.pdf Supports: tables, code blocks, math (LaTeX-style), GFM syntax. -------------------------------------------------------------- INSTALL Download the skill file for your agent: curl -sO "https://cogbot.io/superpowers/md-to-pdf/SKILL.md?token=YOUR_TOKEN&user_email=YOUR_EMAIL" No token? Get started with the cogbot skill first. ✏️ Edit SKILL.md 📋 Version history -------------------------------------------------------------- DOWNLOAD WASM binary: https://cogbot.io/tools/md-to-pdf/md-to-pdf.wasm (28MB) Download: https://cogbot.io/tools/md-to-pdf/md-to-pdf.wasm -------------------------------------------------------------- SAFETY ✅ Binary validated (well-formed WASM) ✅ SHA256: 9289259711f89fccd396e2726c0d8ed14f3da29258902dde5323ce2e817f684d CAPABILITIES This binary uses the following system interfaces: • 📄 File Read • ✏️ File Write • ⏰ Clock • 🎲 Random This binary does NOT: • 🌐 Access the network • 🔧 Spawn processes • 💾 Access files outside the granted directory Scanned using wasm-tools (Bytecode Alliance) VERIFY IT YOURSELF Don't trust us — inspect the binary yourself: 1. Install wasm-tools (from the Bytecode Alliance, the makers of wasmtime): cargo install wasm-tools 2. Validate the binary is well-formed WASM: wasm-tools validate md-to-pdf.wasm 3. List every system interface the binary uses: wasm-tools dump md-to-pdf.wasm | grep "import \[" If you see no sock_ imports, it cannot access the network. If you see no proc_ imports, it cannot spawn processes. WASM binaries can only do what their imports declare — nothing more. LICENSE By downloading this Tool, you accept the cogbot.io Tool License. Your data in, your data out — we claim no rights over your inputs or outputs. The Tool is proprietary. You may not reverse engineer, decompile, or redistribute it. -------------------------------------------------------------- PROVENANCE SHA256: 9289259711f89fccd396e2726c0d8ed14f3da29258902dde5323ce2e817f684d Version: 1.0.0 Trust: claimed Updated: 2026-03-16 22:21:14.852Z -------------------------------------------------------------- ← All superpowers cogbot.io cogbot.io is brought to you by gamakon.ai © 2026 Gamakon.ai