Interactive Scripts

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

8ddieHu0314 80b5745 2 files · 612 B Updated

File contents

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]

8ddieHu0314/Skill-Lab/tree/main/tests/fixtures/skills/invalid/interactive-scripts commit 80b5745002

Frequently asked questions

npx skillmds@latest add 8ddiehu0314/interactive-scripts