telegram-skills-bin
Installation
SKILL.md
Telegram Skills Bin
Shared runtime for the Telegram skills. This skill contains no user-facing
behavior — it only ships bin/telegram, the bash wrapper that the
telegram-notify, telegram-ask, and telegram-manage-contacts skills call.
You do not run this skill directly. It exists so the other three skills have a single, shared copy of the CLI instead of duplicating it.
What it provides
<skill-dir>/bin/telegram — a bash wrapper that, on first use, downloads the
prebuilt binary for your platform and pinned version from GitHub Releases (needs
curl or wget), caches it next to itself, and execs it. No Bun or other
runtime dependencies.