← 返回 Skills 市场
freedompixels

cn-lorem-ipsum - 随机文本生成器

作者 freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-lorem-ipsum
功能描述
生成指定数量的随机单词、句子或段落,支持中英文模式及安全随机或固定种子复现。
使用说明 (SKILL.md)

cn-lorem-ipsum - 随机文本生成器

纯 Python 标准库实现的 Lorem Ipsum 随机文本生成工具。

功能

  • 单词生成:生成指定数量的随机单词
  • 句子生成:生成指定数量的完整句子
  • 段落生成:生成指定数量的段落
  • 固定种子:支持 secrets 模块随机种子(安全随机)

使用方式

# 生成 10 个随机单词
python3 cn_lorem_ipsum.py words 10

# 生成 5 个完整句子
python3 cn_lorem_ipsum.py sentences 5

# 生成 3 个段落
python3 cn_lorem_ipsum.py paragraphs 3

# 指定种子(可复现)
python3 cn_lorem_ipsum.py words 20 --seed 42

# 指定最小/最大单词数
python3 cn_lorem_ipsum.py words 50 --min 3 --max 12

# 中文模式(中文占位文本)
python3 cn_lorem_ipsum.py words 10 --lang zh

技术说明

  • 纯 Python 标准库(secretsargparserandom
  • 默认使用 secrets.choice 作为随机源(安全随机)
  • 可选 random 配合种子实现可复现结果
  • 支持中英文占位文本
安全使用建议
This skill appears coherent and safe: it runs locally, uses only the Python standard library, and does not access credentials or the network. Before installing/running: ensure you trust the source (homepage is missing), have Python available, and be aware generated phone numbers/emails may look realistic—use them only for testing or other permissible purposes. If you need stronger assurance, run the scripts in an isolated environment or review the bundled Python files line-by-line (they are short and self-contained).
功能分析
Type: OpenClaw Skill Name: cn-lorem-ipsum Version: 1.0.0 The skill bundle is a legitimate utility for generating random placeholder text (Lorem Ipsum) and mock data such as names, phone numbers, and email addresses. The implementation in 'scripts/cn_lorem_ipsum.py' and 'scripts/lorem_ipsum.py' uses standard Python libraries (random, secrets, argparse) and contains no evidence of data exfiltration, network activity, or malicious instructions.
能力评估
Purpose & Capability
Name/description (Chinese/English placeholder text, names, phones, emails) match the included scripts and SKILL.md. The code implements text, name, phone, and email generation which is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python scripts with command-line args. The runtime instructions and scripts operate locally, use only standard-library modules, and do not read system files, environment variables, or connect to external endpoints.
Install Mechanism
No install spec is provided (instruction-only). The skill bundles two small Python scripts; nothing is downloaded or written by an installer. This is low risk and proportionate for the functionality.
Credentials
No environment variables, credentials, or config paths are requested or used. The code relies only on Python standard libraries (secrets, random, argparse) — appropriate for a local generator.
Persistence & Privilege
The skill does not request persistent/system privileges and does not modify other skills or agent-wide configuration. always is false and autonomous invocation is default (no added privilege).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-lorem-ipsum
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-lorem-ipsum 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of cn-lorem-ipsum: - Generates random words, sentences, and paragraphs via command line. - Supports customizable output count, minimum/maximum word counts per item, and reproducible results with a seed. - Offers both Chinese and English placeholder text options. - Built using only the Python standard library with secure random generation by default.
元数据
Slug cn-lorem-ipsum
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

cn-lorem-ipsum - 随机文本生成器 是什么?

生成指定数量的随机单词、句子或段落,支持中英文模式及安全随机或固定种子复现。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 cn-lorem-ipsum - 随机文本生成器?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-lorem-ipsum」即可一键安装,无需额外配置。

cn-lorem-ipsum - 随机文本生成器 是免费的吗?

是的,cn-lorem-ipsum - 随机文本生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

cn-lorem-ipsum - 随机文本生成器 支持哪些平台?

cn-lorem-ipsum - 随机文本生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 cn-lorem-ipsum - 随机文本生成器?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。

💬 留言讨论