メインコンテンツへスキップ
このコンテンツはお使いの言語にまだ対応していないため、英語で表示されています。

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.

AI サマリー

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 など)が少なくとも 1 つインストールされている必要があります。リポジトリが agentskills.io 形式に従っていることを前提としています。

2 months ago
70 stars
MIT
2 days ago に更新
ソースコードを表示