HeroPrompt

Installation

Install & run skills. Use the HeroPrompt CLI to browse, install, and run skills from your terminal.

Install & Run Skills

  1. 1

    Install the CLI

    Install the HeroPrompt CLI tool from PyPI.

    $ pip install heroprompt-cli
  2. 2

    Authenticate

    Log in with your Individual or Team account credentials.

    $ heroprompt auth login
  3. 3

    Browse skills

    View all available skills and their categories.

    $ heroprompt skills list
  4. 4

    Run a skill

    Execute a skill interactively with step-by-step guidance.

    $ heroprompt skills run <skill-id>

Skills are interactive workflows that guide you step by step. Each skill includes decision points, templates, and best practices curated by experts.

Need help? Run heroprompt skills --help or visit the documentation.