Overview
- Skill Key
- hajekt2/ua1-validator-agent
- Author
- hajekt2
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hajekt2/ua1-validator-agent
- Latest Commit SHA
- a92dcce7d64df932f2e5a66b8ad9f8978482db81
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 deterministic accessibility checks, compact machine-readable verdicts, CI gating, or structured remediation loops for PDF files.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ua1-validator-agent 技能。 若已安装,则直接安装 ua1-validator-agent 技能。
# UA1 Validator Agent Skill Use this skill to run deterministic PDF/UA-1 checks from an agent workflow. ## Endpoints - 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` ## Required contract 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 ## Minimal workflow for agents 1. Run health check once before batch validation. 2. Validate each PDF using compact mode for deterministic parsing. 3. If verdict is `fail`, capture findings and group by `rule_id`. 4. Produce remediation plan sorted by rule frequency. 5. Re-run validation after fixes and compare counts. ## Use script Run: ```bash 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) ## CI gate pattern 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.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.