← Back to Skills Marketplace
seblavoie

Blank Files Gateway

by seblavoie · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
686
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install blankfiles
Description
Use blankfiles.com as a binary test-file gateway: discover formats, filter by type/category, and return direct download URLs from the public API.
README (SKILL.md)

Blank Files Gateway

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}

Behavior

  1. Prefer the API endpoints above to discover current formats.
  2. Return direct file URLs from the API response (files[].url) whenever possible.
  3. If a format is not found, suggest close alternatives from the same category.
  4. Keep responses concise and practical: format, category, URL, and one-line use case.

Guardrails

  • 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.

Quick Recipes

Find all available formats

Use:

  • GET /api/v1/files

Return:

  • Total count
  • Top relevant matches for user intent
  • Direct links

Get one format by type

Use:

  • GET /api/v1/files/{type}

Return:

  • Matching files with direct URLs
  • If none, propose neighboring types in same domain

Get exact category + type

Use:

  • GET /api/v1/files/{category}/{type}

Return:

  • One direct URL when available
  • 404-safe fallback suggestions when missing

Output Template

  • format: \x3Ctype>
  • category: \x3Ccategory>
  • download_url: \x3Curl>
  • notes: \x3Cshort testing context>

References

Read:

  • {baseDir}/references/endpoints.md
  • {baseDir}/references/publish.md
Usage Guidance
This skill appears to do what it says: query blankfiles.com and return direct download URLs for blank binary test files. However, it is configured with always:true which forces the skill to be present in every agent session — increasing autonomous outgoing network activity and exposure to external CDNs. Before installing, consider: 1) Do you trust blankfiles.com and the CDNs referenced (e.g., jsdelivr)? 2) Do you want the skill to be force-enabled, or would you prefer it be user-invocable only? 3) Confirm the agent will only return URLs and not auto-download or execute returned files. If you want to be cautious: disable always:true, install as user-invocable only, or test the endpoints manually (GET https://blankfiles.com/api/v1/status and /api/v1/files) to verify response shapes and that file URLs point to reputable hosts.
Capability Analysis
Type: OpenClaw Skill Name: blankfiles Version: 1.0.0 The OpenClaw AgentSkills bundle for 'blankfiles' is benign. Its purpose is to provide direct download URLs for blank binary files from blankfiles.com, intended for testing. The SKILL.md instructions clearly define the agent's behavior, focusing on API interactions with blankfiles.com and explicitly includes guardrails against running shell scripts or fabricating URLs. The `references/publish.md` file contains standard `clawhub` commands for publishing the skill, which are developer instructions, not agent runtime commands. No evidence of prompt injection, data exfiltration, or malicious execution was found.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions align: the skill only needs to query blankfiles.com API and return file metadata/URLs. There are no extra binaries, env vars, or unrelated requirements declared.
Instruction Scope
SKILL.md is narrowly scoped to calling the listed API endpoints, returning files[].url, and verifying availability. This is read-only and matches the described purpose. Note: verifying availability implies making HTTP requests and returning URLs that point to third-party CDNs (example: jsdelivr). The guardrails forbid fabrication and shell execution, which reduces risk, but the instructions allow the agent to fetch or resolve remote resources.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. References include optional clawhub publish commands, but these are documentation only and not part of runtime behavior.
Credentials
No environment variables, credentials, or config paths are requested. The skill's external network access is limited to the listed public API/CDN, which is proportionate to its purpose.
Persistence & Privilege
The skill sets always:true (force-included in every agent run) without justification. That gives it broad presence and increases the chance of autonomous, repeated network calls and exposure of agent activity to external hosts. Most read-only connector skills do not need always:true; user-invocable-only or standard invocation is more appropriate.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blankfiles
  3. After installation, invoke the skill by name or use /blankfiles
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release under canonical slug
Metadata
Slug blankfiles
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Blank Files Gateway?

Use blankfiles.com as a binary test-file gateway: discover formats, filter by type/category, and return direct download URLs from the public API. It is an AI Agent Skill for Claude Code / OpenClaw, with 686 downloads so far.

How do I install Blank Files Gateway?

Run "/install blankfiles" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Blank Files Gateway free?

Yes, Blank Files Gateway is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Blank Files Gateway support?

Blank Files Gateway is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Blank Files Gateway?

It is built and maintained by seblavoie (@seblavoie); the current version is v1.0.0.

💬 Comments