← Back to Skills Marketplace
guyoung

Pandoc Rust

by guyoung · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pandoc-rs
Description
A powerful document conversion tool supporting Html, Markdown, Docx, PDF, and LaTeX formats. Provides bidirectional conversion between these formats using a...
Usage Guidance
This skill appears to do what it claims (convert documents) but it relies on downloading and running a WASM from a third party and requires you to grant that WASM filesystem access via --work-dir. Before installing or using it: verify the WASM's provenance (prefer a signed release or checksum), avoid pointing --work-dir at your home directory or any folder containing secrets, run conversions on isolated directories (e.g., a temporary or dedicated docs folder), and consider inspecting or obtaining the WASM from an official project/release page rather than a raw file URL. If you can't verify the WASM origin or integrity, treat it as untrusted code and don't expose sensitive files to the work directory.
Capability Assessment
Purpose & Capability
The name/description (WASM-based document conversion) align with the runtime instructions (download a pandoc-component.wasm and run conversions). Filesystem access via --work-dir is necessary for reading input and writing output, so that requirement is proportionate to the stated purpose. One minor note: the skill metadata lists source/homepage as unknown while the usage docs point to a specific GitHub raw URL; that mismatch reduces provenance.
Instruction Scope
SKILL.md and USAGE.md explicitly instruct downloading a WASM from a remote raw.githubusercontent.com URL and running it with openclaw wasm-sandbox run, always passing --work-dir to grant the WASM access to the chosen host directory. While these steps are required for conversion, they also mean arbitrary code (the downloaded WASM) will be executed with read/write access to whatever directory you grant — which could expose secrets or other files if the work-dir is poorly chosen. The instructions do not instruct reading unrelated system paths, but the responsibility to choose a safe work-dir is placed on the user/agent.
Install Mechanism
There is no install spec in the package, but the USAGE.md directs downloading a WASM from a raw.githubusercontent.com URL. Raw GitHub is a common host, but the file is an executable artifact from a third party and the skill does not provide checksums, release signatures, or an authoritative homepage. Downloading and executing remote artifacts without explicit provenance is a moderate-to-high risk.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for a local document conversion tool. However, granting --work-dir effectively exposes whatever directory is chosen; this operational risk is proportional to the task but should be managed (do not point work-dir to home or directories containing secrets).
Persistence & Privilege
The skill is instruction-only, has no install hooks, and does not request always:true or system-wide configuration changes. It does not ask to modify other skills or persist credentials. Autonomous invocation is allowed (platform default) but not combined with high privileges in the package metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pandoc-rs
  3. After installation, invoke the skill by name or use /pandoc-rs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Pandoc Rs document conversion tool. - Supports bidirectional conversion between Html, Markdown, Docx, PDF, and LaTeX formats using a WebAssembly-based engine. - Designed to trigger when users request document format conversion among the supported types. - Provides a quick start guide for setup and usage, including file access instructions. - Lists all supported format conversions with clear directionality. - Includes references for detailed usage and examples.
Metadata
Slug pandoc-rs
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pandoc Rust?

A powerful document conversion tool supporting Html, Markdown, Docx, PDF, and LaTeX formats. Provides bidirectional conversion between these formats using a... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install Pandoc Rust?

Run "/install pandoc-rs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pandoc Rust free?

Yes, Pandoc Rust is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pandoc Rust support?

Pandoc Rust is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pandoc Rust?

It is built and maintained by guyoung (@guyoung); the current version is v1.0.0.

💬 Comments