← 返回 Skills 市场
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install message-split
功能描述
长消息自动拆分 skill。当回复内容超过渠道限制时,自动将消息拆分为多条有序发送,避免截断或丢消息。Auto-split long messages into smaller chunks before sending, with sequence markers.
安全使用建议
This skill appears safe and coherent: it only implements splitting logic and uses the agent's message send primitive. Before installing, verify that your agent environment exposes the expected message(action="send", channel, message) API, and test behavior on each channel (headers, encoding, rate limits, and how multi-message sequences appear to users). Also consider whether adding sequence headers or sending many small messages could be undesirable for your use case (spam, rate limits, or formatting). Because it's instruction-only and requests no credentials, the security risk is low.
能力评估
Purpose & Capability
Name/description (auto-split long messages) match the SKILL.md code and prose. No unrelated env vars, binaries, or install steps are requested.
Instruction Scope
Runtime instructions only describe splitting logic and calling a messaging primitive (message(action="send", ...)). The skill does not instruct reading files, accessing credentials, or sending data to external endpoints beyond the channel send call.
Install Mechanism
No install spec or code files (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are required. The declared needs are minimal and appropriate for the stated task.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modifications to other skills or system settings. It relies on existing agent messaging primitives.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install message-split - 安装完成后,直接呼叫该 Skill 的名称或使用
/message-split触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto-split long messages to avoid Feishu/Telegram truncation. Splits on sentence boundaries with sequence markers.
元数据
常见问题
Message Split 是什么?
长消息自动拆分 skill。当回复内容超过渠道限制时,自动将消息拆分为多条有序发送,避免截断或丢消息。Auto-split long messages into smaller chunks before sending, with sequence markers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 Message Split?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install message-split」即可一键安装,无需额外配置。
Message Split 是免费的吗?
是的,Message Split 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Message Split 支持哪些平台?
Message Split 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Message Split?
由 退役前写代码的(@54meteor)开发并维护,当前版本 v1.0.0。
推荐 Skills