wizard

Guide users through bash procedures and write outputs to .env files and GitHub secrets.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill wizard-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wizard
Source: https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions/tree/main/upstream-snapshots/mattpocock-skills/skills/in-progress/wizard
Command: npx skills add https://github.com/tgmarinho/agent-super-powers-matt-pocock-skills-comparasions --skill wizard-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually performing repetitive procedures, such as third-party setups, migrations, and state transitions, by automating them through an interactive bash wizard.

Core Features & Use Cases

  • Interactive Bash Wizard: Guides users through manual procedures step by step, with clear instructions and confirmation at each stage.
  • URL Opening and Value Capture: Opens URLs, captures values, and confirms each step, writing outputs to .env files and GitHub Actions secrets.
  • Use Case: Ideal for automating complex setups or migrations that require multiple steps and inputs, saving time and reducing errors.

Quick Start

Run the wizard to automate the setup of your third-party service.

Frequently Asked Questions about wizard

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

FAQPage Schema
How do I automate manual setup procedures using bash?

To automate manual setup procedures using bash, this Skill guides you through steps interactively, opening URLs, capturing values, and writing outputs to .env files and GitHub secrets.

What is the best way to handle third-party service migrations in bash?

The best way to handle third-party service migrations in bash is using an interactive wizard that automates state transitions by prompting for inputs and confirming each step.

Can I use a bash wizard to write captured values to GitHub secrets?

Yes, you can use this bash wizard to capture values during a procedure and write those outputs directly to .env files and GitHub Actions secrets.

Do I need any dependencies to run an interactive bash script for setup?

You do not need external dependencies to run this interactive bash script, but it requires a bash environment and familiarity with common scripting practices.

What are the limitations of automating procedures with bash scripts?

The limitations of automating procedures with bash scripts include relying on common scripting practices, and the wizard is strictly sequential, requiring manual confirmation at each step.