Share feedback
Answers are generated based on the documentation.

sbx skills import

DescriptionImport skills from supported agent directories
Usagesbx skills import [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

Import skills already installed for supported coding agents on this machine.

The following directories are checked in order: ~/.agents/skills ~/.claude/skills ~/.config/opencode/skills ~/.copilot/skills ~/.cursor/skills ~/.factory/skills

When the same skill appears in more than one directory, the first copy is used and the others are skipped with a warning.

Importing a skill that is already installed replaces it completely, including removing files that are no longer present. You will be prompted before a skill is replaced; use --force to skip all prompts.

Symlinks at the top level are followed if they point to a directory. Symlinks within skill folders and loose files at the top level are skipped.

Imported skills are available to Claude, Codex, Copilot, Cursor, Droid, and OpenCode.

Options

OptionDefaultDescription
--dry-runPreview which skills would be imported without copying anything
-f, --forceOverwrite existing skills without prompting

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