Real Skill packageSource verifiedClawHub registry

Merge PDF

Merge multiple user-provided PDF files by uploading them to Cross-Service-Solutions, polling until completion, then returning a download URL for the merged PDF.

Identity and source

Publisher attributionCrossServiceSolutionsregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 53% rule confidence
Package forminstruction with code6 recorded files
Canonical sourceClawHub registryclawhub:crossservicesolutions:merge-pdf
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/14/2026.claude/skills/merge-pdf
1 structural issue
  • error: compatibility must be a string of at most 500 characters. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/14/2026.agents/skills/merge-pdf
2 structural issues
  • error: compatibility must be a string of at most 500 characters. SKILL.md
  • warning: Codex portability follows Agent Skills, where allowed-tools is a space-separated string. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/14/2026skills/merge-pdf
2 structural issues
  • error: compatibility must be a string of at most 500 characters. SKILL.md
  • warning: OpenClaw portability follows Agent Skills, where allowed-tools is a space-separated string. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @crossservicesolutions/merge-pdf
clawhub inspect @crossservicesolutions/merge-pdf --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
6 / 6 inspected as text
Checked
8/14/2026, 5:13:39 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
5 dependency and API indicators
  • pypi: requests >=2.32.0
  • api: ...
  • api: api.xss-cross-service-solutions.com
  • api: clawhub.ai
  • api: login.cross-service-solutions.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
7/10/2026, 4:43:36 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:a6c7d0a89a1fdafbe5e863aa9c641911bd10501374f927775f259ce8cc619cd8
Show up to 6 recorded paths
  • examples/request.json
  • README.md
  • requirements.txt
  • scripts/merge-pdf.py
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of merge-pdf (v1.0.0): - Enables merging of multiple user-uploaded PDF files using Cross-Service-Solutions. - Handles file upload, job status polling, and returns a download URL for the merged PDF. - Requires user-provided API key for authentication. - Returns a structured response with job ID, status, download URL, file name, and input file list.