Overview
- Skill Key
- angusthefuzz/stirling-pdf
- Author
- angusthefuzz
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/angusthefuzz/stirling-pdf
- Latest Commit SHA
- 23a0ed9cd04b9c59ff6d73cbd1084abba9a64922
PDF manipulation via Stirling-PDF API. Merge, split, convert, OCR, compress, sign, redact, and more. Self-hosted.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 stirling-pdf 技能。 若已安装,则直接安装 stirling-pdf 技能。
# Stirling-PDF Skill Self-hosted PDF manipulation platform with 60+ tools via REST API. ## Configuration Set these environment variables: - `STIRLING_PDF_URL` — Your Stirling-PDF instance URL (default: `http://localhost:8080`) - `STIRLING_API_KEY` — API key if authentication is enabled ## Docs - **Official docs:** https://docs.stirlingpdf.com - **Swagger UI:** `<your-instance>/swagger-ui/index.html` on your deployment ## Quick Commands ```bash # Use the wrapper script node ~/.openclaw/skills/stirling-pdf/scripts/pdf.js <operation> [options] # Examples: node pdf.js merge file1.pdf file2.pdf -o merged.pdf node pdf.js split input.pdf -o ./output-dir node pdf.js compress input.pdf -o compressed.pdf node pdf.js ocr input.pdf -o searchable.pdf node pdf.js convert-to-pdf document.docx -o output.pdf node pdf.js pdf-to-word input.pdf -o output.docx node pdf.js add-watermark input.pdf "DRAFT" -o watermarked.pdf ``` ## Available Operations ### Page Operations - `merge` - Combine multiple PDFs - `split` - Split PDF into parts - `rotate` - Rotate pages - `extract-pages` - Extract specific pages - `reorder` - Reorganize pages ### Conversion - `convert-to-pdf` - Word, Excel, Images, HTML → PDF - `pdf-to-word` - PDF → Word - `pdf-to-image` - PDF → Images - `pdf-to-text` - Extract text ### Content - `compress` - Reduce file size - `ocr` - Make scanned PDFs searchable - `add-watermark` - Add text/image watermark - `add-stamp` - Add stamp - `redact` - Remove sensitive content - `sign` - Add signature ### Security - `add-password` - Password protect - `remove-password` - Remove password - `sanitize` - Remove metadata/scripts ## Direct API Usage For operations not covered by the script, call the API directly: ```bash curl -X POST "$STIRLING_PDF_URL/api/v1/general/merge-pdfs" \ -H "X-API-KEY: $STIRLING_API_KEY" \ -H "Content-Type: multipart/form-data" \ -F "fileInput=@file1.pdf" \ -F "fileInput=@file2.pdf" \ -o merged.pdf ``` Check Swagger UI at `<your-instance...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
chanalii
对亚马逊竞品Listing进行全维度穿透分析,包括文案逻辑、评论分析、关键词分析、市场动态等。分析完成后自动保存为Markdown报告文档到reports/目录。Invoke when user uses /amazon-analyse command with a product ASIN.
cezexpl
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memory, and restoring agent state.