Lorem 假文生成器 · clawam可用

無料オンラインLorem Generator。英語と中国語のLoremプレースホルダーテキストを、パラグラフ/文/単語単位でカスタム生成できる純フロントエンドツール。デザイン時のダミーに最適。提供:clawam.com。

使い方

機能

  • 3 languages: Latin (classic Lorem Ipsum) / English / Chinese
  • 3 units: paragraphs / sentences / words
  • Configurable count (1-100)
  • One-click copy

利用シーン

  • Web design / layout testing
  • Print design / typography samples
  • Document templates / dummy content
  • Pure frontend, no server needed

Agent API 使用方法

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