Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Search Tv Screenshots Generate Memes

ASecurity

Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgoapi

Works with

apimcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill search-tv-screenshots-generate-memes --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Search Tv Screenshots Generate Memes?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Search Tv Screenshots Generate Memes
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-search-tv-screenshots-generate-memes/badge)](https://www.skillsdirectory.com/skills/rondoflow-search-tv-screenshots-generate-memes)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: search-tv-screenshots-generate-memes
description: "Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock"
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---

# 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 Morty
- `30rock` - 30 Rock

## MCP Server Setup

This skill uses an MCP server. Add to your MCP config:

```json
{
  "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 show
- `episode`: Episode key in S##E## format (e.g., "S07E21")
- `timestamp`: Frame timestamp in milliseconds
- `include_nearby_images`: Include thumbnails for nearby frames (optional)

### get_screenshot

Get a screenshot image from a specific scene.

- `show`: Which show
- `episode`: Episode key in S##E## format
- `timestamp`: Frame timestamp in milliseconds
- `return_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 show
- `episode`: Episode key in S##E## format
- `timestamp`: Frame timestamp in milliseconds
- `text`: Text to overlay on the image

### get_nearby_frames

Browse adjacent frames to find the perfect screenshot.

- `show`: Which show
- `episode`: Episode key in S##E## format
- `timestamp`: Frame timestamp in milliseconds
- `include_images`: Include thumbnails (optional)

### get_episode

Get episode metadata and subtitles within a timestamp range.

- `show`: Which show
- `episode`: Episode key in S##E## format
- `start_timestamp`: Start of range in milliseconds
- `end_timestamp`: End of range in milliseconds

## Example Workflows

**Find and meme a quote:**

1. Search for dialogue: `search simpsons "everything's coming up Milhouse"`
2. Get the screenshot: `get_screenshot` with episode/timestamp from results
3. Generate meme: `generate_meme` with custom text

**Browse a scene:**

1. Search for a quote to get episode/timestamp
2. Use `get_nearby_frames` to find the perfect frame
3. Use `get_caption` to see full context and subtitles

**Get episode context:**

1. Use `get_episode` with a timestamp range to see all dialogue in a scene
2. Find the exact moment you want
3. Generate a meme or screenshot

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →