sbx skills add
| Description | Add skills from a Git repository |
|---|---|
| Usage | sbx skills add <repository> [flags] |
Experimental
This command is experimental.
Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.
Description
Install skills from a Git repository for use in Docker Sandboxes. The repository must contain one or more valid SKILL.md files.
All discovered skills are installed when --skill is omitted. Use --skill one or more times, or pass a comma-separated list, to install only named skills. Replacing an installed skill requires confirmation; use --force to skip prompts.
The repository can be specified as a Git URL or as GitHub owner/repository shorthand. Skills installed with this command can later be refreshed with 'sbx skills update'.
Options
| Option | Default | Description |
|---|---|---|
-f, --force | Overwrite existing skills without prompting | |
-s, --skill | Add only the named skill (repeatable or comma-separated) |
Global options
| Option | Default | Description |
|---|---|---|
--cloud | Dispatch to Docker Cloud Sandboxes API instead of local sandboxd (supported by a growing set of verbs — run 'sbx --cloud --help' for the current list) | |
--cloud-api-url | https://api.sandboxes-cloud.docker.com | Cloud Sandboxes API base URL; only used with --cloud. Defaults to prod (https://api.sandboxes-cloud.docker.com). Set DOCKER_CLOUD_API_URL or pass this flag to override; a legacy value ending in /v1 is accepted. |
-D, --debug | Enable debug logging |
Examples
sbx skills add https://github.com/anthropics/skills --skill frontend-design
sbx skills add anthropics/skills --skill frontend-design --skill pdf
sbx skills add https://github.com/anthropics/skills --force