← ClaudeAtlas

interactive-commandlisted

Runs an interactive command in a separate window and waits for it to close. Invoked only when another skill explicitly calls for it, never on its own.
LandonSchropp/agent-toolkit · ★ 1 · AI & Automation · score 57
Install: claude install-skill LandonSchropp/agent-toolkit
# Interactive Command Run `scripts/interactive-command.sh --command '<command>' --name <name>`. It opens the command in a new herdr tab in the agent's workspace and blocks until that tab closes. The command persists its own result — an editor saves the file it was given, so write a scratch file first and read it back after. Always run the script in the background, with no timeout, so it can run until the tab closes. After running the command, print a short message provided by the calling skill to let the user know it has been opened. You're notified when the tab closes.