action dnd5eapi_get_api_skills_index { label: "Get a skill by index." description: "# Skill\n\nEach ability covers a broad range of capabilities, including skills that a character or a monster can be proficient in. A skill represents a specific aspect of an ability score, and an individual's proficiency in a skill demonstrates a focus on that aspect. [[SRD p77](https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf#page=77)]\n" provider: dnd5eapi method: GET path: "/api/skills/{index}" encoding: json output: { description: "`Skill`\n" type: "object" } }