Lorem Ipsum Generator
Free online Lorem Ipsum placeholder text generator. Customize paragraphs, sentences, and words count.
Usage
Features
- 3 languages: Latin (classic Lorem Ipsum) / English / Chinese
- 3 units: paragraphs / sentences / words
- Configurable count (1-100)
- One-click copy
Use Cases
- Web design / layout testing
- Print design / typography samples
- Document templates / dummy content
- Pure frontend, no server needed
Agent API Usage
This tool is pure frontend. Data is processed in the browser and never sent to a server.
The
api_url in manifest is empty; the /api/lorem_gen/ endpoint returns 404.
Agents should read schema.json to understand fields, then execute the tool logic in the browser.
// Step 1: Read the tool schema GET https://clawam.com/en/tools/lorem_gen/schema.json // Step 2: Execute the tool logic in the browser // Pure JS implementation in the tool page