← Back to Skills Marketplace
johnnywang2001

Lorem Gen

by John Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lorem-gen
Description
Generate placeholder text for design mockups, development, and testing. Supports classic Lorem Ipsum, hipster-style, and tech jargon. Output as plain text, H...
README (SKILL.md)

Lorem Gen

Generate placeholder text via CLI. Supports multiple styles and output formats.

Quick Start

# 3 paragraphs of classic Lorem Ipsum
python3 scripts/lorem_gen.py

# 5 sentences
python3 scripts/lorem_gen.py -n 5 -u sentences

# 50 words of hipster-style text
python3 scripts/lorem_gen.py -n 50 -u words -s hipster

# Tech jargon as HTML
python3 scripts/lorem_gen.py -s tech -f html

# JSON output with reproducible seed
python3 scripts/lorem_gen.py -n 2 -f json --seed 42

Options

Flag Description Default
-n, --count Number of units 3
-u, --unit paragraphs, sentences, or words paragraphs
-s, --style lorem, hipster, or tech lorem
-f, --format plain, html, markdown, json plain
--no-classic Skip "Lorem ipsum dolor sit amet..." opening off
--seed Random seed for reproducible output none

Styles

  • lorem — Classic Latin placeholder text
  • hipster — Artisan / wellness / lifestyle vocabulary
  • tech — DevOps, cloud, and infrastructure jargon

Notes

  • No external dependencies (Python 3 stdlib only)
  • First paragraph starts with the classic opening by default (use --no-classic to disable)
  • Use --seed for deterministic output across runs
Usage Guidance
This skill appears low-risk: it runs a small local Python script to produce placeholder text and requires no network access or credentials. If you plan to install or run it, ensure you have Python 3 available and that running small scripts from this source is acceptable in your environment. As with any third-party code, you can review the included scripts (scripts/lorem_gen.py) before executing; the file here is short, clear, and does not perform I/O beyond printing generated text.
Capability Analysis
Type: OpenClaw Skill Name: lorem-gen Version: 1.0.0 The lorem-gen skill is a standard utility for generating placeholder text (Lorem Ipsum, hipster, and tech jargon). The Python script (scripts/lorem_gen.py) uses only the standard library to generate random text and format it as plain text, HTML, Markdown, or JSON, with no evidence of network access, file system manipulation, or malicious execution. The documentation (SKILL.md) is consistent with the code's functionality and contains no prompt-injection attempts.
Capability Assessment
Purpose & Capability
Name/description match the included assets: the SKILL.md documents a CLI wrapper and the repository contains a single Python script whose sole purpose is generating lorem/hipster/tech placeholder text.
Instruction Scope
Runtime instructions only call the local script (python3 scripts/lorem_gen.py) with CLI flags. The SKILL.md and script do not read unrelated files, environment variables, or send data externally.
Install Mechanism
No install step is declared and the script uses only the Python standard library. Nothing is downloaded or extracted from external sources.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access any secrets or external services.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It only provides a local CLI script and does not modify agent/system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lorem-gen
  3. After installation, invoke the skill by name or use /lorem-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of lorem-gen. - Generate placeholder text for mockups, development, and testing. - Supports classic Lorem Ipsum, hipster-style, and tech jargon styles. - Output formats: plain text, HTML, Markdown, or JSON. - Flexible unit selection: paragraphs, sentences, or words. - CLI options for style, format, count, and reproducible random seed. - Requires only Python 3 standard library (no external dependencies).
Metadata
Slug lorem-gen
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Lorem Gen?

Generate placeholder text for design mockups, development, and testing. Supports classic Lorem Ipsum, hipster-style, and tech jargon. Output as plain text, H... It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install Lorem Gen?

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

Is Lorem Gen free?

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

Which platforms does Lorem Gen support?

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

Who created Lorem Gen?

It is built and maintained by John Wang (@johnnywang2001); the current version is v1.0.0.

💬 Comments