Read Skill Content
read_skillPreview GitHub repository skill files before installation by reading SKILL.md content to understand functionality and requirements.
Instructions
Read skill file content (SKILL.md) from a GitHub repository. Use to preview a skill before installing.
Parameters:
owner: GitHub username/org (e.g., "anthropics")
repo: Repository name (e.g., "claude-code")
path: Path to skill folder (e.g., "plugins/frontend-design/skills/frontend-design")
branch: Git branch (default: "main")
If path has no skill.md, returns directory listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub repository owner (e.g., 'davila7') | |
| repo | Yes | GitHub repository name (e.g., 'claude-code-templates') | |
| path | No | Path to skill within repo (e.g., 'cli-tool/components/skills/development/senior-prompt-engineer'). If not provided, lists available skills. | |
| branch | No | Git branch (default: 'main') | main |