SKILL·4620A1

nano-pdf

swarmclawai
Aktualisiert 1 month ago
1 Ansichten
613
130
613
Auf GitHub ansehen
Metapdf

Über

nano-pdf ist ein CLI-Tool zur programmatischen Bearbeitung oder Erstellung von PDFs mithilfe natürlicher Sprachbefehle. Es ermöglicht Entwicklern, bestimmte Seiten zu ändern, Text zu ersetzen, Inhalte hinzuzufügen oder neue PDFs aus beschreibenden Eingabeaufforderungen zu generieren. Diese Fähigkeit eignet sich ideal zur Automatisierung von PDF-Manipulationsaufgaben in Workflows, wenn es darum geht, Dokumente zu bearbeiten, zu erstellen oder zu konvertieren.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add swarmclawai/swarmclaw -a claude-code
Plugin-BefehlAlternativ
/plugin add https://github.com/swarmclawai/swarmclaw
Git CloneAlternativ
git clone https://github.com/swarmclawai/swarmclaw.git ~/.claude/skills/nano-pdf

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

nano-pdf

Use nano-pdf to apply edits to a specific page in a PDF using a natural-language instruction.

Quick Start

nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle"

Creating a New PDF

nano-pdf create output.pdf "Create a one-page summary of quarterly results with a header, bullet points, and a footer"

Usage in SwarmClaw

When a user asks to create or edit a PDF:

  1. Check if nano-pdf is installed: which nano-pdf
  2. If not installed, install via uv tool install nano-pdf or pip install nano-pdf
  3. Run the appropriate command
  4. Report the output file path to the user

Notes

  • Page numbers are 0-based or 1-based depending on the tool's version; if the result looks off by one, retry with the other.
  • Always sanity-check the output PDF before reporting success.
  • For multi-page edits, run separate commands per page.

GitHub Repository

swarmclawai/swarmclaw
Pfad: skills/nano-pdf
0
agent-frameworkagent-memoryagent-runtimeagent-swarmagentsai
FAQ

Frequently asked questions

What is the nano-pdf skill?

nano-pdf is a Claude Skill by swarmclawai. Skills package instructions and resources that Claude loads on demand, so Claude can perform nano-pdf-related tasks without extra prompting.

How do I install nano-pdf?

Use the install commands on this page: add nano-pdf to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does nano-pdf belong to?

nano-pdf is in the Meta category, tagged pdf.

Is nano-pdf free to use?

Yes. nano-pdf is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Verwandte Skills

content-collections
Meta

Diese Skill bietet eine produktionsgetestete Einrichtung für Content Collections – ein TypeScript-first-Tool, das Markdown/MDX-Dateien in typsichere Datensammlungen mit Zod-Validierung umwandelt. Verwenden Sie ihn beim Erstellen von Blogs, Dokumentationsseiten oder inhaltsstarken Vite + React-Anwendungen, um Typsicherheit und automatische Inhaltsvalidierung zu gewährleisten. Er behandelt alles von der Vite-Plugin-Konfiguration und MDX-Kompilierung bis hin zur Deployment-Optimierung und Schema-Validierung.

Skill ansehen
polymarket
Meta

Diese Fähigkeit ermöglicht es Entwicklern, Anwendungen mit der Polymarket-Prognosemärkte-Plattform zu erstellen, einschließlich API-Integration für Handel und Marktdaten. Sie bietet außerdem Echtzeit-Datenstreaming über WebSocket, um Live-Trades und Marktaktivitäten zu überwachen. Nutzen Sie sie zur Implementierung von Handelsstrategien oder zur Erstellung von Tools, die Live-Marktaktualisierungen verarbeiten.

Skill ansehen
creating-opencode-plugins
Meta

Diese Fähigkeit unterstützt Entwickler dabei, OpenCode-Plugins zu erstellen, die in über 25 Ereignistypen wie Befehle, Dateien und LSP-Operationen eingreifen. Sie bietet die Plugin-Struktur, Event-API-Spezifikationen und Implementierungsmuster für JavaScript/TypeScript-Module. Nutzen Sie sie, wenn Sie den Lebenszyklus des OpenCode KI-Assistenten mit benutzerdefinierter ereignisgesteuerter Logik abfangen, überwachen oder erweitern müssen.

Skill ansehen
sglang
Meta

SGLang ist ein hochperformantes LLM-Serving-Framework, das sich auf schnelle, strukturierte Generierung für JSON, Regex und agentenbasierte Workflows unter Verwendung seines RadixAttention-Prefix-Cachings spezialisiert. Es bietet deutlich schnellere Inferenz, insbesondere für Aufgaben mit wiederholten Präfixen, was es ideal für komplexe, strukturierte Ausgaben und Mehrfachdialoge macht. Wählen Sie SGLang gegenüber Alternativen wie vLLM, wenn Sie constrained decoding benötigen oder Anwendungen mit umfangreicher Präfix-Weitergabe entwickeln.

Skill ansehen