---
title: "Get Skill Details"
method: GET
path: "/agent/skills/{skillId}"
tags: ["Skills"]
---

# Get Skill Details

`GET /agent/skills/{skillId}`

Returns detailed information about a specific skill

## Path parameters

- `skillId` string, required

## Response `200`

Skill details

- SkillDetails
  - `id` string, required — Unique skill identifier
  - `name` string, required — Skill name
  - `description` string — Detailed skill description
  - `tags` string[] — Skill tags for categorization
  - `input_modes` string[] — Accepted input MIME types
  - `output_modes` string[] — Supported output MIME types
  - `version` string, required — Skill version
  - `author` string — Skill author email
  - `examples` string[] — Example use cases
  - `capabilities_detail` object — Detailed capability information
  - `requirements` object — Package and system requirements
    - `packages` string[]
    - `system` string[]
    - `min_memory_mb` integer
  - `performance` object — Performance metrics and constraints
    - `avg_processing_time_ms` integer
    - `max_file_size_mb` integer
    - `max_pages` integer
    - `concurrent_requests` integer
  - `allowed_tools` string[] — Allowed tool operations
  - `documentation` object — Comprehensive documentation
    - `overview` string
    - `use_cases` object
    - `input_structure` string
    - `output_format` string
    - `error_handling` string[]
    - `examples` object[]
    - `best_practices` object
  - `assessment` object — Assessment and routing information
    - `keywords` string[]
    - `specializations` object[]
    - `anti_patterns` string[]
  - `documentation_path` string — Path to skill documentation file
  - `has_documentation` boolean — Whether documentation is available

## Other responses

- `404` — Skill not found

## Changes

- **2026-02-12** `970d68a5c55d` — 2 warning, 13 info
  - removed the optional property `inputSchema` from the response with the `200` status
  - removed the optional property `outputSchema` from the response with the `200` status
  - added the optional property `allowed_tools` to the response with the `200` status
  - added the optional property `assessment` to the response with the `200` status
  - …11 more

[Change history](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/agent/skills/:skillId/get.md)

---

[API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [All operations](https://skmtc.dev/getbindu/apis/bindu-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbindu/bindu-agent-api/revisions/aec28fa7bf81/schema)
