Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use blankfiles.com as a binary test-file gateway: discover formats, filter by type/category, and return direct download URLs from the public API.
Use blankfiles.com as a binary test-file gateway: discover formats, filter by type/category, and return direct download URLs from the public API.
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 when the user needs real, downloadable blank binary files for upload testing. Primary API: https://blankfiles.com/api/v1/status https://blankfiles.com/api/v1/files https://blankfiles.com/api/v1/files/{type} https://blankfiles.com/api/v1/files/{category}/{type}
Prefer the API endpoints above to discover current formats. Return direct file URLs from the API response (files[].url) whenever possible. If a format is not found, suggest close alternatives from the same category. Keep responses concise and practical: format, category, URL, and one-line use case.
Treat this as a read-only gateway. Do not ask users to run shell scripts or installers. Do not fabricate file formats or URLs. Always verify availability via API before claiming a format exists. Use exact API route shapes (/api/v1/...), not deprecated routes.
Use: GET /api/v1/files Return: Total count Top relevant matches for user intent Direct links
Use: GET /api/v1/files/{type} Return: Matching files with direct URLs If none, propose neighboring types in same domain
Use: GET /api/v1/files/{category}/{type} Return: One direct URL when available 404-safe fallback suggestions when missing
format: <type> category: <category> download_url: <url> notes: <short testing context>
Read: {baseDir}/references/endpoints.md {baseDir}/references/publish.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.