term-cli
Run interactive terminals, debuggers, and SSH sessions without blocking
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install term-cli?โผ
Run `npx skills add EliasOenal/term-cli --all -g -y` in your terminal to install the skill globally. You also need Python 3.8+ and tmux installed on your system.
How to run interactive programs without blocking?โผ
Start a detached session with `term-cli start --session dev`, run your program inside it, and use `wait` or `capture` to check progress while you keep working on other tasks.
Can term-cli handle SSH passwords and MFA prompts?โผ
Yes. The agent requests human help with `term-cli request`, and a person completes the login via `term-assist attach`, after which the agent resumes automatically.
Does term-cli work with Claude Code and other coding agents?โผ
Yes. It works with Claude Code, Gemini CLI, Cursor, Aider, OpenCode, and any agent that can run shell commands.
Can I transfer files over an SSH session?โผ
Yes. The `upload` and `download` commands move gzip-compressed, hash-verified files through any active shell session without needing scp or sftp.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core