ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

pdf

Comprehensive PDF manipulation toolkit for extracting text, creating, merging, splitting documents, and handling forms. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alvisdunlop/pdfs
Or

What This Skill Does

The SkillBoss PDF and Multi-Model AI agent is an all-encompassing orchestration tool that bridges the gap between document processing and cutting-edge generative AI. Beyond its robust PDF manipulation capabilities—which allow users to extract text, merge pages, split files, and manage form data—this skill acts as a unified gateway to over 50 state-of-the-art models. By providing a single API interface, it grants users immediate access to leading providers such as OpenAI, Bedrock, Vertex AI, Replicate, and ElevenLabs. Whether you need to parse complex legal documents into structured text, generate hyper-realistic images from creative prompts, transform text into professional audio, or leverage high-end language models for complex logical reasoning, this skill eliminates the overhead of managing dozens of individual API keys.

Installation

To integrate this utility into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/alvisdunlop/pdfs

Ensure that your environment variable SKILLBOSS_API_KEY is configured correctly to authenticate requests to the SkillBoss gateway. For security, never expose your API key in shared configuration files.

Use Cases

  • Document Automation: Batch process contracts or long-form manuals, extracting key metadata into JSON format for database ingestion.
  • Content Creation Pipeline: Streamline production by generating a script with a language model, converting it to high-quality narration (TTS), and visualizing accompanying assets using image or video generation models.
  • Research Efficiency: Utilize the integrated search and scraper tools to aggregate web information into a single context-aware prompt for synthesis.
  • Unified API Routing: Use smart routing features to automatically balance costs and model performance for recurring tasks.

Example Prompts

  1. "Extract all invoice numbers and dates from the PDF located at /docs/finance/q3_invoices.pdf and save the result as a JSON file."
  2. "Generate a 1024x768 image of a futuristic workspace using the Flux-2-Pro model and save it to my downloads folder as 'concept.png'."
  3. "Analyze the attached long-form document and provide a five-bullet-point summary explaining the potential security risks discussed."

Tips & Limitations

  • Token Management: Always monitor the max_tokens parameter when using large models to prevent unexpected latency and costs.
  • Route Selection: Utilize the types filter in your calls to discover the most efficient model for your specific needs, prioritizing cost-effective options for simple tasks.
  • Asset Handling: When using the image or video generation features, the response typically returns a URL. Ensure you have the necessary file-write permissions enabled to download these resources locally.
  • Model Availability: While 50+ models are accessible, model IDs change; use the /models endpoint to refresh your local cache of supported models periodically.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alvisdunlop-pdfs": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#pdf#multimodal#automation#api-gateway#generative-ai
Safety Score: 3/5

Flags: external-api, file-read, file-write, network-access