원클릭으로
claude-code-telegrammer
TUI watchdog for Claude Code — screen polling, auto-response, lock management. Bottom layer of the SciTeX agent stack.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
TUI watchdog for Claude Code — screen polling, auto-response, lock management. Bottom layer of the SciTeX agent stack.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | claude-code-telegrammer |
| description | TUI watchdog for Claude Code — screen polling, auto-response, lock management. Bottom layer of the SciTeX agent stack. |
| version | 0.4.0 |
TUI watchdog that keeps Claude Code sessions alive by auto-responding to prompts.
ENV (SCITEX_OROCHI_TELEGRAM_BOT_TOKEN)
▼
scitex-orochi
agents/orochi-telegrammer.yaml (bot_token_env references env var)
▼
scitex-agent-container
Reads YAML, injects env into session
▼
claude-code-telegrammer ◀── YOU ARE HERE
✓ Polls screen buffer every 1.5s
✓ Detects TUI prompts (y/n, y/y/n, idle)
✓ Sends keystrokes to unblock
✗ Does NOT manage tokens
✗ Does NOT call Telegram API
✗ Does NOT know about YAML configs
| Binary | Purpose |
|---|---|
| telegrammer | Main CLI orchestrator |
| claude-code-telegrammer-watchdog | Screen-based auto-responder |
| claude-code-telegrammer-guard | Lock file manager |
| claude-code-telegrammer-init | Session initializer |
| claude-code-telegrammer-relay | Orochi relay |
| Variable | Default | Description |
|---|---|---|
| CLAUDE_CODE_TELEGRAMMER_SESSION | claude-code-telegrammer | Screen session name |
| CLAUDE_CODE_TELEGRAMMER_WATCHDOG_INTERVAL | 1.5 | Poll interval (seconds) |
| CLAUDE_CODE_TELEGRAMMER_RESP_Y_N | 1 | Response to y/n prompt |
| CLAUDE_CODE_TELEGRAMMER_RESP_Y_Y_N | 2 | Response to y/y/n prompt |
| CLAUDE_CODE_TELEGRAMMER_RESP_WAITING | /speak-and-call | Command when idle |
Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.
Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.
Autonomous work mode — never ask user to run commands, never stand by, always take next action. Use when working independently on tasks.
Claude Code setup and configuration reference. Skills, commands, hooks, MCP servers, CLI, and permissions.
Code audit, cleanup, refactoring, API minimization, test review, examples, and project evaluation. Use when reviewing code quality or preparing for release.
Core development philosophy including development cycles, naming conventions, architectural decisions, and multi-agent workflows. Use when establishing project foundations or making architectural decisions.