← Back to Skills Marketplace
60
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seq-tool
Description
Generate sequences of numbers with configurable start, end, and increment values. Use for creating numbered lists, loops, and ranges.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seq-tool - After installation, invoke the skill by name or use
/seq-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Seq Tool?
Generate sequences of numbers with configurable start, end, and increment values. Use for creating numbered lists, loops, and ranges. It is an AI Agent Skill for Claude Code / OpenClaw, with 60 downloads so far.
How do I install Seq Tool?
Run "/install seq-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seq Tool free?
Yes, Seq Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seq Tool support?
Seq Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seq Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.
More Skills