← 返回 Skills 市场
1570
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill appears safe and coherent for its stated purpose. Before installing or running, you may: (1) inspect the included scripts/ascii-table.py (it's a short Python file with no network or subprocess calls), (2) run it locally with harmless input to verify behavior (e.g., python3 scripts/ascii-table.py <<'EOF' ... EOF), and (3) be aware examples assume an `ascii-table` command on PATH (you can run the script by path or create an alias). If you do not want the agent to execute local scripts autonomously, disable model invocation for skills in your agent settings.
功能分析
Type: OpenClaw Skill
Name: telegram-ascii-table
Version: 1.1.0
The skill is designed to format tabular data into ASCII box tables. Both the `SKILL.md` and `scripts/ascii-table.py` explicitly highlight and mitigate shell injection risks by enforcing stdin-only input. The Python script uses only standard libraries (`sys`, `textwrap`, `argparse`), performs pure string manipulation, and lacks any code for data exfiltration, malicious execution, persistence, or network communication. There are no prompt injection attempts against the agent or any other high-risk behaviors.
能力评估
Purpose & Capability
Name/description match the included Python script: the code formats pipe-delimited stdin into boxed ASCII/Unicode tables with wrapping and width options. The skill does not request unrelated binaries, env vars, or configs.
Instruction Scope
SKILL.md stays within the stated purpose and emphasizes stdin use to reduce shell-injection risk. One minor inconsistency: examples call the tool as `ascii-table` (implying it is on PATH) while the repository provides scripts/ascii-table.py; this is a usability nit (you must run the script by path or create an alias), not a security concern. Instructions do not access files, env vars, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). No downloads, package installs, or archive extraction are present. The included script is local and self-contained.
Credentials
The skill requests no environment variables or credentials and the code does not read or require secrets or external configuration.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills/system settings. Normal autonomous invocation is allowed by platform defaults but the skill's actions are limited to formatting stdin.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-ascii-table - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-ascii-table触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
v1.0.0
Initial release of telegram-ascii-table
Addresses telegram table code block line wrapping issue.
Runs local python script to format table text data for Telegram messages to improve readability.
- Formats tabular data as ASCII box tables optimized for Telegram code blocks.
- Handles smart column sizing, text wrapping, and proper padding for monospace codeblock display in telegram.
- Supports configurable max table width.
- Handles ASCII display differences between desktop and mobile.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1570 次。
如何安装 Telegram Ascii Table?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-ascii-table」即可一键安装,无需额外配置。
Telegram Ascii Table 是免费的吗?
是的,Telegram Ascii Table 完全免费(开源免费),可自由下载、安装和使用。
Telegram Ascii Table 支持哪些平台?
Telegram Ascii Table 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Ascii Table?
由 NaLG(@nalg)开发并维护,当前版本 v1.1.0。
推荐 Skills