← All skills
Tencent SkillHub · Communication & Collaboration

iBlipper Expressive Typography - Remember reading is automatic!

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/iblipper.sh, references/emotions.md, references/examples.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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). ParameterTypeDescriptionDefaulttextstringThe message to display (URL encoded, spaces as +)—wpmnumberWords per minute (30-2500)300densitynumberWords per frame (0.1-500)1fillbooleanAuto-scale text to fill screentruethemenumberColor theme index (0-3)0darkbooleanDark modetrueemotionstringAnimation style preset (see below)neutralsharestringAuto-play on load (yes)—

Emotion Presets (Production)

EmotionVibeBest ForneutralClean, professionalDefault, announcementshurryFast, urgent, italicTime-sensitive alertsidyllicSlow, dreamy, airyPoetic, calm messagesquestionCurious, tiltingQuestions, ponderingresponse_requiredUrgent, pulsingAction needed!excitedBouncy, energeticCelebrations, enthusiasmplayfulFun, bouncingJokes, casual funemphaticBold, solid, impactfulImportant statementscasualHandwritten, relaxedFriendly chatelectricGlitchy, RGB splitCyber aestheticwobblyJelly 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)

Open the export URL in browser: browser action=open targetUrl="https://andyed.github.io/iblipper2025/?export=gif#text=Hello&emotion=emphatic" profile=chrome Wait ~15-20 seconds for render + encode Find the downloaded GIF: ls -t ~/Downloads/iblipper_*.gif | head -1 Read/attach the file to your message Export query parameters: ParameterTypeDescriptionDefaultexportstringFormat: gif, apng, png—widthnumberOutput width in pixels480fpsnumberFrames 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

references/examples.md — Real-world use cases by category references/emotions.md — Deep dive on each emotion preset with live demos

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 message — excited for celebrations, emphatic for important stuff Dark mode looks better — dark=true is usually the way to go Use sparingly — if every message is animated, none are special

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • references/emotions.md Docs
  • references/examples.md Docs
  • scripts/iblipper.sh Scripts