Communityv1.1.0

Telegram Ascii Table

Format tabular data as ASCII box tables for Telegram. Stdin-only input eliminates shell injection risks. Handles smart column sizing, text wrapping, and proper padding for monospace display.

1.6kdownloads1stars2active installsNaLG
View on ClawHubBack to Skills

Skill Details

Slug
telegram-ascii-table
Latest Version
1.1.0
Author
NaLG
Published
Feb 7, 2026
Updated
Feb 26, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Telegram Ascii Table.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.1.0

- Renamed skill to `telegram-ascii-table`. - Now only accepts table data via stdin (no CLI positional arguments), safer literal input. - Updated documentation to recommend heredoc and pipe usage instead of argument-based invocation. - Clarified input format, options, and added feature comparison between desktop and mobile modes.