Skip to content

Fechin/text-repeater-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Text Repeater Skill for Claude

A Claude skill that brings the full power of textrepeater.io directly into your AI conversations — repeat text, convert to Unicode fonts, generate invisible characters, clean up text, and count characters, all without leaving Claude.


What This Skill Does

Once installed, this skill gives Claude the ability to handle any text repetition or formatting task natively in chat. No copy-pasting between tools, no switching tabs.

1. Text Repetition

Repeat any text, word, emoji, or sentence any number of times with four output modes:

Mode Output Example (text = "hello", n = 3)
New Line hello
hello
hello
Same Line hello hello hello
Numbered List 1. hello
2. hello
3. hello
Paragraph hello

hello

hello

Custom separators are supported (space, comma, newline, or any character you choose). For very large outputs (500+), Claude can generate a .txt file for download.

Example prompts:

  • "Repeat 'good morning' 50 times, each on a new line"
  • "Give me the word 'yes' 100 times in a numbered list"
  • "Repeat this emoji 🔥 30 times on the same line"

2. Unicode Font Styles

Convert any text to Unicode decorative styles that render on WhatsApp, Instagram, Discord, TikTok, and Twitter/X — no font files or apps required.

Style Example
Bold 𝐇𝐞𝐥𝐥𝐨 𝐖𝐨𝐫𝐥𝐝
Double Struck ℍ𝕖𝕝𝕝𝕠 𝕎𝕠𝕣𝕝𝕕
Monospace 𝙷𝚎𝚕𝚕𝚘 𝚆𝚘𝚛𝚕𝚍
Small Caps Hᴇʟʟᴏ Wᴏʀʟᴅ
Bold Italic 𝑯𝒆𝒍𝒍𝒐 𝑾𝒐𝒓𝒍𝒅
Cursive 𝓗𝓮𝓵𝓵𝓸 𝓦𝓸𝓻𝓵𝓭

You can also combine font conversion with repetition — e.g., convert to Bold then repeat 10 times.

Example prompts:

  • "Convert 'Hello World' to bold Unicode style"
  • "Make my username look fancy using cursive Unicode"
  • "Write 'VIP' in Double Struck style, repeated 5 times"

3. Invisible & Blank Unicode Characters

Generate invisible Unicode characters for blank usernames, empty bios, blank WhatsApp messages, and Discord invisible names.

Character Codepoint Common Use
Zero-Width Space U+200B WhatsApp blank messages
Braille Blank U+2800 Discord invisible names
Hangul Filler U+3164 Roblox blank names
Em Space U+2003 General blank spacing
Figure Space U+2007 Numeric alignment

Example prompts:

  • "Give me an invisible character for Discord"
  • "Generate a blank text for WhatsApp"
  • "I need a Hangul Filler character for Roblox"

4. Text Cleanup

Clean messy text blocks with three operations:

  • Remove blank lines — strip all empty or whitespace-only lines
  • Remove duplicate lines — keep only the first occurrence of each line
  • Trim whitespace — strip leading/trailing spaces from every line

Example prompts:

  • "Remove all blank lines from this text: [paste text]"
  • "Clean up this list and remove duplicate entries"

5. Character & Word Counter

Count characters, words, lines, sentences, and paragraphs in any text. Includes comparison against platform limits (Twitter/X: 280, Instagram: 2,200, SMS: 160).

Example prompts:

  • "How many characters is this paragraph?"
  • "Count the words and lines in this text"
  • "Does this fit in a tweet?"

Installation

Download the .skill file and install it in Claude via Settings → Skills → Install from file.


Online Version

For a visual GUI with live preview, preset buttons, and one-click copy — visit the free online tool:

https://textrepeater.io

textrepeater.io offers 17 free text tools including:

All tools are free, require no account, and process everything client-side (your text never leaves your browser).


Skill File Structure

text-repeater/
├── SKILL.md                      # Main skill instructions
└── references/
    └── unicode-fonts.md          # Full Unicode character mapping tables

License

Free to use and share. Built to extend the functionality of textrepeater.io inside Claude.

About

Repeat, format, and transform text in powerful ways. Use this skill whenever the user wants to repeat any text, word, emoji, or phrase multiple times

Topics

Resources

Stars

Watchers

Forks

Contributors