file-delivery

Deliver files to users via secure HTTP links for download or preview.

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill file-delivery-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-delivery
Source: https://github.com/superfhp/lumi-agent/tree/main/skills/file-delivery
Command: npx skills add https://github.com/superfhp/lumi-agent --skill file-delivery-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of providing users with immediate access to files, whether through download links or pre-viewing options.

Core Features & Use Cases

  • HTTP File Delivery: Delivers files to users through secure HTTP links, ensuring quick and easy access.
  • File Download: Allows users to download files directly from a web interface.
  • File Preview: Offers the ability to preview files without downloading them.
  • Use Case: Ideal for sharing reports, documents, or any other files after their creation or analysis.

Quick Start

Use the file-delivery skill to send the file '/hpfu/media_data/bili/jsonl/result.csv' to the user.

Frequently Asked Questions about file-delivery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provide an HTTP link for file download in an automated workflow?

You can generate HTTP file delivery links to provide immediate download or preview access to files. This allows users to retrieve post-processing files directly via a web interface without manual intervention.

Can I preview a file through an HTTP link without downloading it?

Yes, file preview is supported through secure HTTP links. Users can view files directly from a web interface before deciding to download them, streamlining the file access process.

What is the best way to share generated reports with users via HTTP?

Delivering files via HTTP links is an efficient way to share reports or documents. It requires HTTP server setup and file path manipulation to grant users quick access after file creation or analysis.

Do I need an HTTP server to deliver files for immediate download?

Yes, providing secure HTTP links for file delivery requires HTTP server setup. This environment configuration enables the system to manipulate file paths and serve files directly to users.

Why use an automated file delivery approach instead of manual downloads?

Automated file delivery via HTTP links eliminates manual download steps in post-processing workflows. It ensures users get immediate, secure access to created or analyzed files through quick access links.