Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

PDF Generator

Skill Проверено
92

Create and manipulate PDF files programmatically. Use when the user needs to generate PDFs, fill PDF forms, extract PDF content, add watermarks/overlays, or merge documents. Supports both template-based generation (form filling, overlays) and from-scratch creation. Keywords: PDF, document, form, fillable, merge, watermark, extract, text, report.

Резюме ИИ

This skill enables the creation and modification of PDF files using Deno scripts. It supports generating PDFs from scratch via JSON specifications or by modifying existing templates with form filling, overlays, and merging. Prerequisites include Deno installation and necessary file permissions.

Maintenance

  • warning:Commit recencyThere are no commits in the last 12 months, indicating the extension may be unmaintained.

Code Execution

  • info:ValidationInput parameters like file paths and JSON specifications are handled by Deno's argument parsing and JSON parsing. While basic, explicit validation libraries like Zod are not used for the JSON schema.

Установка

npx skills add jwynia/agent-skills

Запускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.

2 months ago
70 stars
MIT
Обновлено 2 days ago
Посмотреть исходный код