tgcli-remote
Installation
SKILL.md
TGCLI Remote
Use tgcli on the remote VPS, not locally.
Target
- Read the host from
TGCLI_SERVER. - SSH as
danil. - Prefer
ssh danil@"$TGCLI_SERVER" tgcli ...for one-off commands. - Use
ssh danil@"$TGCLI_SERVER" 'bash -lc "..."'when shell expansion or multiple commands are needed. - Treat the remote host as the only place where the Telegram session store lives.
Use
- Use this skill for remote message search, sending, sync, media download, and diagnostics.
- Keep
--jsonon machine workflows. - Prefer
--source archive|live|bothexplicitly when reading messages. - Do not use MCP here; this skill is CLI-only.