wizard

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

把繁琐的一次性手工步骤自动化并可重复执行,降低出错率。

▸ 风险提示

会写入本地文件和 GitHub Secrets,需谨慎管理凭证。

这个 Skill 做什么

生成交互式 bash 向导,引导人工完成设置并写入 .env/Secrets。

生成一个交互式的 bash 向导,逐步引导人工完成第三方配置或一次性迁移:打开页面、告诉你点哪儿、复制粘贴哪些值,并把抓到的密钥写入 .env 或 GitHub Actions secrets。用在那些必须手工操作、又不想每次都重新解释给 AI 的繁琐流程。亮点是每步确认、显示进度,并把结果自动写到正确的位置,减少人为出错。

▸ 展开 SKILL.md 英文原文

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.

开发编程交互脚本迁移向导密钥管理通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/in-progress/wizard/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/in-progress/wizard/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wizard

A **wizard** is a bash script that walks a human, step by step, through a manual procedure that's tedious to do by hand and tedious to re-explain to an AI every time. It opens each URL, says exactly what to click and copy, captures the values, writes them where they belong (`.env`, GitHub secrets), confirms at every stage, and shows how much is left. It might configure third-party services, run a one-off migration, or move the project from one state to another.

The delightful UX is already solved by [template.sh](template.sh) — progress with time-remaining, confirmation gates, cross-platform URL opening (including WSL), hidden secret entry, idempotent `.env` upserts, `gh secret`/`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有