Setting Up Claude Code with Telegram for Elderly Shopping Assistance

A Reddit user has shared a practical setup using Claude Code with Telegram to assist elderly parents with online shopping. The approach addresses the difficulty older people face navigating complex websites by providing conversational assistance through a familiar messaging interface.
Setup Requirements
The implementation requires:
- A cloud-hosted sandbox environment (Claude Code should not be run locally for this use case)
- Claude Code installed in the sandbox
- Playwright MCP (Model Context Protocol) installed
- Telegram channel configured on both the sandbox and the parents' phones
Implementation Steps
According to the source, the setup process involves:
- Setting up the Telegram channel using the Claude Code documentation at
https://code.claude.com/docs/en/channels - Creating a custom shopping skill - the user created one named 'telegram-shop' using Claude Code itself
- Iterating on the shopping skill as needed
The user reports that simply talking to Claude Code has made many tasks easier, and this setup extends those benefits to older users who struggle with website navigation. The Telegram interface provides a familiar messaging environment that reduces the learning curve compared to traditional web interfaces.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a Voice Interface for OpenClaw Agents Using iPhone Shortcuts
A developer created a voice-controlled interface for OpenClaw agents by building a Python server endpoint and integrating it with an iPhone Shortcut that handles speech-to-text and text-to-speech locally on the device.

Practical OpenClaw workflows: TikTok automation, portfolio tracking, Reddit engagement, and scheduled tasks
A non-developer with maritime background shares four specific OpenClaw workflows: TikTok carousel automation costing $0.02 per post, portfolio tracking with DuckDB, Reddit comment automation, and scheduled task automation with cron.

Enterprise AI agents: OpenClaw for channels, custom MCP tools, Cursor CLI runtime
Running AI agents in production for compliance, devops, and finance requires deterministic tooling, not raw API access. This post details a recipe: OpenClaw for channels, custom MCP per process, Cursor CLI as the agent runtime via ACPX, and self-hosted Kubernetes with immutable agent code.

Using Claude Code to Fix OpenClaw Configuration Issues
A developer used Claude Code to fix OpenClaw settings, heartbeat, memory, cron jobs, and other configuration problems after failing with manual setup and version switching.