make-pdf-safeFlatten a PDF into a non-interactive “safe” version by uploading it to the Solutions API, polling until completion, then returning a download URL for the flattened PDF.
Install via ClawdBot CLI:
clawdbot install CrossServiceSolutions/make-pdf-safeThis skill creates a “safe” PDF by converting the document into a single flattened layer without active functionality. The goal is to reduce risk from interactive PDF features.
In practical terms, the output PDF is intended to:
This skill:
1) accepts a PDF file from the user,
2) uploads it to the Solutions API,
3) polls the job status until it is finished,
4) returns the download URL for the “safe” flattened PDF.
The API requires an API key used as a Bearer token:
Authorization: Bearer How the user gets an API key:
Rule: never echo or log the API key.
Base URL:
https://api.xss-cross-service-solutions.com/solutions/solutionsCreate make-safe job:
POST /api/41multipart/form-data parameters:file — required — PDF fileGet result by ID:
GET /api/When done, the response contains:
output.files[] with { name, path } where path is a downloadable URL.Return a structured result:
job_id (number)status (string)download_url (string, when done)file_name (string, when available)Example output:
```json
{
"job_id": 4101,
"status": "done",
"download_url": "https://.../safe.pdf",
"file_name": "safe.pdf"
}
Generated Mar 1, 2026
Law firms and legal departments use this skill to securely share contracts or court filings as flattened PDFs, preventing unauthorized edits or embedded scripts that could compromise document integrity. It ensures that sensitive legal documents remain static and tamper-proof during transmission to clients or opposing counsel.
Banks and financial institutions apply this skill to sanitize quarterly reports or investment summaries before distributing them to stakeholders, removing interactive elements like forms or links that could pose security risks. This helps maintain data accuracy and compliance with regulatory standards for document safety.
Hospitals and healthcare providers use the skill to flatten patient records or medical forms into non-interactive PDFs for long-term storage, reducing vulnerabilities from embedded scripts while preserving content for audits. It supports HIPAA compliance by ensuring records are secure and unalterable.
Educational publishers and online learning platforms employ this skill to convert interactive textbooks or assignments into safe PDFs for student downloads, preventing cheating through editable fields or hidden scripts. It enhances academic integrity by delivering static, reliable content.
Government agencies utilize the skill to release public records or policy documents as flattened PDFs, neutralizing interactive features that could be exploited for misinformation or data breaches. This ensures transparency while protecting official communications from tampering.
Offer tiered subscription plans where users pay monthly or annually for API calls to flatten PDFs, with limits based on volume (e.g., 100-10,000 documents per month). Revenue is generated through recurring fees, appealing to businesses with regular document security needs.
Charge users per document processed, with a small fee (e.g., $0.10-$1 per PDF) for each flattening job, ideal for occasional users or one-off projects. Revenue scales directly with usage, minimizing upfront costs and attracting a broader customer base.
License the skill to software companies or SaaS platforms for embedding into their own products, such as document management systems, with revenue from upfront licensing fees or revenue-sharing agreements. This expands market reach by leveraging existing customer networks.
💬 Integration Tip
Ensure the API key is securely stored as an environment variable and implement error handling for network timeouts during polling to maintain reliability.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
用 MinerU API 解析 PDF/Word/PPT/图片为 Markdown,支持公式、表格、OCR。适用于论文解析、文档提取。
Generate hand-drawn style diagrams, flowcharts, and architecture diagrams as PNG images from Excalidraw JSON
The awesome PPT format generation tool provided by baidu.