← 返回 Skills 市场
ryantenney

Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes

作者 Ryan Tenney · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1792
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install frinkiac
功能描述
Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock
使用说明 (SKILL.md)

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"]
    }
  }
}

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
安全使用建议
This skill appears to do what it says: search TV screenshots and produce memes. The primary thing to consider is that it relies on npx to fetch and run @ryantenney/frinkiac-mcp at runtime — that will download and execute code from npm when the MCP server is started. If you are comfortable with that, proceed; otherwise review the npm package source and maintainer, prefer a pinned release (or vendor the code) instead of 'npx -y', and run the skill in a restricted/sandboxed environment if used in sensitive contexts.
功能分析
Type: OpenClaw Skill Name: frinkiac Version: 1.0.0 The skill bundle is classified as suspicious due to its use of `npx` to download and execute a remote npm package (`@ryantenney/frinkiac-mcp`) as part of its MCP server setup, as defined in `SKILL.md`. While this action is ostensibly for the skill's stated purpose, it represents a significant supply chain risk, allowing arbitrary code execution from an external source. The `-y` flag further enables non-interactive installation and execution, increasing the risk without explicit user confirmation.
能力评估
Purpose & Capability
Name/description (Frinkiac-style screenshot search and meme generation) align with the instructions: the SKILL.md documents search, screenshot, caption, and meme generation operations and points to an MCP wrapper. Required binaries (node, npx) are reasonable for running an npx-based MCP server.
Instruction Scope
SKILL.md stays on-task: it describes how to configure an MCP server and the available tool commands (search, get_caption, get_screenshot, generate_meme, get_nearby_frames, get_episode). It does not instruct the agent to read unrelated files, access other environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk; however the SKILL.md directs use of npx to run the @ryantenney/frinkiac-mcp package at runtime (MCP server config). Running npx will fetch and execute code from the npm registry on-demand — this is expected for an MCP wrapper but does mean remote code will execute when invoked. If you require stronger guarantees, review the package source, pin versions, or vendor the code instead of using npx.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate for a read-only media-search/meme generation tool that uses public Frinkiac/Morbotron APIs.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It instructs adding an MCP server entry (local agent config) which is standard for MCP-based tools and does not modify other skills or request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install frinkiac
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /frinkiac 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes. - Search for scenes by dialogue text across four TV shows - Generate and customize memes with text overlays - Browse adjacent frames and retrieve episode/scene metadata - Fetch screenshots and episode subtitles using timestamps - Integrates with Frinkiac and Morbotron APIs via MCP server
元数据
Slug frinkiac
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes 是什么?

Search TV show screenshots and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1792 次。

如何安装 Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install frinkiac」即可一键安装,无需额外配置。

Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes 是免费的吗?

是的,Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes 完全免费(开源免费),可自由下载、安装和使用。

Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes 支持哪些平台?

Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Frinkiac - Search, browse, and generate memes from The Simpsons, Futurama, Rick and Morty, and 30 Rock scenes?

由 Ryan Tenney(@ryantenney)开发并维护,当前版本 v1.0.0。

💬 留言讨论