Namesgenerator
Docker-style names generator, in Python, JavaScript and TypeScript
Install / Use
/learn @shamrin/NamesgeneratorREADME
namesgenerator
Docker-style names generator, ported to Python and JavaScript/TypeScript.
JavaScript
Just copy namesgenerator.js to your project:
curl -O https://raw.githubusercontent.com/shamrin/namesgenerator/master/namesgenerator.js
Or as TypeScript module:
curl -o namesgenerator.ts https://raw.githubusercontent.com/shamrin/namesgenerator/master/namesgenerator.js
Or install namesgenerator npm package:
npm install --save namesgenerator
Usage
import getRandomName from './namesgenerator';
console.log(getRandomName()) // hopeful_morse
Python
Just copy namesgenerator.py to your project:
curl -O https://raw.githubusercontent.com/shamrin/namesgenerator/master/namesgenerator.py
Or install namesgenerator PyPI package:
pip install namesgenerator
Usage
>>> import namesgenerator
>>> print namesgenerator.get_random_name()
hopeful_morse
>>> for i in range(5):
... print namesgenerator.get_random_name()
...
angry_torvalds
jolly_nobel
happy_almeida
sleepy_kowalevski
happy_almeida
Other implementations
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
107.8kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
107.8kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
