get_skill_details
Retrieve comprehensive details about a specific skill including documentation, file structure, executable scripts, environment variables, and metadata to understand skill capabilities and configuration.
Instructions
Get comprehensive details about a specific skill including all files, executable scripts, environment variables, and metadata from SKILL.md.
This tool provides complete information about a skill:
Full SKILL.md content (documentation and metadata)
All files in the skill directory with file type and size
Executable scripts with their locations
Whether Python scripts have PEP 723 inline dependencies (uv metadata)
Environment variables defined in the skill's .env file
Whether a .env file exists for this skill
Use this tool to:
Understand what a skill does (SKILL.md content)
See what files and scripts are available
Check what environment variables are configured
Determine which scripts can be executed and what dependencies they have
Required parameter: skill_name (the name of the skill directory)
Returns: Complete skill details including files, scripts, environment variables, and SKILL.md documentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
skill_name | Yes | Name of the skill |