← 返回 Skills 市场
seitzbg

Pdf Report

作者 Bryan Seitz · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skeet-pdf-report
功能描述
Generate a polished PDF report or summary from findings, data, or tables gathered earlier in the conversation. Use when the user asks to "make a PDF", "gener...
安全使用建议
This skill appears coherent at a high level (it creates Typst source and runs typst to make PDFs) but has practical inconsistencies you should resolve before use: - Templates missing: SKILL.md says templates ship with the skill, but the package contains only SKILL.md. Provide the expected templates (templates/summary.typ and templates/report.typ) or edit the instructions to point to templates you control. - Typst binary: Ensure 'typst' is installed and on PATH or available at the hardcoded linuxbrew path. If not, install Typst or adjust the path in the instructions. - Undeclared tools: The instructions mention 'pdftotext' and 'xdg-open' for page counts and opening files but don't declare them. Install these if you want those features, or accept that page count reporting may be limited. - File safety: The skill will write a .typ source and a PDF to the current working directory and may overwrite similarly named files (it suggests appending '-2', etc.). Run it in a directory where writing files is safe and where no sensitive files might be accidentally included. - Operational check: Before trusting it on sensitive data, run a test with non-sensitive sample content to confirm where templates are read from and where outputs land. If you want this skill to be usable out of the box, ask the publisher to include the template files and to either declare any auxiliary binaries or remove references to them. If you control the environment and can supply the templates and binaries, the skill is reasonable for local PDF generation.
能力评估
Purpose & Capability
The skill's stated purpose (produce a PDF via Typst) matches the instructions, but the SKILL.md says two templates "ship with this skill" and live next to the SKILL.md while the package contains only SKILL.md (no templates). That mismatch means the agent's runtime won't find the promised templates unless the environment already provides them or the user supplies them.
Instruction Scope
Instructions tell the agent to read template files next to SKILL.md, write a .typ source next to the output PDF, and run 'typst compile'. They also recommend using 'pdftotext -l 1' or 'typst query' for page counts and suggest 'xdg-open' to open the PDF. SKILL.md does not declare pdftotext or xdg-open as required, and the template/working-path assumptions may not hold in the runtime environment. The instructions also hardcode a linuxbrew path for typst which may not exist on all systems.
Install Mechanism
No install spec is present (instruction-only). This minimizes persistent installation risk because no archives/binaries are downloaded or written by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That aligns with its stated function of generating local PDFs.
Persistence & Privilege
The skill is not 'always: true' and does not request elevated or persistent privileges. It writes output files (PDF and .typ) in the current working directory per its instructions, which is expected behavior for a report generator.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skeet-pdf-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skeet-pdf-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Custom PDF report generator using Typst with summary and report templates
元数据
Slug skeet-pdf-report
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pdf Report 是什么?

Generate a polished PDF report or summary from findings, data, or tables gathered earlier in the conversation. Use when the user asks to "make a PDF", "gener... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。

如何安装 Pdf Report?

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

Pdf Report 是免费的吗?

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

Pdf Report 支持哪些平台?

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

谁开发了 Pdf Report?

由 Bryan Seitz(@seitzbg)开发并维护,当前版本 v1.0.2。

💬 留言讨论