← 返回 Skills 市场
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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-classicto disable) - Use
--seedfor deterministic output across runs
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lorem-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/lorem-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 Lorem Gen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lorem-gen」即可一键安装,无需额外配置。
Lorem Gen 是免费的吗?
是的,Lorem Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lorem Gen 支持哪些平台?
Lorem Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lorem Gen?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。
推荐 Skills