← 返回 Skills 市场
686
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install blankfiles
功能描述
Use blankfiles.com as a binary test-file gateway: discover formats, filter by type/category, and return direct download URLs from the public API.
使用说明 (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/statushttps://blankfiles.com/api/v1/fileshttps://blankfiles.com/api/v1/files/{type}https://blankfiles.com/api/v1/files/{category}/{type}
Behavior
- 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.
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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blankfiles - 安装完成后,直接呼叫该 Skill 的名称或使用
/blankfiles触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release under canonical slug
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 686 次。
如何安装 Blank Files Gateway?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blankfiles」即可一键安装,无需额外配置。
Blank Files Gateway 是免费的吗?
是的,Blank Files Gateway 完全免费(开源免费),可自由下载、安装和使用。
Blank Files Gateway 支持哪些平台?
Blank Files Gateway 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blank Files Gateway?
由 seblavoie(@seblavoie)开发并维护,当前版本 v1.0.0。
推荐 Skills