telegram-bot-delivery

Orchestrate Telegram-driven Monica delivery workflows across Bot, Core, Voice, Scheduler, and Delivery services.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kegbi/monica-companion --skill telegram-bot-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-bot-delivery
Source: https://github.com/kegbi/monica-companion/tree/main/.codex/skills/telegram-bot-delivery
Command: npx skills add https://github.com/kegbi/monica-companion --skill telegram-bot-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram-first Monica-backed assistant features require careful orchestration across Bot, Monica, Voice, Scheduler, and Delivery services; this Skill provides a structured approach to implementing and evolving those flows while maintaining privacy and safety boundaries.

Core Features & Use Cases

  • Command-first behavior with preserved Telegram UX while coordinating Monica operations.
  • Safety controls including private-chat-only enforcement, rate limiting, deduplication, and observability considerations.
  • Cross-service orchestration across Bot, Core, Monica Integration, Voice, Scheduler, and Delivery to support end-to-end workflows.
  • Use Case: When updating Telegram command structures, plan changes across service boundaries and validate with module-aligned tests.

Quick Start

Configure Telegram command routing through Monica-backed services and enable the safety controls.

Frequently Asked Questions about telegram-bot-delivery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Monica delivery workflows through a Telegram bot?

Automating Monica delivery workflows through a Telegram bot involves orchestrating command-first behavior across Bot, Core, Voice, Scheduler, and Delivery services. This coordination supports private chats, group chats, and channel-like interactions while maintaining native Telegram UX.

What safety controls do I need for a Telegram bot handling Monica operations?

Safety controls for a Telegram bot handling Monica operations require authentication, rate limiting, deduplication, and private-chat-only enforcement. These strict guardrails ensure privacy boundaries and generate comprehensive logs and traces for auditable changes.

Can I use Telegram bot delivery to send digest-enabled reminders across multiple chat types?

Yes, Telegram bot delivery can send digest-enabled reminders across private chats, group chats, and channel-like interactions. It coordinates the Scheduler and Delivery components to execute these reminders while preserving the command-first Telegram UX.

How do I plan updates to Telegram command structures coordinating Monica services?

Updating Telegram command structures coordinating Monica services requires planning changes across Bot, Core, Monica Integration, Voice, Scheduler, and Delivery boundaries. You validate these structured updates using module-aligned tests to ensure end-to-end workflow stability.

Why does my Telegram Monica bot workflow need cross-service orchestration?

Telegram Monica bot workflows need cross-service orchestration because coordinating Bot, Core, Voice, Scheduler, and Delivery services implements end-to-end functionality. This structured approach maintains privacy and safety boundaries while evolving complex delivery flows.