Install
openclaw skills install terrycarter1985-gifgrepSearch, preview, download, and process GIFs from Tenor and Giphy
openclaw skills install terrycarter1985-gifgrepSearch, preview, download, and process GIFs from Tenor and Giphy providers. Supports CLI output, interactive TUI with previews, static frame extraction, and frame sheet generation.
| Environment Variable | Description |
|---|---|
GIPHY_API_KEY | Optional for Giphy provider (uses demo key if not set) |
TENOR_API_KEY | Optional for Tenor provider (uses demo key if not set) |
{
"tool": "gifgrep_search",
"parameters": {
"query": "excited reaction",
"limit": 5,
"format": "url"
}
}
{
"tool": "gifgrep_search",
"parameters": {
"query": "happy birthday",
"limit": 1,
"download": true,
"output_path": "/workspace/downloads/birthday.gif"
}
}
{
"tool": "gifgrep_extract_frame",
"parameters": {
"input_path": "/workspace/downloads/birthday.gif",
"time": "1.5s",
"output_path": "/workspace/output/frame.png"
}
}
{
"tool": "gifgrep_generate_sheet",
"parameters": {
"input_path": "/workspace/downloads/birthday.gif",
"frames": 9,
"columns": 3,
"output_path": "/workspace/output/sheet.png"
}
}
auto (default): Uses Giphy if API key is set, otherwise Tenortenor: Tenor GIF providergiphy: Giphy GIF provider (requires API key for higher rate limits)