oc-files

Store files and generate time-limited download links with expiry tracking.

23|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oc-files
Source: https://github.com/reedmayhew18/ClawedBack/tree/main/.claude/skills/oc-files
Command: npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-files

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to securely store files and generate time-limited download links for sharing through web chat, enabling controlled file distribution.

Core Features & Use Cases

  • Store, organize, and share files with the user via temporary download links.
  • Generate time-limited links for generated, uploaded, or shared files, with expiration controls.
  • Workflow support for common user intents like "share file", "send file", "list files", and "download" to provide the correct link.

Quick Start

Store a generated file in the managed area and generate a temporary download link for the user.

Frequently Asked Questions about oc-files

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

FAQPage Schema
How do I share generated files via temporary download links in a web chat workflow?

To share generated files via temporary download links in a web chat workflow, you store the files in a managed area and generate time-limited links with expiration controls for controlled access distribution.

What is a temporary download link and how does it control file access?

A temporary download link is a time-limited URL that controls file access by tracking link expiry. It ensures secure distribution by making generated or uploaded files available only until the expiration threshold is reached.

How do I list and manage files that have been shared in a chat?

To list and manage files shared in a chat, the Python-based file manager maintains a manifest of managed files. This manifest tracks stored files and their associated temporary links for organized retrieval.

Can I set an expiration time on a file share link?

Yes, you can set an expiration time on a file share link. The file manager implements link expiry tracking, allowing you to generate time-limited links with explicit expiration controls for secure file distribution.

Does this file sharing approach work without external dependencies?

Yes, this file sharing approach works without external dependencies. The Python-based file manager operates independently to store files, generate temporary download links, and track link expiry within the chat environment.