wizard

Guide users through interactive bash procedures with configurable stages.

4|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/hwj123hwj/custom-skills --skill wizard-hwj123hwj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wizard
Source: https://github.com/hwj123hwj/custom-skills/tree/main/skills/wizard
Command: npx skills add https://github.com/hwj123hwj/custom-skills --skill wizard-hwj123hwj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an interactive bash wizard that guides users through manual procedures, such as setups, migrations, or state transitions, making complex tasks easier and less error-prone.

Core Features & Use Cases

  • Interactive Bash Wizard: Guided procedures with URL opening, value capture, and confirmation.
  • Customizable Stages: Authors define procedure stages, capturing values, writing to .env files, and setting GitHub secrets.
  • Ephemeral or Repeatable: Suitable for one-off tasks or as a repeatable setup path.

Quick Start

Run the wizard for setting up Stripe: ./setupStripeWizard.sh

Frequently Asked Questions about wizard

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

FAQPage Schema
How do I streamline manual setup procedures using a bash wizard?

A bash wizard streamlines manual setup procedures by providing an interactive, step-by-step guide that opens URLs, captures values, and confirms actions to reduce errors in complex tasks.

Can I use a bash wizard to capture configuration values and write them to an .env file?

Yes, you can use a bash wizard to capture configuration values during a procedure and directly write them to an .env file or set them as GitHub secrets for your project.

What is an interactive bash wizard used for in software engineering?

An interactive bash wizard is used for guiding users through complex, repetitive manual tasks like migrations or state transitions, ensuring data capture and browser interaction are handled consistently.

Do I need shell scripting skills to create custom stages for a manual procedure wizard?

Yes, you need shell and scripting skills to define custom procedure stages, as the wizard requires authors to script the specific steps for capturing values and managing configurations.

Can browser automation tools like Selenium be integrated with a bash setup wizard?

Yes, browser automation tools like Selenium can be utilized within the bash setup wizard to handle stages requiring automated browser interaction and data capture.

Are interactive bash wizards suitable for one-off migrations or repeatable setup paths?

Interactive bash wizards are suitable for both one-off tasks like migrations and repeatable setup paths, allowing you to execute the same manual procedure consistently whenever needed.