# Interactive Scripts

> Use when you need to test a skill whose scripts use interactive input.

- Skill: `8ddiehu0314/interactive-scripts` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add 8ddiehu0314/interactive-scripts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/8ddiehu0314/interactive-scripts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 8ddieHu0314 (https://skillmd.com/u/8ddiehu0314)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/8ddiehu0314/interactive-scripts

---


This skill's scripts call `input()` and `getpass`, which block because agents
run scripts in non-interactive shells — there is no terminal to read from.

See `scripts/setup.py` for the violations.

Expected failures:
- structure.scripts-no-interactive [moderate]

