
from hybridclaw109
Create, extract, render, and fill PDFs using bundled Node/JS tools — text extraction, page rendering, form detection, overlays, merging and splitting.
Provides a Node/JS-first PDF toolkit for agents: create new PDFs, extract text, render pages to images, detect and fill form fields, place text by coordinates, and merge or split documents. It prefers bundled scripts and enforces a linear, reproducible workflow.
Use this skill whenever a user mentions a .pdf file or asks to read, summarize, extract structured fields (invoices/forms), render pages, or fill forms. It's the primary path for PDF tasks inside the HybridClaw workspace and should be chosen before external CLIs or ad-hoc tools.
Best used with agents that support Node/JS execution and bundled script invocation (e.g., HybridClaw runtime, Codex/Code-style agents that can run workspace node scripts).
PDF skill from HybridClaw offering text extraction, page rendering, form detection/filling, PDF creation, and merge/split via bundled Node.js ESM scripts. Well-structured with two shared runtime helpers and ten CLI scripts. SKILL.md is comprehensive with clear workflows, anti-patterns, and progressive disclosure. Scripts were skipped by the runner (.mjs not supported) but static analysis shows clean, well-written code with proper error handling and input validation.
Clean skill. No security concerns. No hardcoded secrets, no shell injection, no destructive commands, no exfiltration. The fetch in create_pdf.mjs properly validates URL protocol and enforces a 5MB size limit. Code quality is solid with consistent patterns across all scripts. Architecture follows the skill spec well with good separation of concerns.
gog (Google Workspace CLI)
Command-line integration for Google Workspace: Gmail, Calendar, Drive, Contacts, Sheets, Docs and related automation.
gws — Google Workspace CLI
Invoke Google Workspace services (Calendar, Gmail, Drive, Sheets, Docs, Tasks) via the gws CLI with auth checks and safe confirmation rules.