← 返回 Skills 市场
Delete File
作者
Rishabh Dugar
· GitHub ↗
· v1.0.0
· MIT-0
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install delete-file
功能描述
Delete a file from cloud storage by URL. Only the API key that uploaded the file can delete it.
使用说明 (SKILL.md)
Delete File
What It Does
Deletes a file from cloud storage by its URL. Verifies ownership — only the API key that uploaded the file can delete it.
When to Use
- Remove files you no longer need
- Clean up storage before the 30-day auto-deletion
Required Inputs
url— the file URL returned by the upload endpoint
Authentication
Send your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
Use Cases
- Privacy Compliance — Delete files immediately after processing to meet GDPR/privacy requirements
- Storage Cleanup — Remove files you no longer need before the 30-day auto-deletion
- Workflow Cleanup — Delete intermediate files after a multi-step pipeline completes
- Sensitive Document Handling — Immediately remove confidential documents after processing
Example Usage
curl -X POST https://pdfapihub.com/api/v1/file/delete \
-H "CLIENT-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{ "url": "https://bucket.s3.amazonaws.com/pdf/abc123_my_report.pdf" }'
Notes
- Returns 403 if the file doesn't belong to the requesting API key
安全使用建议
This skill appears to do exactly one thing: call pdfapihub.com's delete API with a CLIENT-API-KEY and a file URL. Before installing/using it: (1) confirm you trust pdfapihub.com and that the API key you supply belongs to you; (2) don't paste sensitive or production keys into untrusted UIs—prefer ephemeral/test keys when first trying; (3) verify the service's docs and privacy policy if you plan to delete sensitive files (the skill assumes the service enforces ownership checks); and (4) test on a non-sensitive file to confirm behavior (e.g., that a 403 is returned when deleting files not owned by your key).
能力标签
能力评估
Purpose & Capability
The name/description (delete a file by URL) matches the instructions and skill.json which call a single delete endpoint on pdfapihub.com. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md only directs making an HTTP POST to the service's delete endpoint with the file URL and an API key in the CLIENT-API-KEY header. It does not instruct reading local files, other env vars, or contacting other endpoints.
Install Mechanism
There is no install spec and no code files to write or execute; this is instruction-only, which minimizes installation risk.
Credentials
The skill requires an API key (declared in skill.json as header auth) but does not list any required environment variables — this is coherent: the user supplies the API key at runtime. No other secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or modify other skills/config. Autonomous invocation is allowed (platform default) but not combined with broad privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install delete-file - 安装完成后,直接呼叫该 Skill 的名称或使用
/delete-file触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Delete uploaded files from cloud storage by URL. Includes ownership verification — only the API key that uploaded a file can delete it. Use for privacy compliance or storage cleanup.
元数据
常见问题
Delete File 是什么?
Delete a file from cloud storage by URL. Only the API key that uploaded the file can delete it. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。
如何安装 Delete File?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install delete-file」即可一键安装,无需额外配置。
Delete File 是免费的吗?
是的,Delete File 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Delete File 支持哪些平台?
Delete File 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Delete File?
由 Rishabh Dugar(@rishabhdugar)开发并维护,当前版本 v1.0.0。
推荐 Skills