Skills
One file's download URL
A presigned URL for a single file in the published bundle. Binary-safe.
GET
https://cloud.generalinput.com/v1/skills/:id/file-url?path=AuthenticationRequires
skills:manage on a personal API key. A CLI session always passes.A short-lived presigned GET for one file of the published bundle, named by path. Use it to fetch a single asset without pulling the whole bundle; the bytes come straight from storage, so binary files under assets/ survive intact.
Query
| Param | Required | Notes |
|---|---|---|
path | yes | The file's path within the bundle, e.g. SKILL.md. |
Response
{
"url": "https://storage.example/…?X-Amz-Signature=…",
"fileName": "SKILL.md",
"contentType": "text/markdown"
}A path with no matching file answers 404.