ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 2/5

file-to-link

Uploads a local file to Qiniu Cloud Storage and returns a shareable URL.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ahsbnb/file-to-link
Or

What This Skill Does

The file-to-link skill is a powerful utility designed to bridge the gap between your local file system and the web. By leveraging Qiniu Kodo Cloud Storage, this tool allows you to upload local files—ranging from documents and images to large video files—and immediately generate a persistent, shareable public URL. Unlike temporary file hosting services that may expire or lose data, this implementation utilizes a robust cloud backend, ensuring that your uploaded assets are stored reliably and accessible via standard HTTP protocols.

Installation

To integrate this skill into your OpenClaw environment, ensure you have the necessary dependencies installed. First, install the required Python library by running: pip install qiniu Then, add the skill to your agent repository using the command: clawhub install openclaw/skills/skills/ahsbnb/file-to-link Ensure your Qiniu credentials are correctly configured in the underlying script environment to allow for successful authentication with the cloud provider.

Use Cases

This skill is perfect for developers, creators, and data analysts who need to share assets quickly. Common use cases include generating direct download links for software builds, sharing large media files that exceed email attachment limits, or providing quick access to datasets that need to be parsed by remote APIs or web-based applications. It is particularly useful for creating links for non-sensitive documentation or creative assets you want to make available to collaborators.

Example Prompts

  1. "Upload the file located at F:\projects\assets\presentation.pdf and provide me the public URL so I can send it to the client."
  2. "I have a video file at C:\exports\tutorial.mp4. Please upload this using the file-to-link tool and give me the shareable address."
  3. "Convert my local dataset at C:\data\archive.zip into a web link using the file-to-link skill."

Tips & Limitations

  • Security First: Never use this tool for sensitive files, passwords, or personal credentials. Because the files are stored on a public-facing cloud bucket, assume that anyone with the link can access the content.
  • Path Formatting: The tool supports special characters and spaces, but always provide the full, absolute file path to ensure the script accurately locates your data.
  • Feedback: If the output is blank, double-check your file path and your internet connection to the Qiniu storage service.

Metadata

Author@ahsbnb
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ahsbnb-file-to-link": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#file-hosting#cloud-storage#qiniu#sharing#automation
Safety Score: 2/5

Flags: file-read, external-api