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

Developer Builds Habit Tracker App with Claude AI, Earns First Revenue
A developer with no programming background used Claude Code to build a Matrix-themed habit tracker app with 47,000+ lines of code, generating $25 in revenue from 6 paying users in the first week of marketing.

Speculative Decoding Benchmarks on RTX 3090 with Qwen Models for HVAC Business Use
A developer tested speculative decoding on an RTX 3090 using Qwen models for an HVAC business Discord bot, achieving up to 279.9 tokens/sec with a 236% speedup using Qwen3-8B with a Qwen3-1.7B draft model.

OpenClaw user automates cross-platform content formatting with custom skill
A developer built an OpenClaw skill that automatically formats raw drafts for multiple platforms, eliminating manual markdown adjustments for each site's specific requirements.

Using Claude as a Learning Mentor with Documentation Context
A developer shares a method for using Claude as a learning tool by feeding tool documentation into its context and using a specific prompt to create a task-based mentor. The approach skips traditional courses and tutorials in favor of hands-on learning with immediate feedback.