clawhub_get_file
Fetch a single raw file from a ClawHub skill package by providing the skill slug and file path, with optional version or tag.
Instructions
Fetch a single raw file from a skill package. Required: slug, path. Optional: version or tag (defaults to latest). Returns the file as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| path | Yes | ||
| slug | Yes | ||
| version | No |