wizard

Guide users through manual procedures with an interactive bash script.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Jmarques/orford-sur-le-lac_embarcations --skill wizard-jmarques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wizard
Source: https://github.com/Jmarques/orford-sur-le-lac_embarcations/tree/main/.agents/skills/wizard
Command: npx skills add https://github.com/Jmarques/orford-sur-le-lac_embarcations --skill wizard-jmarques

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates manual procedures that are tedious to perform by hand, such as third-party setup, one-off migrations, and state transitions, by guiding users through each step with a bash script.

Core Features & Use Cases

  • Interactive Bash Wizard: Guides users through manual procedures step by step.
  • URL Opening and Capturing: Opens URLs, captures values, and confirms each step.
  • File Writing: Writes values to .env files and GitHub Actions secrets.
  • Use Case: For setting up a third-party service, running a one-time migration, or transitioning a project from one state to another.

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 with a bash script?

To automate manual setup procedures, this bash script acts as an interactive wizard that guides you through each step, opening URLs, capturing values, and writing them to .env files or GitHub secrets.

Can I use a bash wizard to automate third-party service setup and migrations?

Yes, a bash wizard can automate third-party service setup and one-off migrations by guiding you through state transitions, opening URLs, and capturing necessary configuration values.

How do I write captured values to .env files and GitHub Actions secrets?

To write captured values to .env files and GitHub Actions secrets, the script prompts you during each step, confirms the input, and automatically handles the file and secret injection.

What is the best way to guide users through a one-time state transition in bash?

The best way to guide users through a one-time state transition in bash is using an interactive wizard that opens URLs, captures values, and confirms each step sequentially.

Do I need any dependencies to run an interactive bash wizard for procedure automation?

No dependencies are required to run this interactive bash wizard for procedure automation, as it operates independently using standard bash scripts.

When should I not use a bash script for automating manual procedures?

You should not use a bash script for automating manual procedures if your workflow requires complex state management beyond sequential steps, URL opening, and writing to .env files or GitHub secrets.