file-to-link
Uploads a local file to Qiniu Cloud Storage and returns a shareable URL.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ahsbnb/file-to-linkWhat 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
- "Upload the file located at F:\projects\assets\presentation.pdf and provide me the public URL so I can send it to the client."
- "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."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ahsbnb-file-to-link": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
live-script-planner
根据用户输入(产品、目标、直播类型等)生成专业的直播间口播、互动和逼单脚本。支持参数化调用,可指定带货类/种草类/品牌宣讲类等不同风格。
douyin-data-exporter
抖音数据导出技能 - 获取用户主页视频数据
wechat-data-exporter
(已验证) 可靠的视频号数据导出器,通过 API 直接获取指定客户的多维度数据报告。
douyin-video-search
(已验证) 通过 TikHub API 搜索抖音视频,支持关键词、分页、多维度排序和筛选。
creative-performance-diagnoser2
(半自动) 投放素材效果诊断与分析,通过读取平台导出的数据报表(图片或表格),生成一份诊断分析报告,为素材优化提供明确建议。