Skip to content

Management portal for the my_OpenClaw Telegram remote control gateway.

Project: \\wsl$\Ubuntu-24.04\home\ta\utils\ai\my_OpenClaw\README.md WSL path: /home/ta/utils/ai/my_OpenClaw/


Lightweight Telegram bot running in WSL that acts as a hybrid remote control gateway for Windows 10. One tap on phone executes dashboard commands (deploy, status, Claude one-shots, AHK scripts) — no port-forwarding required.

Key capabilities:

  • Dashboard buttons (ReplyKeyboardMarkup) — tap to execute fixed commands
  • Voice alias matching — dictate commands naturally with arguments
  • claude -p "{args}" integration — one-shot Claude prompts from phone
  • start_claude_remote command — launches a CC Remote Control session from phone

Relationship to CC Remote Control / Channels: complementary, not competing. my_OpenClaw handles system commands and acts as universal launcher; CC Remote Control/Channels handle multi-turn Claude sessions.


Terminal window
# Run manually (test)
cd ~/utils/ai && uv run my-openclaw
# Service control
systemctl --user status my-openclaw.service
systemctl --user restart my-openclaw.service
# Live log
tail -f /home/ta/utils/ai/my_OpenClaw/logs/my_openclaw.log
# Add a command: edit config.yaml only — no Python changes

  • README: /home/ta/utils/ai/my_OpenClaw/README.md
  • Config: /home/ta/utils/ai/my_OpenClaw/config.yaml — all commands/aliases live here
  • Audit log: /home/ta/utils/ai/my_OpenClaw/logs/my_openclaw.log
  • Service: systemctl --user enable --now my-openclaw.service