msmpsmsmpsCommunityยท1 Agent Skills Included

pilotty

Programmatic control of terminal apps like vim and htop

Controls terminal applications like vim, htop, lazygit, and dialog through managed pseudo-terminal sessions. Captures screen state as structured JSON and sends keyboard input, clicks, and scrolls without manual typing. Eliminates fragile sleep-based scripting by waiting for actual screen changes, making terminal workflows fast and reliable.
npx skills add msmps/pilotty --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pilotty?โ–ผ

Run `npx skills add msmps/pilotty --all -g -y` in your terminal to install the skill globally for your agent.

How to automate terminal apps with AI?โ–ผ

pilotty lets your agent spawn terminal apps in background sessions, read the screen as JSON, and send keystrokes or clicks just like a human would.

Can pilotty edit files in vim automatically?โ–ผ

Yes. It can open vim, enter insert mode, type content, and save with :wq, all through simple commands with no manual interaction.

Does pilotty work with Claude Code and Cursor?โ–ผ

Yes. The included SKILL.md follows the universal skill standard, so it works in Claude Code, Cursor, OpenClaw, and other compatible agents.

Does pilotty support Windows?โ–ผ

No. It runs on macOS and Linux only, because it relies on Unix pseudo-terminals and domain sockets.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’