skills$openclaw/iblipper
andyed4.8k

by andyed

iblipper – OpenClaw Skill

iblipper is an OpenClaw Skills integration for communication workflows. Generate kinetic typography animations for expressive agent-to-human communication. Use when you want to communicate with visual flair - animated text for announcements, alerts, greetings, dramatic reveals, or any message that deserves more than plain text. Outputs shareable URLs or can display in canvas.

4.8k stars7.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026communication

Skill Snapshot

nameiblipper
descriptionGenerate kinetic typography animations for expressive agent-to-human communication. Use when you want to communicate with visual flair - animated text for announcements, alerts, greetings, dramatic reveals, or any message that deserves more than plain text. Outputs shareable URLs or can display in canvas. OpenClaw Skills integration.
ownerandyed
repositoryandyed/iblipper
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @andyed/iblipper
last updatedFeb 7, 2026

Maintainer

andyed

andyed

Maintains iblipper in the OpenClaw Skills directory.

View GitHub profile
File Explorer
7 files
.
references
emotions.md
4.3 KB
examples.md
3.4 KB
scripts
iblipper.sh
2.6 KB
_meta.json
323 B
SKILL.md
5.0 KB
SKILL.md

name: iblipper description: Generate kinetic typography animations for expressive agent-to-human communication. Use when you want to communicate with visual flair - animated text for announcements, alerts, greetings, dramatic reveals, or any message that deserves more than plain text. Outputs shareable URLs or can display in canvas.

iBlipper - Motion Type Synthesizer

Generate animated kinetic typography to communicate with humans in a more expressive, attention-grabbing way.

Base URL: https://andyed.github.io/iblipper2025/

Option 1: Hyperlink (fast, universal)

Generate a clickable link — recipient sees the animation in their browser.

[▶️ MESSAGE TEXT](https://andyed.github.io/iblipper2025/#text=MESSAGE+TEXT&emotion=emphatic&dark=true&share=yes)

Option 2: GIF Download (requires browser tool)

Generate an animated GIF file that can be attached to messages.

https://andyed.github.io/iblipper2025/?export=gif#text=MESSAGE+TEXT&emotion=emphatic&dark=true

URL Parameters

All parameters go in the hash fragment (#param=value&param2=value2).

ParameterTypeDescriptionDefault
textstringThe message to display (URL encoded, spaces as +)
wpmnumberWords per minute (30-2500)300
densitynumberWords per frame (0.1-500)1
fillbooleanAuto-scale text to fill screentrue
themenumberColor theme index (0-3)0
darkbooleanDark modetrue
emotionstringAnimation style preset (see below)neutral
sharestringAuto-play on load (yes)
EmotionVibeBest For
neutralClean, professionalDefault, announcements
hurryFast, urgent, italicTime-sensitive alerts
idyllicSlow, dreamy, airyPoetic, calm messages
questionCurious, tiltingQuestions, pondering
response_requiredUrgent, pulsingAction needed!
excitedBouncy, energeticCelebrations, enthusiasm
playfulFun, bouncingJokes, casual fun
emphaticBold, solid, impactfulImportant statements
casualHandwritten, relaxedFriendly chat
electricGlitchy, RGB splitCyber aesthetic
wobblyJelly physicsSilly, playful

Note: matrix emotion is pre-release — avoid for now.

Hyperlink Examples

Important announcement:

[▶️ BREAKING NEWS](https://andyed.github.io/iblipper2025/#text=BREAKING+NEWS&emotion=emphatic&dark=true&share=yes)

Friendly greeting:

[▶️ Hey there!](https://andyed.github.io/iblipper2025/#text=Hey+there!&emotion=casual&dark=false&share=yes)

Celebration:

[▶️ Congratulations!](https://andyed.github.io/iblipper2025/#text=Congratulations!&emotion=excited&share=yes)

GIF Export Workflow (Browser Required)

  1. Open the export URL in browser:

    browser action=open targetUrl="https://andyed.github.io/iblipper2025/?export=gif#text=Hello&emotion=emphatic" profile=chrome
    
  2. Wait ~15-20 seconds for render + encode

  3. Find the downloaded GIF:

    ls -t ~/Downloads/iblipper_*.gif | head -1
    
  4. Read/attach the file to your message

Export query parameters:

ParameterTypeDescriptionDefault
exportstringFormat: gif, apng, png
widthnumberOutput width in pixels480
fpsnumberFrames per second (8, 15, 30)15

When to Use

Good for:

  • Greetings and introductions
  • Important announcements
  • Celebrating milestones
  • Dramatic reveals
  • Adding personality to messages

Skip for:

  • Long-form content (keep to 1-10 words)
  • Urgent safety alerts (plain text is faster)

CLI Script

For quick URL generation, use the included shell script:

# Basic usage
./scripts/iblipper.sh "Hello World"
# https://andyed.github.io/iblipper2025/#text=Hello+World&emotion=emphatic&dark=true&share=yes

# With emotion
./scripts/iblipper.sh "Breaking News" hurry

# Light mode
./scripts/iblipper.sh "Good Morning" idyllic light

# As markdown link
./scripts/iblipper.sh -m "Click me!" excited
# [▶️ Click me!](https://...)

# GIF export URL
./scripts/iblipper.sh --gif "Export this" playful

Additional Resources

Tips

  • Keep text concise — 1-5 words have the most impact
  • Use hyperlinks by default — faster, works everywhere
  • Use GIF export for Signal/iMessage — inline images look great
  • Always use share=yes in hyperlinks — skips landing page
  • Match emotion to messageexcited for celebrations, emphatic for important stuff
  • Dark mode looks betterdark=true is usually the way to go
  • Use sparingly — if every message is animated, none are special
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install iblipper?

Run openclaw add @andyed/iblipper in your terminal. This installs iblipper into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/andyed/iblipper. Review commits and README documentation before installing.