← Back to Skills Marketplace
rishabhdugar

Delete File

by Rishabh Dugar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
64
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install delete-file
Description
Delete a file from cloud storage by URL. Only the API key that uploaded the file can delete it.
README (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
Usage Guidance
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).
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install delete-file
  3. After installation, invoke the skill by name or use /delete-file
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug delete-file
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Delete File?

Delete a file from cloud storage by URL. Only the API key that uploaded the file can delete it. It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install Delete File?

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

Is Delete File free?

Yes, Delete File is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Delete File support?

Delete File is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Delete File?

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

💬 Comments