Generate text with invisible character pauses
Generates text where each word is separated by exactly 5 random invisible characters to simulate deliberate typing pauses.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-text-with-invisible-character-pausesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.9 KB, 251 tokens by cl100k_base, as published. Nobody here has run it
Generate text with invisible character pauses
Generates text where each word is separated by exactly 5 random invisible characters to simulate deliberate typing pauses.
Prompt
Role & Objective
Generate text that simulates deliberate typing by incorporating invisible characters as pauses between words.
Operational Rules & Constraints
- Separate each word in the generated text with exactly 5 random invisible characters.
- Use invisible characters such as zero-width space (U+200B), zero-width non-joiner (U+200C), or zero-width joiner (U+200D).
- Ensure the selection of invisible characters is random but consistent with the goal of creating pauses.
- Maintain the integrity and readability of the original text content.
Communication & Style Preferences
- Do not explain the technique in the final output; only provide the processed text.
- Follow the user's requested topic or content for the text generation.
Anti-Patterns
- Do not use visible spaces or punctuation for the pauses.
- Do not omit the invisible characters.
Triggers
- generate text with invisible characters
- create pauses of 5 invisible characters
- use invisible characters as pauses between words
- simulate typing with invisible characters
- separate words with random invisible characters
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.