← 返回 Skills 市场
dinghaibin

Seq Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
60
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seq-tool
功能描述
Generate sequences of numbers with configurable start, end, and increment values. Use for creating numbered lists, loops, and ranges.
使用说明 (SKILL.md)

Seq - Number Sequence Generator

Print sequences of numbers from START to END with optional INCREMENT. Supports integer and decimal sequences for various use cases.

Usage

seq-tool [options] [first] [increment] \x3Clast>

Options

  • -w: Equal-width padding with leading zeros
  • -s STR: Use STR as separator (default: newline)
  • -f FORMAT: Use printf-style format string

Examples

seq-tool 1 10
seq-tool 0 2 10
seq-tool -w 1 100
安全使用建议
This looks safe from a security perspective. Be aware that the documented options and decimal support do not match the simple provided script, so it may not behave exactly as described.
功能分析
Type: OpenClaw Skill Name: seq-tool Version: 1.0.0 The skill provides a simple number sequence generator. While the documentation in SKILL.md claims support for flags like -w and -f which are not actually implemented in the scripts/seq.py code, the script itself is a straightforward implementation of a range generator and contains no malicious logic, data exfiltration, or indicators of compromise.
能力评估
Purpose & Capability
The included Python script is consistent with generating integer sequences, but the documentation claims extra features such as decimal support and formatting options that are not implemented in the provided code.
Instruction Scope
The instructions are narrowly scoped to generating number sequences and do not ask the agent to override user intent, access sensitive data, or perform unrelated actions.
Install Mechanism
No install specification, package installation, remote download, or setup command is provided.
Credentials
The provided code only reads command-line arguments and prints numbers to standard output; it does not access files, credentials, environment variables, or the network.
Persistence & Privilege
No persistence, background execution, privilege escalation, or credential usage is present in the artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seq-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seq-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug seq-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Seq Tool 是什么?

Generate sequences of numbers with configurable start, end, and increment values. Use for creating numbered lists, loops, and ranges. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。

如何安装 Seq Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seq-tool」即可一键安装,无需额外配置。

Seq Tool 是免费的吗?

是的,Seq Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Seq Tool 支持哪些平台?

Seq Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Seq Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论