← Back to Skills Marketplace
bytesagain3

Seedgen

by bytesagain3 · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ Security Clean
300
Downloads
0
Stars
2
Active Installs
8
Versions
Install in OpenClaw
/install seedgen
Description
Generate reproducible seeds and deterministic test data. Use when creating random seeds, rotating salt values, auditing randomness, storing seed records.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install seedgen
  3. After installation, invoke the skill by name or use /seedgen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug seedgen
Version 3.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 8
Frequently Asked Questions

What is Seedgen?

Generate reproducible seeds and deterministic test data. Use when creating random seeds, rotating salt values, auditing randomness, storing seed records. It is an AI Agent Skill for Claude Code / OpenClaw, with 300 downloads so far.

How do I install Seedgen?

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

Is Seedgen free?

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

Which platforms does Seedgen support?

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

Who created Seedgen?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v3.0.1.

💬 Comments