Name Generator
v2.0.0起名助手。宝宝取名、公司起名、笔名、网名、英文名。Name generator for babies, companies, pen names, usernames, English names. 取名字、起名大全、姓名测试。Use when naming anything.
⭐ 1· 419·3 current·3 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name Generator's declared purpose (baby names, brand/pen/English names) matches the included scripts and SKILL.md examples. There are no unrelated binaries, cloud credentials, or unexpected service integrations requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts (scripts/name.sh). The scripts generate names locally, do not call external endpoints, and do not read arbitrary system files or secrets. The SKILL.md does not explicitly mention that the companion utility creates local data files, which the scripts do (see persistence).
Install Mechanism
There is no install spec or external download. All code is bundled with the skill; runtime uses system bash and python3 (both common). No URLs, archives, or third-party package installs are used.
Credentials
The skill does not require credentials or declared env vars. The included scripts reference standard environment variables (NAME_GENERATOR_DIR, XDG_DATA_HOME, HOME) to decide where to store data; this is proportional to a local utility but worth noting because the scripts will read those env vars if set.
Persistence & Privilege
scripts/script.sh creates and writes files under a data directory (default: $XDG_DATA_HOME or $HOME/.local/share/name-generator) — it logs history and appends to a data.log. always is false and the skill does not request elevated privileges; the persistence is limited to the user's data directory.
Assessment
This skill appears to be a local name-generator and is coherent with its description. It does not ask for credentials or contact external services. Before installing, note that the bundled utility will create a data directory (default: $XDG_DATA_HOME or $HOME/.local/share/name-generator) and write logs/data (history.log, data.log). If you prefer no files written, set NAME_GENERATOR_DIR to a location you control or inspect/modify the scripts to avoid persistent storage. If you want extra assurance, review the remainder of scripts/name.sh (the file was long/truncated in the listing) to confirm there are no hidden network calls or eval/exec of untrusted input.Like a lobster shell, security has layers — review code before you run it.
latestvk97f5sxecyezmgbvpz9fncre3x8323cr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
