Skip to main content
GET
List slash commands

Query Parameters

repository
string

Absolute path of the repository to resolve skills and command files for. A repository's own .claude and .narya directories are read only when it is named here AND it has been trusted; with no repository named, the answer carries the user's own files and the installed packages' only. It also decides where a command's shell blocks run.

Maximum string length: 4096
cursor
string

Opaque pagination cursor from a previous page's nextCursor or prevCursor.

Maximum string length: 1024
limit
integer
default:25

Maximum items per page.

Required range: 1 <= x <= 100

Response

One page of command files.

One page of command files, plus whatever the loaders complained about while reading them.

items
object[]
required
limit
integer
required
Required range: x >= 1
nextCursor
string
notices
string[]

Standing facts about the COMMAND files on this machine's disk, in the words a person reads — scoped to this listing, the way SkillPage.notices is scoped to that one.