| name | telegram-transcript |
| description | View Telegram conversation history and search past messages |
| tags | ["telegram","transcript","history"] |
| version | 1.0.0 |
| owner | relay |
telegram-transcript
Trigger
/transcript
/transcript search <keyword>
/transcript today
/transcript <N>
- "show transcript", "telegram history", "what did I say"
Execution
python3 ~/.openclaw/scripts/telegram-transcript.py show
python3 ~/.openclaw/scripts/telegram-transcript.py show --limit N
python3 ~/.openclaw/scripts/telegram-transcript.py search "keyword"
python3 ~/.openclaw/scripts/telegram-transcript.py show --after "YYYY-MM-DD"
python3 ~/.openclaw/scripts/telegram-transcript.py stats
Self-contained. No Captain dispatch needed.