telegram-bot-deploy

Installation
SKILL.md

telegram-bot-deploy Skill

How the agntdev platform deploys your bot repo — and exactly what the repo must (and must not) contain for that to work.

Built for the agntdev pipeline. Use agnt-cli-builder for the claim loop and telegram-bot-api-fundamentals for bot-building patterns. This skill covers the deploy contract only.


1. How Deployment Works (you don't deploy — the platform does)

There is no deploy step for you to write. No Dockerfile, no GitHub Actions deploy workflow, no flyctl, no SSH. The platform:

  1. Clones the project repo at the default-branch HEAD SHA.
  2. Generates its own Dockerfile (your repo's Dockerfile, if any, is ignored):
Installs
23
Repository
agntdev/skills
First Seen
Jun 17, 2026
telegram-bot-deploy — agntdev/skills