terminal

Manage tmux sessions to send keys and fetch live outputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hanc00l/nemo-agent --skill terminal-hanc00l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terminal
Source: https://github.com/hanc00l/nemo-agent/tree/main/claude-code/.claude/skills/pentest/terminal
Command: npx skills add https://github.com/hanc00l/nemo-agent --skill terminal-hanc00l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides tmux-based terminal session management to orchestrate interactive commands and securely invoke tooling within isolated sessions.

Core Features & Use Cases

  • Session management: create, list, and terminate terminal sessions.
  • Interactive command execution: send keys to a running session and fetch outputs in real time.
  • Safe tool invocation: run security tooling inside controlled, wire-mapped sessions to prevent unwanted side effects.

Quick Start

Run a simple command in a new session and observe the output.

Frequently Asked Questions about terminal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage tmux sessions for interactive command execution?

You can manage tmux sessions by using a Python-based API to create, list, and terminate terminal sessions, send keystrokes to running processes, and fetch live outputs for interactive command execution.

How does terminal session management isolate security tool invocations?

Terminal session management isolates security tool invocations by running tooling inside controlled, wire-mapped tmux sessions, which prevents unwanted side effects and securely orchestrates command execution.

Can I send keystrokes to a running tmux session and retrieve real-time output?

Yes, you can send keys to a running tmux session and retrieve real-time output by utilizing the interactive command execution features to orchestrate and monitor live processes within isolated environments.

What is the best way to automate interactive commands in isolated terminal sessions?

The best way to automate interactive commands is using a Python API that opens, controls, and closes terminal sessions, sending keystrokes and fetching outputs within isolated tmux environments.

Do I need Python to control tmux sessions for automation workflows?

Yes, you need Python to control tmux sessions for automation workflows, as the Skill provides a Python-based API specifically designed to open, control, and close sessions for secure tooling calls.

When should I use tmux-based session management instead of standard command execution?

You should use tmux-based session management when your workflows require creating isolated sessions, sending interactive keystrokes, and retrieving live outputs to safely run security tooling without unwanted side effects.