4.0k★by ryantenney
frinkiac – OpenClaw Skill
frinkiac is an OpenClaw Skills integration for coding workflows. Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock
Skill Snapshot
| name | frinkiac |
| description | Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock OpenClaw Skills integration. |
| owner | ryantenney |
| repository | ryantenney/frinkiac |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @ryantenney/frinkiac |
| last updated | Feb 7, 2026 |
Maintainer

name: frinkiac description: Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock metadata: {"openclaw":{"emoji":"📺","requires":{"bins":["node","npx"]}}}
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
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 frinkiac?
Run openclaw add @ryantenney/frinkiac in your terminal. This installs frinkiac 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/ryantenney/frinkiac. Review commits and README documentation before installing.
