GifHorse skill for ClawdHub
Find a file
Jacob 0323d3eab8 Bump to v1.2.0 with subtitle substitution and auto-named output
- Add -s (strikethrough substitute) and -r (clean replace) documentation
- Add auto-named output files (saved to exports/)
- Add meme workflow example
- Create v1.2.0 versioned directory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 12:06:50 -07:00
v1.1.0 Bump to v1.1.0 with new commands and iMessage support 2026-02-08 09:59:12 -07:00
v1.2.0 Bump to v1.2.0 with subtitle substitution and auto-named output 2026-02-12 12:06:50 -07:00
_meta.json Bump to v1.2.0 with subtitle substitution and auto-named output 2026-02-12 12:06:50 -07:00
README.md Bump to v1.2.0 with subtitle substitution and auto-named output 2026-02-12 12:06:50 -07:00
SKILL.md Bump to v1.2.0 with subtitle substitution and auto-named output 2026-02-12 12:06:50 -07:00

GifHorse Skill for ClawdHub

A Clawdbot skill that enables dialogue search and reaction GIF creation from your video library.

What is This?

This is the ClawdHub skill package for gifhorse - a CLI tool that lets you search dialogue in your video library and create reaction GIFs with timed subtitles.

Features

  • 🔍 Search dialogue across your entire video library instantly
  • 🎬 Create GIFs with perfectly timed subtitles
  • ✏️ Subtitle substitution - Replace words in dialogue to make meme GIFs
  • 📁 Auto-named output - GIF filenames derived from dialogue text
  • 💬 iMessage sending - Send GIFs directly via iMessage
  • 🏷️ Automatic branding - all GIFs include a subtle "gifhorse" watermark
  • 📝 Transcribe videos using subtitle files or Whisper AI
  • 👀 Preview before creating to verify timing

Installation

Via ClawdHub

clawdhub install gifhorse

Manual Installation

  1. Copy SKILL.md to your Clawdbot skills directory
  2. Run the installation commands from the skill's install instructions
  3. Restart Clawdbot to load the skill

Prerequisites

  • Python 3.8+
  • FFmpeg-full (for subtitle rendering)
  • macOS, Linux, or Windows

The skill includes automated installation commands for:

  • gifhorse CLI tool
  • FFmpeg-full (macOS via Homebrew)

Usage with Clawdbot

Once installed, you can ask Clawdbot naturally:

Search my video library for quotes about "perfect"
Create a GIF from Blade Runner with the "cells" quote
Make a high-quality reaction GIF with watermark from that scene

Clawdbot will automatically invoke the gifhorse skill and execute the appropriate commands.

Direct Command Usage

You can also use gifhorse commands directly:

gifhorse search "memorable quote"
gifhorse preview "memorable quote" 1
gifhorse create "memorable quote" 1

Publishing to ClawdHub

To publish this skill to ClawdHub:

  1. Fork or create your own copy of this skill directory
  2. Test locally with your Clawdbot instance
  3. Upload to ClawdHub:
    • Visit https://clawdhub.com
    • Sign in with GitHub
    • Upload the SKILL.md file
    • Add version information and changelog
    • Submit for review

The skill will be available for others to install once approved by ClawdHub moderators.

Version Information

  • Current Version: 1.2.0
  • Compatible With: Clawdbot 2026.1.x+
  • License: MIT

Learn More

Contributing

Issues and improvements welcome! Submit PRs to the main gifhorse repository or this skill package.