CLI
arctl skill pull

arctl skill pull

Pull a skill’s Docker image from agentregistry and extract its contents to a local directory.

If no output directory is specified, the skill is automatically extracted to ./skills/<skill-name>.

Usage

arctl skill pull <skill-name> [output-directory] [flags]

Example:

arctl skill pull add_numbers
arctl skill pull add_numbers ./my-skills

Command-specific flags

No command-specific flags.

Global flags

-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.