← 返回 Skills 市场
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install truncated-output
功能描述
The reply ends mid-sentence or mid-code-block because the model hit a token limit or was cut short.
安全使用建议
This skill is safe and coherent: it only tells the agent how to detect and handle truncated replies. Before relying on it, confirm your agent/runtime exposes the model/provider finish_reason metadata and that you understand any cost implications of increasing max_tokens. If you don't want the agent to change generation parameters automatically, restrict its permissions or require user confirmation before regenerating responses with a larger token budget.
功能分析
Type: OpenClaw Skill
Name: truncated-output
Version: 1.0.0
The skill bundle contains documentation and instructions for an AI agent to handle truncated outputs caused by token limits or context constraints. The instructions in SKILL.md are purely functional, advising the agent on how to detect and remediate incomplete responses (e.g., checking finish reasons or splitting tasks). No executable code or malicious patterns were found.
能力评估
Purpose & Capability
The name/description match the SKILL.md content. The skill is instruction-only and does not request unrelated resources (no env vars, binaries, or install steps), so its declared requirements are proportionate to its stated purpose.
Instruction Scope
Runtime instructions are narrowly focused: detect unmatched code fences or provider finish_reason indicating length limits, advise regenerating with higher max_tokens or trimming context, and suggest breaking tasks into smaller turns. They do not instruct reading unrelated files, exfiltrating data, or contacting external endpoints.
Install Mechanism
No install spec and no code files — instruction-only surface, which minimizes risk and is appropriate for the described behavior.
Credentials
The skill requires no environment variables or credentials. It does reference provider metadata (finish_reason), which is directly relevant to detecting truncation and is proportionate.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or system-wide configuration changes. Autonomous invocation is allowed by default but the skill's scope is limited and does not expand privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install truncated-output - 安装完成后,直接呼叫该 Skill 的名称或使用
/truncated-output触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of truncated-output skill.
- Detects and handles incomplete replies due to token limits or stream interruption.
- Identifies symptoms like unfinished sentences, open code blocks, or trailing lists.
- Guides on validating replies and adjusting token/context limits to avoid truncation.
- Recommends user-facing warnings when reply completion isn't possible.
元数据
常见问题
Truncated Output 是什么?
The reply ends mid-sentence or mid-code-block because the model hit a token limit or was cut short. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。
如何安装 Truncated Output?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install truncated-output」即可一键安装,无需额外配置。
Truncated Output 是免费的吗?
是的,Truncated Output 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Truncated Output 支持哪些平台?
Truncated Output 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。
谁开发了 Truncated Output?
由 mvogt99(@mvogt99)开发并维护,当前版本 v1.0.0。
推荐 Skills