---
title: "List commands"
method: GET
path: "/command"
---

# List commands

`GET /command`

Get a list of all available commands in the CyberStrike system.

## Query parameters

- `directory` string

## Response `200`

List of commands

- Command[]
  - `name` string, required
  - `description` string
  - `agent` string
  - `model` string
  - `source` 'command' | 'mcp' | 'skill'
  - `template` union, required
    - string
    - string
  - `subtask` boolean
  - `hints` string[], required

---

[API](https://skmtc.net/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.net/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/versions/4e11f1aed2fd/schema)
