원클릭으로
remotty-start
Start the remotty bridge for Telegram. Use when the user asks to start remotty, run the bridge, or connect Telegram to Codex CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start the remotty bridge for Telegram. Use when the user asks to start remotty, run the bridge, or connect Telegram to Codex CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | remotty-start |
| description | Start the remotty bridge for Telegram. Use when the user asks to start remotty, run the bridge, or connect Telegram to Codex CLI. |
Start Remote Control from the current project. The supported Telegram flow is for Codex CLI.
$configPath = Join-Path $env:APPDATA "remotty\bridge.toml"
remotty service status reports an installed service, run:remotty service start
Start-Process pwsh -ArgumentList @(
"-NoProfile",
"-NoExit",
"-Command",
"remotty remote-control; Read-Host 'Press Enter to close'"
)
Remote Control active
Listening for Telegram channel messages from: remotty:telegram
Register the current Codex workspace as a remotty workspace. Use when the user asks to use this project, register this project, or set the current project for remotty.
Pair a Telegram account with remotty using a pairing code. Use when the user gives a remotty pairing code or asks to pair Telegram.
Store the Telegram bot token for remotty in Windows protected storage. Use when the user asks to configure remotty, save a bot token, replace a token, or run remotty configure.
Check the Telegram environment for remotty. Use when the bot does not reply, setup is unclear, or the user asks for a live environment check.
Apply or check the Telegram allowlist policy for remotty. Use after pairing or when the user asks to lock down Telegram access.
List Codex threads for remotty and explain how to bind a Telegram chat to one. Use when the user asks to select or list Codex sessions or threads.