As we know, ChatGPT is a chat assistant: you ask questions, it responds in text, and it runs in a sandboxed browser environment without access to your machine or tools.
OpenClaw (formerly MolBot and Clawdbot) is an agent that runs on your computer: it uses chat (Telegram, Discord, WhatsApp etc.) as an interface but executes real actions such as printing, running scripts, accessing files, etc.
Our app is an OpenClaw skill that lets you print from anywhere via Telegram. You type a command like "print [text]" in a chat, and it sends the text to your printer at home, automatically creating a PDF and printing it.
Actually, you can test it from anywhere or even from another country, as long as your Telegram is connected to the internet, your home PC is on, Windows is not sleeping, the gateway is running, and your printer is powered on and connected to the PC (e.g., a Wi-Fi printer).
When you send a print command in Telegram, OpenClaw handles it automatically. It’s that simple to print remotely.
You have to watch the video to understand how to run the app (skill).
# Clone the repository
git clone https://github.com/Ashot72/OpenClaw-Telegram-Printing
# Navigate into the project directory
cd OpenClaw-Telegram-Printing
# Update .env with your own data
# Install dependencies
npm install
📺 Video Watch on YouTube