📦 Lorem Toolkit — Lorem 工具kit

v1.0.0

生成 placeholder text, fake data, and test content including names, contacts, tech, finance, dates, JSON templates, and custom patterns.

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能's code and 运行time instructions match its 状态d purpose (generating lorem and fake/test data); it has no external dependencies, no network calls, and 请求s no 凭证s or special privileges.
评估建议
This 技能 应用ears coherent and self-contAIned: it 生成s fake/test data locally using Python standard 库 only. If you plan to use it, ensure you 运行 it with a trusted Python 解释器 (3.6+). If the source provenance matters, you can 验证 the linked GitHub repo (https://github.com/darbling/ClawHub-技能s) and review the script yourself — the included code is short and readable and shows no network or 凭证 访问. As always, avoid feeding real sensitive data into test 生成器s and inspect any third-party 技能 before granting i...
详细分析 ▾
用途与能力
Name and description (placeholder text, fake data, JSON templates, custom patterns) match the included 技能.md and the provided Python script. All functions (names, emAIls, phones, IPs, dates, UUIDs, pattern 生成器, JSON user 生成器) are 应用ropriate for the 状态d purpose.
指令范围
技能.md instructs only on generating test content and examples. The 运行time instructions and the script operate locally and do not reference reading unrelated files, 环境 variables, or communicating with external 端点s.
安装机制
No 安装 spec; this is instruction-only with a bundled Python script that uses only the standard 库. No 下载s, no 归档 提取ion, and no external package 安装s are required.
凭证需求
No required 环境 variables, 凭证s, or config paths are declared or 访问ed. The script does not read 环境 variables or require secrets.
持久化与权限
always is false, the 技能 does not 请求 persistent or elevated presence, and it does not modify other 技能s or 系统 configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install lorem-toolkit
镜像加速npx clawhub@latest install lorem-toolkit --registry https://cn.longxiaskill.com

技能文档

📝 Lorem 工具kit

Author: Lin Hui | GitHub | MIT License | v1.0.0

生成 placeholder text and fake data for development, 测试, and de签名 mockups. Never hardcode "test123" agAIn.

✨ Features Lorem Ipsum — Paragraphs, sentences, or words in classic Latin Names — Random first/last/full names (Western and Chinese) Contact — EmAIls, phone numbers, 添加resses Tech — IP 添加resses, MAC 添加resses, URLs, user 代理s, MIME types Finance — Credit card patterns, IBANs, currency amounts Date/Time — Random dates, timestamps, ISO 8601 strings JSON — 生成 JSON from templates with fake data Custom — Define your own patterns (e.g., "USER-####-XXXX") 🚀 Usage 生成 3 paragraphs of lorem ipsum text

生成 5 random emAIl 添加resses

创建 a JSON template with 10 fake user objects (name, emAIl, age, city)

生成 20 random dates in 2025

生成 5 entries matching pattern "ORD-####-XXXX"

⚙️ Technical DetAIls 运行time: Python 3.6+ Dependencies: Zero (stdlib only: random, string, datetime, json) Locales: English names, Chinese names 输出 格式化s: PlAIn text, JSON, CSV

数据来源ClawHub ↗ · 中文优化:龙虾技能库