← 返回 Skills 市场
guyoung

Pandoc Rust

作者 guyoung · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pandoc-rs
功能描述
A powerful document conversion tool supporting Html, Markdown, Docx, PDF, and LaTeX formats. Provides bidirectional conversion between these formats using a...
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pandoc-rs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pandoc-rs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pandoc-rs
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pandoc Rust 是什么?

A powerful document conversion tool supporting Html, Markdown, Docx, PDF, and LaTeX formats. Provides bidirectional conversion between these formats using a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Pandoc Rust?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pandoc-rs」即可一键安装,无需额外配置。

Pandoc Rust 是免费的吗?

是的,Pandoc Rust 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pandoc Rust 支持哪些平台?

Pandoc Rust 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pandoc Rust?

由 guyoung(@guyoung)开发并维护,当前版本 v1.0.0。

💬 留言讨论