{
  "schemaVersion": "2026-05-17",
  "name": "Workblock LLM public agent skills",
  "description": "Read-only workflows exposed by the public Workblock LLM APIs.",
  "skills": [
    {
      "id": "read-nvidia-cluster-directory",
      "name": "Read NVIDIA cluster directory",
      "description": "Fetch a nested directory tree for current NVIDIA cluster metric actions.",
      "href": "https://llm.ktortolini.dev/.well-known/agent-skills/read-nvidia-cluster-directory.json",
      "method": "GET",
      "target": "https://llm.ktortolini.dev/api/nvidia-cluster/directory"
    },
    {
      "id": "list-nvidia-cluster-actions",
      "name": "List NVIDIA cluster actions",
      "description": "Fetch a paginated list of current NVIDIA cluster metric actions.",
      "href": "https://llm.ktortolini.dev/.well-known/agent-skills/list-nvidia-cluster-actions.json",
      "method": "GET",
      "target": "https://llm.ktortolini.dev/api/nvidia-cluster/actions"
    }
  ]
}
