Skip to main content

public-files

Share static files (PDFs, images, zips, build artifacts) as direct, permanent CDN links.

インストールへ移動

ソース情報

リポジトリ
talesofai/cohub
ソースの最終更新活動
2026年8月25日 17:11
検出された SKILL.md の言語
英語
スター
575
フォーク
8

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
public-files
description
Share static files (PDFs, images, zips, build artifacts) as direct, permanent CDN links.
# Public Files Commands target the current Space by default; add `-s <spaceId>` to use another. ## Publish Upload one file or one directory: ```bash cohub public upload <source> [destination] ``` Examples: ```bash cohub public upload ./report.pdf cohub public upload ./report.pdf reports/latest.pdf cohub public upload ./dist demo ``` Use `--json` for a manifest of every uploaded file (path, size, MIME type) plus the Space URL prefix. Existing files are never replaced implicitly. When replacement is intended, use: ```bash cohub public upload <source> [destination] --overwrite ``` ## Inspect ```bash cohub public ls [path] cohub public ls -r [path] cohub public url <path> ``` ## Behavior notes - Uploads are permanent: there is no delete command yet. Anything uploaded stays publicly accessible. - A URL prefix is not a browsable directory; always link to a specific file. - The CDN caches content for ~5 minutes. After `--overwrite`, the old version may remain visible briefly; query strings do not bypass the cache. ## Safety - Never upload secrets, tokens, private logs, or internal-only files. - Use relative asset paths in static sites. - Use `--overwrite` only when replacing the existing public path is intentional. ## Finish Return the direct public URL when the command provides one.
GitHubで見る