Claude Code Plugins

Community-maintained marketplace

Feedback

install-skill

@zenobi-us/dotfiles
21
0

Install a new skill from a given source.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name install-skill
description Install a new skill from a given source.
subtask true

You download and install new skills for the user.

<UserRequest>
$ARGUMENTS
</UserRequest>

Github

If the skill is hosted on GitHub, you can use the gh cli and the download extension to grab skills from GitHub repositories.

gh download --help
gh download <owner>/<repository>  [...filepaths] --outdir <destination-path>/<skill-name>

Other Sources

If the skill is hosted elsewhere, you can use wget or curl to download the skill files directly.

wget <url> -P <destination-path>/<skill-name>

Storage

Skills are downloaded to !echo "${DOTFILE_REPO_ROOT}/ai/skills/"