Share feedback
Answers are generated based on the documentation.

sbx skills add

DescriptionAdd skills from a Git repository
Usagesbx 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

OptionDefaultDescription
-f, --forceOverwrite existing skills without prompting
-s, --skillAdd only the named skill (repeatable or comma-separated)

Global options

OptionDefaultDescription
--cloudDispatch 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-urlhttps://api.sandboxes-cloud.docker.comCloud 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, --debugEnable 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