skill_list_all
List all available skills with metadata to present the skill catalog. Set markdown_output to true for a readable format.
Instructions
function_purpose: List available skills with brief metadata (excluding body).
Description:
Enumerates all discovered skills from the skills directory and returns summary metadata.
Excludes the markdown body for compact listing; use get_skill_detail for full content.
Args:
markdown_output: bool If True, return formatted markdown string instead of JSON list (default: False)
Returns:
If markdown_output=False: List of dict entries with name, description, license, allowed_tools, metadata, path
If markdown_output=True: formatted markdown string with skill catalog
Usage:
Use this to present a catalog of available skills to the agent or user.
Set markdown_output=True for a more readable format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown_output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |