← Back to Skills Marketplace
huchiyv

Web To Pdf

by huchiyv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
232
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web-to-pdf
Description
Convert any webpage to a clean, high-quality PDF file and send it directly. Use when the user asks to view a website, screenshot a webpage, or see a page's c...
Usage Guidance
This skill is coherent with its purpose and contains no hidden downloads or credential requests. Before installing, note: (1) the SKILL.md references a missing batch script — functionality for batching may be incomplete; (2) the provided helper script only prints messages and does not perform exports (the actual PDF export is expected to be done by the platform 'browser' tool); (3) the instructions rely on running 'exec rm <path>' to delete files — ensure the agent only deletes the exact file path returned by the browser tool and that path handling is safe to avoid accidental deletion of other files; and (4) consider whether you trust the platform's browser and messaging tools to handle any sensitive pages you convert. If you need stronger guarantees, review how the platform sandboxes the browser tool and where PDF files are stored before proceeding.
Capability Analysis
Type: OpenClaw Skill Name: web-to-pdf Version: 1.0.0 The skill provides a legitimate workflow for converting webpages to PDF using the OpenClaw browser tool and sending the resulting file to the user. While it instructs the agent to use the 'exec' tool to delete temporary files (scripts/web-to-pdf.sh and SKILL.md), this behavior is consistent with the stated purpose of workspace cleanup and does not exhibit signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description (webpage → PDF) aligns with the instructions (use the platform 'browser' tool to navigate and export PDF, then send the file). No unrelated binaries, environment variables, or external services are requested.
Instruction Scope
Instructions are narrowly scoped to: navigate with the browser tool, export PDF, send file via message, and remove the local file. This is appropriate for the stated purpose. Minor concerns: the SKILL.md mentions a 'scripts/batch-export.sh' that is not present in the bundle, and the guidance uses exec rm <path> — deleting files is expected for cleanup but care must be taken to ensure only the returned PDF path is removed (avoid unsanitized/ambiguous paths).
Install Mechanism
No install spec and no third-party downloads; the skill is instruction-first with a tiny helper script that only prints usage/messages. This is low risk.
Credentials
The skill requests no environment variables, credentials, or config paths. All required capabilities are the platform-provided tools (browser, message, exec) which are reasonable for the task.
Persistence & Privilege
always:false and default autonomous invocation are set. The skill does not request persistent privileges or modify other skills. Autonomous invocation is allowed by platform default and not, by itself, a red flag here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-to-pdf
  3. After installation, invoke the skill by name or use /web-to-pdf
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Web to PDF skill. - Instantly convert any webpage to a clean, high-quality PDF using browser-native PDF export. - Enables sending PDF files of webpages directly to users for maximum clarity and professional appearance. - Includes automatic file cleanup after sending to save storage space. - Provides guidance and patterns for common use cases, such as website previews and webpage "screenshots." - Offers troubleshooting and tips for handling dynamic content, mobile views, and multiple page exports.
Metadata
Slug web-to-pdf
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Web To Pdf?

Convert any webpage to a clean, high-quality PDF file and send it directly. Use when the user asks to view a website, screenshot a webpage, or see a page's c... It is an AI Agent Skill for Claude Code / OpenClaw, with 232 downloads so far.

How do I install Web To Pdf?

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

Is Web To Pdf free?

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

Which platforms does Web To Pdf support?

Web To Pdf is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web To Pdf?

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

💬 Comments