Token导航 LogoToken导航TokenDH.com
前端设计权限需确认github未标认证来源可访问clear审计提醒

lorem-ipsum洛雷姆·伊普苏姆

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

6,727

周安装

286

GitHub Stars

253

下载量

2,357
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lorem-ipsum(洛雷姆·伊普苏姆)
来源仓库:https://github.com/intellectronica/agent-skills
仓库路径:skills/lorem-ipsum
安装命令:
npx skills add https://github.com/intellectronica/agent-skills --skill lorem-ipsum
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/intellectronica/agent-skills --skill lorem-ipsum

简介

用于辅助前端页面、组件、样式和交互逻辑的开发与维护,适合生成或审查 React、Vue、Tailwind 等相关代码。

  • 适用于前端开发、组件结构整理和布局问题排查等场景。
  • 使用时需结合项目现有设计系统、路由和构建方式,避免生成孤立片段。
  • 涉及页面改动时,应配合本地预览和构建检查确认视觉效果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。

SKILL.md

Lorem Ipsum Generator

Overview

Generate lorem ipsum placeholder text using the bundled generator script. Always use the script to generate content rather than writing lorem ipsum directly.

Critical requirement: ALL text in the generated output must be lorem ipsum, including headings, bullet points, list items, table cells, and any other textual elements.

Generator Script

Use scripts/generate.py to produce lorem ipsum content. The script handles all text generation to ensure consistent, authentic lorem ipsum output.

Basic Usage

# Generate 3 paragraphs (default)
uv run scripts/generate.py

# Generate 5 paragraphs with 4 sentences each
uv run scripts/generate.py --paragraphs 5 --sentences 4

# Generate approximately 500 words
uv run scripts/generate.py --words 500

# Generate exactly 1000 characters
uv run scripts/generate.py --characters 1000

# Generate approximately 200 LLM tokens (~800 characters)
uv run scripts/generate.py --tokens 200

# Continuous text without paragraph breaks
uv run scripts/generate.py --paragraphs 4 --continuous

Structured Content

# 3 sections with headings and 2 paragraphs each
uv run scripts/generate.py --headings 3 --paragraphs 6

# 4 sections with bullet points (5 bullets each)
uv run scripts/generate.py --headings 4 --bullets 5

# Numbered lists instead of bullets
uv run scripts/generate.py --headings 3 --bullets 6 --numbered

# Realistic mixed document with 5 sections (varied content types)
uv run scripts/generate.py --mixed 5

The --mixed option generates realistic documents with varied structure per section:

  • Some sections have paragraphs only
  • Some have bullet or numbered lists
  • Some have subheadings (h3) with nested content
  • Some combine paragraphs with lists

Output Options

# Write to file
uv run scripts/generate.py --paragraphs 3 --output ~/Desktop/placeholder.txt

# HTML format
uv run scripts/generate.py --headings 2 --format html --output page.html

# Plain text (no markdown formatting)
uv run scripts/generate.py --format text

# Copy to clipboard
uv run scripts/generate.py --words 200 | pbcopy

All Options

OptionDescription
--paragraphs NNumber of paragraphs (default: 3)
--sentences NSentences per paragraph (default: 5)
--words NApproximate total word count
--characters NExact character count (truncates to match)
--tokens NEstimated LLM token count (~4 chars/token)
--continuousOutput without paragraph breaks
--headings NNumber of sections with headings
--bullets NBullet points per section
--numberedUse numbered lists instead of bullets
--mixed NRealistic document with N sections, varied content types
--output FILEWrite to file instead of stdout
--format FORMATOutput format: text, markdown, html (default: markdown)

Workflow

  1. Interpret the user's request for length and structure
  2. Run scripts/generate.py with appropriate options
  3. If the user wants the output saved, use --output or redirect/pipe as needed
  4. If the user wants it in clipboard, pipe to pbcopy
  5. Display the result or confirm the file was written

Examples

"Generate 3 paragraphs of lorem ipsum"

uv run scripts/generate.py --paragraphs 3

"Create lorem ipsum with 3 headings and 2 paragraphs under each"

uv run scripts/generate.py --headings 3 --paragraphs 6

"Give me a document with bullet points"

uv run scripts/generate.py --headings 3 --bullets 5

"500 words of continuous lorem ipsum saved to ~/Desktop/placeholder.txt"

uv run scripts/generate.py --words 500 --continuous --output ~/Desktop/placeholder.txt

"Lorem ipsum with numbered lists in HTML format"

uv run scripts/generate.py --headings 4 --bullets 5 --numbered --format html

"Exactly 500 characters of lorem ipsum"

uv run scripts/generate.py --characters 500

"About 100 tokens worth of lorem ipsum with headings"

uv run scripts/generate.py --tokens 100 --headings 2

"A realistic document with mixed content"

uv run scripts/generate.py --mixed 5

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.93%
按下载量换算658

OpenCode

22.29%
按下载量换算525

Antigravity

17.16%
按下载量换算404

Gemini CLI

14.29%
按下载量换算337

Codex

8.26%
按下载量换算195

Cursor

3.58%
按下载量换算84

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills