← Back to Skills Marketplace
161
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install pdf-studio
Description
Professional PDF document generator. Use when user needs to create reports, invoices, certificates, portfolios, or any publication-ready PDF. Supports images...
Usage Guidance
This is an instruction-only skill (no bundled code). It looks coherent and limited in scope, but before using: 1) confirm any Python libraries you install come from trusted sources (pip from PyPI) and review their docs; 2) if you let an agent run generated Python code, review the code first — the SKILL.md itself doesn't contain executable scripts; 3) expect the agent to read or reference local fonts/files if you instruct it to embed system fonts — avoid exposing sensitive files; 4) if you need networked features (cloud fonts, remote images), verify the agent will not upload documents or credentials to external servers. If those checks are followed, the skill is reasonable to use.
Capability Analysis
Type: OpenClaw Skill
Name: pdf-studio
Version: 1.1.0
The pdf-studio skill bundle is a purely instructional set of guidelines for an AI agent to generate PDF documents. It contains no executable code, scripts, or hidden commands. The documentation in SKILL.md and references/templates.md focuses on legitimate document structure, font paths, and library recommendations (FPDF2, WeasyPrint, ReportLab) without any indicators of data exfiltration, malicious execution, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the content: guidance for generating publication-quality PDFs. Declared requirements are minimal (python3) and match the recommendation to use Python PDF libraries. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md contains user prompts, library recommendations, layout/font guidance, and error handling related to PDF creation. It does not instruct reading or exfiltrating unrelated system files or contacting external endpoints. References to font paths are presented as user-facing examples, not explicit instructions to harvest system data.
Install Mechanism
No install spec or code files are provided (instruction-only). The skill asks users to manually install common Python libraries (fpdf2, WeasyPrint, ReportLab) — a low-risk, expected choice for this purpose.
Credentials
No environment variables, credentials, or config paths are required. The lack of secrets or unrelated service credentials is appropriate for a local PDF-generation helper.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent or elevated platform privileges, nor does it modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pdf-studio - After installation, invoke the skill by name or use
/pdf-studio - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: Security hardening - removed all code examples with imports, removed auto-install dependencies, pure instruction-based skill with no executable code.
v1.0.4
添加安全说明:明确无网络调用、无凭证请求、本地处理
v1.0.3
修复代码依赖:统一使用fpdf2,移除weasyprint引用
v1.0.2
修复安全扫描:统一依赖声明,明确使用fpdf2
v1.0.1
更新依赖说明:推荐使用fpdf2,支持Unicode字体,跨平台兼容
v1.0.0
专业PDF文档生成器:高质量排版,开源字体,跨平台兼容,支持图片/表格/图表/目录
Metadata
Frequently Asked Questions
What is pdf-studio?
Professional PDF document generator. Use when user needs to create reports, invoices, certificates, portfolios, or any publication-ready PDF. Supports images... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install pdf-studio?
Run "/install pdf-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pdf-studio free?
Yes, pdf-studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pdf-studio support?
pdf-studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pdf-studio?
It is built and maintained by ToBeWin (@tobewin); the current version is v1.1.0.
More Skills