connoradsconnoradsCommunity·1 Agent Skills Included

remobi

Control tmux terminal sessions from your phone

Puts your tmux, zellij, or herdr terminal session on your phone with touch controls, swipe gestures, and pinch-to-zoom. Eliminates tiny on-screen keyboards and prefix-key fumbling when monitoring coding sessions remotely. Guides setup through environment checks, config generation, and secure deployment via Tailscale in one conversation.
npx skills add connorads/remobi --all -g -y
Available:

Directs the agent to follow the remobi-setup skill when onboarding users, including the critical requirement to enable tmux mouse mode for touch scrolling.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install remobi?

Run `npx skills add connorads/remobi --all -g -y` in your terminal to install the setup skill globally, then ask your coding agent to onboard you.

How to control tmux from my phone?

Run `remobi serve` on your computer and open the local URL on your phone through a trusted tunnel like Tailscale. You get your full tmux session with swipe navigation, pinch-to-zoom, and tap-to-send commands.

Does remobi work with zellij or herdr?

Yes. Start it with `remobi serve -- zellij attach --create main` or `remobi serve -- herdr --session main`, and the default touch controls work unchanged.

Is remobi secure to expose on my network?

remobi binds to localhost by default and has no built-in login, so you should publish it only through a private layer like Tailscale Serve. Never expose it directly to the public internet.

Can I set up remobi without manual configuration?

Yes. The included setup skill inspects your tmux config, generates a validated remobi.config.ts, and suggests mobile-friendly tweaks automatically in one conversation.

Related Repositories in Software Engineering

View All in Software Engineering