my_OpenClaw
Section titled “my_OpenClaw”Management portal for the
my_OpenClawTelegram remote control gateway.
Project: \\wsl$\Ubuntu-24.04\home\ta\utils\ai\my_OpenClaw\README.md
WSL path: /home/ta/utils/ai/my_OpenClaw/
What It Does
Section titled “What It Does”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 phonestart_claude_remotecommand — 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.
Quick Reference
Section titled “Quick Reference”# Run manually (test)cd ~/utils/ai && uv run my-openclaw
# Service controlsystemctl --user status my-openclaw.servicesystemctl --user restart my-openclaw.service
# Live logtail -f /home/ta/utils/ai/my_OpenClaw/logs/my_openclaw.log
# Add a command: edit config.yaml only — no Python changesMaintenance
Section titled “Maintenance”- 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