Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
gumloop skills lets you manage agent skills as files on disk. Each skill is one or more files (markdown, JSON, anything) that an agent can read at runtime.
List skills
ID, NAME, TEAM, USAGE (usage count), and UPDATED. If the response is paginated, the next cursor is printed at the bottom.
| Flag | Description |
|---|---|
--search | Filter skills by query string. |
--server | Filter to skills related to a specific MCP server ID. |
--limit | Maximum number of skills to return. |
--cursor | Pagination cursor from a previous list call. |
--json | Print the raw response payload. |
Create a skill
Upload one or more files as a new skill:Update a skill
Replace the files attached to an existing skill:Download a skill
-o:
| Flag | Description |
|---|---|
-o, --output | File or directory to write to. Use - to write to stdout. |
--version-id | Download a specific skill version. |
--json | Print download metadata as JSON (path + bytes). |
