Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Validate PDFs against PDF/UA-1 using ua1.dev or api.ua1.dev from AI coding agents (OpenClaw, Claude Code, Codex, OpenCode). Use when an agent needs determini...
Validate PDFs against PDF/UA-1 using ua1.dev or api.ua1.dev from AI coding agents (OpenClaw, Claude Code, Codex, OpenCode). Use when an agent needs determini...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use this skill to run deterministic PDF/UA-1 checks from an agent workflow.
Health: GET https://api.ua1.dev/api/health Validate: POST https://api.ua1.dev/api/validate Compact mode: POST https://api.ua1.dev/api/validate?format=compact Metrics: GET https://api.ua1.dev/api/metrics
Send multipart form-data with field name file. Accepted: .pdf Typical outcomes: 200 validation response 415 unsupported type 413 file too large 429 rate-limited
Run health check once before batch validation. Validate each PDF using compact mode for deterministic parsing. If verdict is fail, capture findings and group by rule_id. Produce remediation plan sorted by rule frequency. Re-run validation after fixes and compare counts.
Run: bash scripts/validate_pdf.sh /absolute/or/relative/path/to/file.pdf Optional env: UA1_API_BASE (default: https://api.ua1.dev) UA1_FORMAT (compact by default; set full for full payload)
Treat non-pass verdict as a failed quality gate. Exit 0 only when verdict is pass Exit 2 when verdict is fail Exit 1 for transport/API errors Use the scriptβs exit codes directly in pipelines.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.