# Send Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "frinkiac",
    "name": "Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ryantenney/frinkiac",
    "canonicalUrl": "https://clawhub.ai/ryantenney/frinkiac",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/frinkiac",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frinkiac",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "frinkiac",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T11:49:01.106Z",
      "expiresAt": "2026-05-10T11:49:01.106Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frinkiac",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frinkiac",
        "contentDisposition": "attachment; filename=\"frinkiac-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "frinkiac"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/frinkiac"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/frinkiac",
    "downloadUrl": "https://openagent3.xyz/downloads/frinkiac",
    "agentUrl": "https://openagent3.xyz/skills/frinkiac/agent",
    "manifestUrl": "https://openagent3.xyz/skills/frinkiac/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/frinkiac/agent.md"
  }
}
```
## Documentation

### 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:

{
  "mcpServers": {
    "frinkiac": {
      "command": "npx",
      "args": ["-y", "@ryantenney/frinkiac-mcp"]
    }
  }
}

### 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:

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

Browse a scene:

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

Get episode context:

Use get_episode with a timestamp range to see all dialogue in a scene
Find the exact moment you want
Generate a meme or screenshot
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ryantenney
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T11:49:01.106Z
- Expires at: 2026-05-10T11:49:01.106Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/frinkiac)
- [Send to Agent page](https://openagent3.xyz/skills/frinkiac/agent)
- [JSON manifest](https://openagent3.xyz/skills/frinkiac/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/frinkiac/agent.md)
- [Download page](https://openagent3.xyz/downloads/frinkiac)