pull-provider

Pull StackQL providers from the registry by name or version.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/stackql/stackql-skills --skill pull-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-provider
Source: https://github.com/stackql/stackql-skills/tree/main/skills/pull-provider
Command: npx skills add https://github.com/stackql/stackql-skills --skill pull-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull provider registry management to streamline adding StackQL providers to your cloud workflows.

Core Features & Use Cases

  • Provider discovery: List available providers with --list.
  • Provider installation: Pull by name or name@version.
  • Change visibility: Show currently installed providers before pulling.

Quick Start

Ask the StackQL skill to pull a provider from the registry by name, for example /stackql-skills:pull-provider google.

Frequently Asked Questions about pull-provider

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pull StackQL providers from the registry?

To pull StackQL providers from the registry, specify the provider name or name@version. The process checks currently installed providers, pulls the requested ones, and reports success or failure for each before guiding your next steps.

How can I list available StackQL providers before installing them?

You can list available StackQL providers to discover what is in the registry by using the --list command. This displays available options and shows currently installed providers before you pull new ones.

Can I install a specific version of a StackQL provider?

Yes, you can install a specific version of a StackQL provider by specifying the name@version syntax instead of just the provider name. The tool reports whether the specific version pull succeeded or failed.

What is the best way to manage StackQL provider installations for DevOps automation?

Managing StackQL provider installations for DevOps automation involves pulling providers directly from the registry by name or version. The tool shows installed providers before pulling and reports success or failure to streamline cloud workflows.

Does pulling StackQL providers show which ones are already installed?

Yes, pulling StackQL providers shows currently installed providers before initiating the pull. This change visibility helps you verify your existing environment before adding new providers from the registry.