Lorem Toolkit

MCP Tools

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

Install

openclaw skills install lorem-toolkit

📝 Lorem Toolkit

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

Generate placeholder text and fake data for development, testing, and design 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, addresses
  • Tech — IP addresses, MAC addresses, URLs, user agents, MIME types
  • Finance — Credit card patterns, IBANs, currency amounts
  • Date/Time — Random dates, timestamps, ISO 8601 strings
  • JSON — Generate JSON from templates with fake data
  • Custom — Define your own patterns (e.g., "USER-####-XXXX")

🚀 Usage

Generate 3 paragraphs of lorem ipsum text
Generate 5 random email addresses
Create a JSON template with 10 fake user objects (name, email, age, city)
Generate 20 random dates in 2025
Generate 5 entries matching pattern "ORD-####-XXXX"

⚙️ Technical Details

  • Runtime: Python 3.6+
  • Dependencies: Zero (stdlib only: random, string, datetime, json)
  • Locales: English names, Chinese names
  • Output formats: Plain text, JSON, CSV