← 返回 Skills 市场
Seedgen
作者
bytesagain3
· GitHub ↗
· v3.0.1
· MIT-0
300
总下载
0
收藏
2
当前安装
8
版本数
在 OpenClaw 中安装
/install seedgen
功能描述
Generate reproducible seeds and deterministic test data. Use when creating random seeds, rotating salt values, auditing randomness, storing seed records.
安全使用建议
This skill appears internally consistent and local-only: it generates random data from /dev/urandom and shell utilities and does not exfiltrate secrets or require credentials. Before relying on it for security-sensitive uses, note that some functions (cmd_int uses bash RANDOM and cmd_float uses awk rand()) are not cryptographically secure; the UUID and password routines are custom and should be validated for your threat model. If you need cryptographic-grade randomness for keys, salts, or tokens, prefer tools/libraries explicitly documented as cryptographically secure (e.g., use /dev/urandom directly, openssl rand, or language crypto libs). Otherwise, this skill is safe to install and run.
功能分析
Type: OpenClaw Skill
Name: seedgen
Version: 3.0.1
The SeedGen skill bundle is a standard utility for generating random data, such as strings, UUIDs, and passwords. The implementation in scripts/script.sh uses /dev/urandom and coreutils (tr, od, base64) in a safe and transparent manner, with no evidence of data exfiltration, remote execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match the actual code and instructions: the tool generates strings, hex, bytes, ints, floats, UUIDs, passwords and batches. Required resources (/dev/urandom and common coreutils like od, base64, shuf, awk) are proportionate to the stated purpose.
Instruction Scope
SKILL.md and the script are scoped to local generation using /dev/urandom and standard utilities. No file reads, network calls, or access to unrelated environment variables occur. Note: a few commands use non-cryptographic RNGs (bash RANDOM for cmd_int and awk rand() for cmd_float) — this may contradict the expectation of 'strong' or cryptographically secure seeds; cmd_uuid and cmd_password implementations are custom and should be validated if you need cryptographic guarantees.
Install Mechanism
No install spec or external downloads; this is instruction-only with an included shell script. Nothing is fetched from third-party URLs or written to arbitrary locations during install.
Credentials
The skill requests no environment variables, credentials, or config paths. It only requires standard system resources (/dev/urandom and common utilities), which is appropriate for its function.
Persistence & Privilege
always is false and the skill does not attempt to modify system or other-skill configuration. It does not request persistent privileges or implicit always-on presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seedgen - 安装完成后,直接呼叫该 Skill 的名称或使用
/seedgen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.1
v3.0.1: Fix
v3.0.0
v3.0.0: rewrite
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
De-template, unique content, script cleanup
v1.0.0
Initial release
元数据
常见问题
Seedgen 是什么?
Generate reproducible seeds and deterministic test data. Use when creating random seeds, rotating salt values, auditing randomness, storing seed records. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。
如何安装 Seedgen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seedgen」即可一键安装,无需额外配置。
Seedgen 是免费的吗?
是的,Seedgen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Seedgen 支持哪些平台?
Seedgen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Seedgen?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v3.0.1。
推荐 Skills