← Back to Skills Marketplace
54meteor

Message Split

by 退役前写代码的 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install message-split
Description
长消息自动拆分 skill。当回复内容超过渠道限制时,自动将消息拆分为多条有序发送,避免截断或丢消息。Auto-split long messages into smaller chunks before sending, with sequence markers.
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install message-split
  3. After installation, invoke the skill by name or use /message-split
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto-split long messages to avoid Feishu/Telegram truncation. Splits on sentence boundaries with sequence markers.
Metadata
Slug message-split
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Message Split?

长消息自动拆分 skill。当回复内容超过渠道限制时,自动将消息拆分为多条有序发送,避免截断或丢消息。Auto-split long messages into smaller chunks before sending, with sequence markers. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Message Split?

Run "/install message-split" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Message Split free?

Yes, Message Split is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Message Split support?

Message Split is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Message Split?

It is built and maintained by 退役前写代码的 (@54meteor); the current version is v1.0.0.

💬 Comments