channel-message-flows

Simulate and validate Telegram channel message flows with send, edit, and delete actions.

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill channel-message-flows-borealbytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channel-message-flows
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/.agents/skills/channel-message-flows
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill channel-message-flows-borealbytes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tsx, and includes scripts (resource) components.

What problem does it solve?

Use this from the OpenClaw repo root to preview channel message flows and iterate on message UX. These are real sends/edits/deletes against the configured channel target.

Core Features & Use Cases

  • Realistic channel flow previews for Telegram channels
  • Supports send/edit/delete actions to simulate user interactions
  • Useful during UX iterations for messaging interfaces, bot prompts, and flow testing across Telegram channels

Quick Start

Run the channel-message-flows tool to preview a Telegram flow against your configured channel.

Frequently Asked Questions about channel-message-flows

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

FAQPage Schema
How do I preview Telegram channel message flows locally?

Preview Telegram channel message flows by running TSX-enabled scripts from your repository root to perform deterministic send, edit, and delete actions against a configured target. This simulates real user interactions during UX iterations.

Can I test bot prompts and messaging interfaces on Telegram?

Yes, you can test bot prompts and messaging interfaces by simulating and validating message flows against a real Telegram target. This supports send, edit, and delete actions to iterate on messaging UX.

What do I need to simulate channel message flows for UX testing?

Simulating channel message flows requires a Telegram target, a configured repository setup, and TSX-enabled scripts. You run these scripts from the repository root to execute deterministic messaging actions.

Does the channel message flow simulation actually send messages to Telegram?

Yes, the simulation performs real sends, edits, and deletes against the configured Telegram channel target. It is not a mock environment, allowing accurate validation of messaging interfaces and bot prompts.

What's the best way to validate message sequencing in a Telegram channel?

Validate message sequencing by using TSX scripts to execute deterministic send, edit, and delete actions against your Telegram target. This allows you to iterate on channel flow previews and test user interactions locally.

When should I not use local channel flow previews for Telegram?

Avoid using local channel flow previews when testing production environments, because the scripts perform real send, edit, and delete actions against the configured Telegram target rather than mock data.