Generate placeholder text, fake data, and test content including names, contacts, tech, finance, dates, JSON templates, and custom patterns.
--- name: lorem-toolkit description: Generate placeholder text, fake data, and test content. Lorem ipsum paragraphs, random names, emails, addresses, phone numbers, UUIDs, dates, JSON templates, and custom patterns. Pure Python, zero dependencies. GitHub: https://github.com/darbling/clawhub-skills 当用户需要生成占位文本、测试数据、假数据、Lorem Ipsum、模拟数据时触发。 --- # 📝 Lorem Toolkit **Author: Lin Hui** | [GitHub](https://github.com/darbling/clawhub-skills) | 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
don't have the plugin yet? install it then click "run inline in claude" again.