modal skills

Install and update Modal’s agent skills.

Usage:

modal skills [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • install: Install Modal skills.
  • show: Print Modal skill content to the terminal.
  • update: Update installed Modal skills.

Install Modal skills.

Usage:

modal skills install [OPTIONS]

Options:

  • -y, --yes: Run without pausing for confirmation.
  • --no-docs: Skip downloading Modal documentation resources.
  • -g, --global: Install in the user home directory.
  • --claude: Install to .claude/ rather than .agents/.
  • --help: Show this message and exit.

Print Modal skill content to the terminal.

Usage:

modal skills show [OPTIONS]

Options:

  • --help: Show this message and exit.

Update installed Modal skills.

Usage:

modal skills update [OPTIONS]

Options:

  • -y, --yes: Run without pausing for confirmation.
  • --no-docs: Skip downloading Modal documentation resources.
  • -g, --global: Install in the user home directory.
  • --claude: Install to .claude/ rather than .agents/.
  • --help: Show this message and exit.