Skip to content
Поверхность: CliСтабильность: Public StableЗрелость: StableИсходник

plugin-kit-ai skills install

Сгенерировано из реального Cobra command tree.

Install external Agent Skills through the npm skills CLI

plugin-kit-ai skills install

Install external Agent Skills through the npm skills CLI

Описание

Install external Agent Skills by forwarding to npx -y skills@<version> add.

plugin-kit-ai skills install <source> [flags]

Examples

  plugin-kit-ai skills install flutter/skills --global --all
  plugin-kit-ai skills install dart-lang/skills --skill '*' --agent codex --agent claude-code --global --yes
  plugin-kit-ai skills add flutter/skills --list

Опции

  -a, --agent strings               agent(s) to install to, use '*' for all agents
      --all                         shorthand for --skill '*' --agent '*' --yes in the upstream skills CLI
      --copy                        copy files instead of symlinking to agent directories
      --full-depth                  search all subdirectories even when a root SKILL.md exists
  -g, --global                      install skill globally (user-level) instead of project-level
  -h, --help                        справка по install
  -l, --list                        list available skills in the repository without installing
  -s, --skill strings               skill name(s) to install, use '*' for all skills
      --skills-cli-version string   npm skills CLI version to run (default "1.5.5")
  -y, --yes                         skip confirmation prompts

См. также

  • plugin-kit-ai skills - Экспериментальные инструменты для авторинга skills.

Публичная документация для авторов плагинов и интеграторов.