Works with the AI tools you already use
Nex Telegram Bot Deploy
by Nex AI
Deploy production-grade, AI-powered Telegram bots to Raspberry Pi with automated server hardening and scheduled jobs.
Secure checkout via Stripe
See it in action
You say
Build me a personal assistant bot for Telegram that can take my notes, turn them into tasks, and send me a daily morning briefing at 8:00 AM. Deploy it for a Raspberry Pi.
Your agent does
I've generated the NexBaseBot structure including smart_handler.py for LLM task classification and a JobQueue scheduled for 08:00. The setup.sh script is ready to harden your Pi with a non-root user, UFW, and a systemd service. Set your TELEGRAM_BOT_TOKEN in the generated .env file.
What you get
About this skill
What it does
The Nex Telegram Bot Deploy skill provides a production-grade framework for scaffolding and deploying Telegram bots. It moves beyond simple scripts by implementing a standardized inheritance-based architecture (NexBaseBot) where a new bot is simply a configuration of a persona, command handlers, and an environment-based token.
Key Features
- Standardized Scaffolding: Quickly generate bots with built-in command registration, welcome messages, and persistence.
- AI Intelligence: Optional free-text handler that uses Claude or Qwen to classify user messages into tasks, follow-ups, or questions in a single LLM call.
- Production Deployment: Automated setup for Raspberry Pi or VPS featuring full server hardening (UFW, fail2ban, SSH optimization).
- Resilience: Includes systemd configuration for auto-restarts on crash and clean signal handling for shutdowns.
- Scheduled Jobs: Built-in support for timezone-aware daily briefings and cron-like tasks via JobQueue.
Why use this skill
Manual bot deployment often leads to security vulnerabilities and fragile processes. This skill automates the "boring stuff"—like setting up non-root users, managing virtual environments, and hardening SSH—while providing a clonable base that ensures your bot logic remains clean, modular, and easy to maintain.
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 8 days ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Popular in DevOps & Deployment
telegram-vless-pipeline
Automated pipeline to scrape, filter, score, and deliver high-quality VLESS proxies via Telegram bot.
chatops-session-ops
Operational SOP for debugging, repairing, and maintaining Telegram-to-OpenCode bridge bots and persisted sessions.

🩺 Env Doctor
Fix the 'it works on my machine' problem before you touch the code. Diagnoses local setup failures across Node, Python, Go, and Docker: missing dependencies, broken env vars, port conflicts, stale installs, and 'why won't this run?' sludge, then hands you copy-paste bash fixes.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.