← 返回 Skills 市场
md-to-office
作者
PiyushDuggal-source
· GitHub ↗
· v1.0.0
2195
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install pandic-office
功能描述
Converts Markdown files to PDF files using the pandoc command-line utility. Use when a user asks to convert a .md or markdown file to a .pdf file.
安全使用建议
This skill appears to be a straightforward pandoc usage guide, but there are some gaps you should address before installing/using it: 1) Verify that pandoc (and a LaTeX engine like xelatex if you need PDF output) is present on the agent host — the skill does not declare this dependency. 2) Be aware the skill's examples include reading local template/reference files and fetching URLs; ensure the agent has permission only to read intended input files and that you do not convert sensitive files unintentionally. 3) Because there's no source or homepage, you cannot verify provenance — prefer skills with a known source. 4) Ask the skill author to declare required binaries and add pre-run checks (e.g., validate pandoc exists, confirm file paths, and limit network fetches) before granting it invocation. If you decide to try it, test on non-sensitive sample files first.
功能分析
Type: OpenClaw Skill
Name: pandic-office
Version: 1.0.0
The skill is classified as suspicious due to its explicit documentation in `SKILL.md` demonstrating the ability to fetch content from arbitrary URLs using `pandoc -f html -t markdown https://www.fsf.org`. While `pandoc` is a legitimate tool, this example teaches the AI agent a broad network access capability that could be leveraged via prompt injection to fetch sensitive internal resources or external malicious content, extending beyond the stated purpose of converting local Markdown files.
能力评估
Purpose & Capability
The name/description and SKILL.md consistently describe using pandoc to convert Markdown to PDF (coherent purpose). However, the registry metadata lists no required binaries or install spec even though pandoc (and sometimes a LaTeX engine) is required at runtime. The skill also has no source/homepage to verify provenance.
Instruction Scope
SKILL.md stays on-topic (how to run pandoc, examples for PDF, templates, reading from URLs). It permits reading local files (templates, reference.docx) and fetching web content — which is expected for a converter but not explicitly constrained. The instructions do not tell the agent to check for the pandoc binary beforehand or to avoid reading arbitrary sensitive paths, nor do they document safe handling of remote content.
Install Mechanism
This is an instruction-only skill (no install spec or code), so it doesn't write files to disk. That's lower install risk. However, because it relies on an external binary, the lack of a declared dependency is an inconsistency: the agent may attempt to execute commands that aren't present.
Credentials
The skill requests no environment variables, credentials, or config paths — which is appropriate for a local pandoc conversion tool.
Persistence & Privilege
The skill is not 'always' and does not request elevated/persistent privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other high-risk features.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pandic-office - 安装完成后,直接呼叫该 Skill 的名称或使用
/pandic-office触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the pandic-office (local-pandoc) skill.
- Converts Markdown (.md) files to PDF using the pandoc command-line utility.
- Provides basic and advanced usage examples, including HTML, DOCX, metadata, templates, CSS styling, and downloading content from URLs.
- Covers PDF generation options with custom engines and document styling.
- Includes examples for creating standalone documents, table of contents, and custom document metadata.
元数据
常见问题
md-to-office 是什么?
Converts Markdown files to PDF files using the pandoc command-line utility. Use when a user asks to convert a .md or markdown file to a .pdf file. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2195 次。
如何安装 md-to-office?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pandic-office」即可一键安装,无需额外配置。
md-to-office 是免费的吗?
是的,md-to-office 完全免费(开源免费),可自由下载、安装和使用。
md-to-office 支持哪些平台?
md-to-office 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 md-to-office?
由 PiyushDuggal-source(@piyushduggal-source)开发并维护,当前版本 v1.0.0。
推荐 Skills