- Home
- Skills
- Intellectronica
- Agent Skills
- Lorem Ipsum
lorem-ipsum_skill
- Python
151
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill intellectronica/agent-skills --skill lorem-ipsum- SKILL.md4.5 KB
Overview
This skill generates lorem ipsum placeholder text on demand using a bundled generator script. It produces authentic dummy text for paragraphs, headings, lists, and continuous runs, and can output plain text, markdown, or HTML. Outputs can be written to a file or piped to the clipboard for easy use.
How this skill works
The skill interprets user parameters (paragraphs, sentences, words, characters, tokens, headings, bullets, numbered lists, mixed structures, continuous output) and runs the generator with matching options. It ensures every textual element returned is lorem ipsum and supports format and output targets. When requested, it writes results to a file or prints to stdout for piping or clipboard use.
When to use it
- Filling mockups, templates, or UI layouts with realistic placeholder text
- Creating sample documents with headings, lists, and nested sections
- Generating exact-length placeholders by character, word, or token count
- Producing continuous text without paragraph breaks for flow testing
- Exporting placeholder content directly to files, HTML pages, or the clipboard
Best practices
- Specify the desired structure (paragraphs, headings, bullets, mixed) rather than hand-writing lorem ipsum
- Use character/word/token options when exact length matters for layout or tests
- Choose the format option (text, markdown, html) that matches your target environment
- Pipe output to the clipboard or an output file to avoid manual copying and preserve formatting
- Prefer the mixed option for realistic documents with varied section types
Example use cases
- Generate 3 paragraphs for a blog template preview and copy to clipboard
- Create a 5-section mock document with headings and lists in HTML for a style proof
- Produce approximately 500 words of continuous lorem ipsum to test text-wrapping and overflow
- Write an exact 1000-character placeholder to a file for automated UI tests
- Make numbered lists and nested subheadings to check list styling and indentation
FAQ
Yes. You can request by characters, words, or estimated tokens to get precise or approximate lengths.
Which output formats are supported?
Plain text, markdown, and HTML are supported, and output can be written to a file or piped to the clipboard.
Will headings and lists also be lorem ipsum?
Yes. Every visible text element—headings, bullets, list items, and table cells—will be generated as lorem ipsum.