dev-aly3n

Aipager — AI skill for Claude Code

AI community

Universal remote control for AI coding agents via messaging apps.

How to install Aipager

This entry records only its repository, not the path inside it, so there is no exact command to give. Open dev-aly3n/aipager and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Aipager does

Universal remote control for AI coding agents via messaging apps.

Alternatives in AI

  • Openskills — Universal skills loader for AI coding agents - npm i -g openskills 9.8k ★
  • Agmsg — Cross-vendor messaging for CLI AI coding agents — let Claude Code, Codex, Gemini & Copilot talk to each other 1.5k ★
  • TokenTracker — Local-first AI token usage & cost tracker for 31 coding tools incl 1.4k ★

README

aipager

[![PyPI](https://img.shields.io/pypi/v/aipager?label=pypi&color=3775A9)](https://pypi.org/project/aipager/) [![Python](https://img.shields.io/pypi/pyversions/aipager?color=3775A9)](https://pypi.org/project/aipager/) [![License](https://img.shields.io/badge/license-MIT-black)](LICENSE)

Telegram remote-control for [Claude Code](https://claude.com/claude-code) CLI sessions. Run Claude inside a detached terminal (`dtach`), drive it from your phone — read responses, send prompts, approve permission requests, switch sessions — without an SSH session staying open.

[aipager.run](https://aipager.run) · [Docs](docs/) · [Changelog](CHANGELOG.md) · [Issues](https://github.com/dev-aly3n/aipager/issues)

Install

Linux or macOS, any architecture. `dtach` is installed automatically via the [`dtach-bin`](https://pypi.org/project/dtach-bin/) dependency — no separate system package needed.

One-line install (recommended)

curl -fsSL https://raw.githubusercontent.com/dev-aly3n/aipager/main/install.sh | sh

This auto-detects `uv` / `pipx` / `brew` and uses whichever is already on your system. If none is present, it bootstraps `uv` (Astral's Python tool manager) and installs through it.

uv (recommended on macOS)

uv tool install aipager     # if uv is already installed

— or to install uv first:

curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install aipager

uv bundles its own Python interpreter, so this works on any macOS / Linux version regardless of what system Python is doing — it sidesteps the Homebrew-Python-vs-Xcode breakage described under the Homebrew section below.

pipx

pipx install aipager

Homebrew tap (macOS, Linuxbrew)

**Note:** `uv tool install aipager` is the recommended path on macOS. The brew formula works when Homebrew's `python@3.12` bottle and your Xcode / Command Line Tools are in sync, but they periodically drift apart — most recently on **macOS Tahoe (26.x)**, where in