ad-spend-optimizer
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Extract text, tables, and images from PDFs. Use when: extracting data from reports; converting PDF tables to CSV; pulling images from presentations; processing research papers; batch converting PDFs to text
$ npx -y skills add guia-matthieu/clawfu-skills --skill pdf-extractor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pdf-extractorContext preview
The summary Claude sees to decide when to auto-load this skill.
Extract text, tables, and images from PDFs. Use when: extracting data from reports; converting PDF tables to CSV; pulling images from presentations; processing research papers; batch converting PDFs to text
name: pdf-extractor description: "Extract text, tables, and images from PDFs. Use when: extracting data from reports; converting PDF tables to CSV; pulling images from presentations; processing research papers; batch converting PDFs to text" license: MIT metadata: author: ClawFu version: 1.0.0 mcp-server: "@clawfu/mcp-skills"
> Extract text, tables, and images from PDF files using pdfplumber - turn static PDFs into usable data.
| Claude Does | You Decide | |-------------|------------| | Structures analysis frameworks | Metric definitions | | Identifies patterns in data | Business interpretation | | Creates visualization templates | Dashboard design | | Suggests optimization areas | Action priorities | | Calculates statistical measures | Decision thresholds |
pip install pdfplumber pypdf click pandas # For image extraction: pip install Pillow
python scripts/main.py text document.pdf python scripts/main.py text document.pdf --pages 1-5
python scripts/main.py tables report.pdf --output tables.csv python scripts/main.py tables financial.pdf --page 3
python scripts/main.py images presentation.pdf --output ./images/
python scripts/main.py merge doc1.pdf doc2.pdf --output combined.pdf
python scripts/main.py info document.pdf
python scripts/main.py tables annual-report.pdf --output financials.csv # Output: financials.csv with all tables found # Also creates individual CSVs: table_page3_1.csv, table_page5_1.csv
python scripts/main.py batch ./pdfs/ --output ./text/ # Converts all PDFs in folder to .txt files
python scripts/main.py text whitepaper.pdf --pages 1,5-10,15 # Extracts only pages 1, 5-10, and 15
category: automation subcategory: document-processing dependencies: [pdfplumber, pypdf, pandas] difficulty: beginner time_saved: 4+ hours/week
175 expert marketing methodologies for AI agents. Free. Open source. MIT licensed. Dunford on positioning. Schwartz on copywriting. Cialdini on persuasion. Ogilvy on advertising. Hormozi on offers. Voss on negotiation.
Repo: guia-matthieu/clawfu-skills
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Build profitable Google Ads campaigns by applying Perry Marshall's 80/20 principles to paid search optimization Use when: **Setting up a new Google Ads…
Apply 2026's top graphic design trends to any creative brief. Based on Kittl × Savee's 2026 Design Trends Report (10 trends + 2 honorable mentions), backed by…
Transformez une image 2D en modèle 3D animé prêt pour le web ou le jeu en moins de 30 minutes, en utilisant le workflow Dilum Sanjaya (Hunyuan3D + Mixamo). Use…
Art direction framework for generating warm minimalist photography via AI image generators (Flux, Midjourney, DALL-E). Separates compositional minimalism from…
Visual design direction framework organized by emotional intent (Warm/Cold x Active/Calm). The first design reference system that categorizes sites by what…