Toolverse
All skills

tmux-terminal

by mikeyobrien

Interactive terminal control via tmux for TUI apps, prompts, and long-running CLI workflows.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
17

About this skill

Interactive terminal control via tmux for TUI apps, prompts, and long-running CLI workflows.

How to use

  1. Sprawdź, czy tmux jest zainstalowany na Twoim systemie, uruchamiając komendę tmux -V w terminalu. Na macOS tmux jest preinstalowany; na Linuksie zainstaluj go za pomocą menadżera pakietów.

  2. Utwórz nową sesję tmux w trybie detached (działającą w tle) za pomocą komendy tmux new-session -d -s nazwa_sesji, gdzie nazwa_sesji to dowolna nazwa identyfikująca Twoją sesję.

  3. Wysyłaj komendy do sesji używając tmux send-keys -t nazwa_sesji "komenda" Enter. Zamień "komenda" na rzeczywistą komendę, którą chcesz wykonać. Aby wysłać specjalne klawisze, użyj nazw takich jak Enter, C-c (Ctrl+C), Tab, Up, Down.

  4. Przechwycaj wyjście ekranu z sesji komendą tmux capture-pane -t nazwa_sesji -p. Dodaj flagę -S -200, aby zobaczyć ostatnie 200 linii, gdy ekran zawiera wiele tekstu.

  5. Nawiguj w aplikacjach TUI, wysyłając klawisze strzałek (Up, Down, Left, Right) i Enter do interakcji z interfejsem. Przechwytuj ekran po każdej akcji, aby potwierdzić zmianę stanu.

  6. Zakończ pracę z sesją, wysyłając C-c (Ctrl+C) do zatrzymania procesu, a następnie tmux kill-session -t nazwa_sesji, aby usunąć sesję.

Related skills

polymarket-trader

by openclaw

Query Polymarket prediction markets - trending events, crypto, politics, sports, and search

Testing
14142

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Testing
130255

creating-financial-models

by anthropics

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

Testing
25137

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994