·iterm2-driver
*

iterm2-driver

indrasvat/claude-code-skills

Python 스크립트를 사용하여 프로그래밍 방식으로 iTerm2를 구동하여 터미널 작업을 자동화하고, 테스트를 실행하거나, 세션을 관리하세요. 사용자가 TUI, CLI, 터미널 앱, 터미널 자동화, 대화형 터미널 테스트, 터미널 UI, 명령줄 인터페이스 자동화, REPL 자동화, 화면 모니터링 또는 터미널 스크린샷을 테스트해야 할 때 사용합니다. iTerm2 및 iterm 자동화를 지원합니다.

4설치·0트렌드·@indrasvat

설치

$npx skills add https://github.com/indrasvat/claude-code-skills --skill iterm2-driver

SKILL.md

This skill enables you to fully control the iTerm2 terminal emulator using its Python API. You can create windows, tabs, and splits, inject commands, read screen content, and interact with running applications (CLI/TUI/REPL).

Every script MUST begin with a comprehensive docstring covering: Tests, Verification Strategy, Screenshots, Key Bindings, and Usage. See examples/00-comprehensive-template.py for the canonical format.

| Get app | app = await iterm2.asyncgetapp(connection) | | Get window | window = app.currentterminalwindow | | New tab | tab = await window.asynccreatetab() | | Get session | session = tab.currentsession | | Send text | await session.asyncsendtext("ls\n") | | Read screen | screen = await session.asyncgetscreencontents() | | Get line | screen.line(i).string |

Python 스크립트를 사용하여 프로그래밍 방식으로 iTerm2를 구동하여 터미널 작업을 자동화하고, 테스트를 실행하거나, 세션을 관리하세요. 사용자가 TUI, CLI, 터미널 앱, 터미널 자동화, 대화형 터미널 테스트, 터미널 UI, 명령줄 인터페이스 자동화, REPL 자동화, 화면 모니터링 또는 터미널 스크린샷을 테스트해야 할 때 사용합니다. iTerm2 및 iterm 자동화를 지원합니다. 출처: indrasvat/claude-code-skills.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/indrasvat/claude-code-skills --skill iterm2-driver
카테고리
*크리에이티브
인증됨
최초 등록
2026-02-12
업데이트
2026-02-18

빠른 답변

iterm2-driver이란?

Python 스크립트를 사용하여 프로그래밍 방식으로 iTerm2를 구동하여 터미널 작업을 자동화하고, 테스트를 실행하거나, 세션을 관리하세요. 사용자가 TUI, CLI, 터미널 앱, 터미널 자동화, 대화형 터미널 테스트, 터미널 UI, 명령줄 인터페이스 자동화, REPL 자동화, 화면 모니터링 또는 터미널 스크린샷을 테스트해야 할 때 사용합니다. iTerm2 및 iterm 자동화를 지원합니다. 출처: indrasvat/claude-code-skills.

iterm2-driver 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/indrasvat/claude-code-skills --skill iterm2-driver 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/indrasvat/claude-code-skills

상세

카테고리
*크리에이티브
출처
skills.sh
최초 등록
2026-02-12