pilotty
Programmatic control of terminal apps like vim and htop
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โ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