skills_get_asset
Retrieve templates and static resource files bundled with a skill. Use a two-step process: list available assets then fetch the content of a specific file to use as a starting template.
Instructions
STEP 3c - Fetch a template or static resource bundled with a skill (markdown templates, config starters, example data files).
Two-phase use:
Call with filename='list' (default) to see the full asset manifest
Call again with the specific filename to fetch its content
Use the returned content as a starting template - adapt it to the specific task. Only call when skill instructions reference a specific asset file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | list | |
| skill_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |