Skills
Get skill files
The published bundle's files. Text inline; binary assets by path only.
GET
https://cloud.generalinput.com/v1/skills/:id/filesAuthenticationRequires
skills:manage on a personal API key. A CLI session always passes.Response
{
"files": [
{
"path": "SKILL.md",
"content": "---\nname: gmail-inbox-triage\n…",
"isBinary": false
},
{ "path": "assets/template.docx", "content": null, "isBinary": true }
]
}For binary bytes use the bundle URL.