Interactive scripts
Skill 8ddieHu0314/Skill-Lab/tests/fixtures/skills/invalid/interactive-scripts
Agent Skills Evaluation Framework
npx -y skills add 8ddieHu0314/Skill-Lab --skill interactive-scriptsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use when you need to test a skill whose scripts use interactive input.
SKILL.md
0.4 KB, as published. Nobody here has run it
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]