📺 Frinkiac OpenClaw Skill - ClawHub
Do you want your AI agent to automate Frinkiac workflows? This free skill from ClawHub helps with browser & automation tasks without building custom tools from scratch.
What this skill does
Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock
Install
npx clawhub@latest install frinkiacFull SKILL.md
Open original| name | description |
|---|---|
| frinkiac | Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock |
Frinkiac TV Screenshot & Meme Tool
Search dialogue, browse scenes, and generate memes from popular TV shows using the Frinkiac/Morbotron APIs.
Available Shows
simpsons- The Simpsons (via Frinkiac)futurama- Futurama (via Morbotron)rickandmorty- Rick and Morty30rock- 30 Rock
MCP Server Setup
This skill uses an MCP server. Add to your MCP config:
{
"mcpServers": {
"frinkiac": {
"command": "npx",
"args": ["-y", "@ryantenney/frinkiac-mcp"]
}
}
}
Tools
search
Search for scenes by dialogue text.
show: Which show to search (simpsons, futurama, rickandmorty, 30rock)query: Dialogue to search for (e.g., "D'oh!", "Good news everyone")limit: Max results (optional)include_images: Include thumbnails (optional)
get_caption
Get detailed scene info including episode metadata and nearby frames.
show: Which showepisode: Episode key in S##E## format (e.g., "S07E21")timestamp: Frame timestamp in millisecondsinclude_nearby_images: Include thumbnails for nearby frames (optional)
get_screenshot
Get a screenshot image from a specific scene.
show: Which showepisode: Episode key in S##E## formattimestamp: Frame timestamp in millisecondsreturn_url_only: Return URL instead of image data (optional)
generate_meme
Create a meme with custom text overlay. Text auto-wraps at ~35 characters per line.
show: Which showepisode: Episode key in S##E## formattimestamp: Frame timestamp in millisecondstext: Text to overlay on the image
get_nearby_frames
Browse adjacent frames to find the perfect screenshot.
show: Which showepisode: Episode key in S##E## formattimestamp: Frame timestamp in millisecondsinclude_images: Include thumbnails (optional)
get_episode
Get episode metadata and subtitles within a timestamp range.
show: Which showepisode: Episode key in S##E## formatstart_timestamp: Start of range in millisecondsend_timestamp: End of range in milliseconds
Example Workflows
Find and meme a quote:
- Search for dialogue:
search simpsons "everything's coming up Milhouse" - Get the screenshot:
get_screenshotwith episode/timestamp from results - Generate meme:
generate_memewith custom text
Browse a scene:
- Search for a quote to get episode/timestamp
- Use
get_nearby_framesto find the perfect frame - Use
get_captionto see full context and subtitles
Get episode context:
- Use
get_episodewith a timestamp range to see all dialogue in a scene - Find the exact moment you want
- Generate a meme or screenshot