{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/frinkiac",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=frinkiac",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/frinkiac",
    "agentPageUrl": "https://openagent3.xyz/skills/frinkiac/agent",
    "manifestUrl": "https://openagent3.xyz/skills/frinkiac/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/frinkiac/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Frinkiac TV Screenshot & Meme Tool",
        "body": "Search dialogue, browse scenes, and generate memes from popular TV shows using the Frinkiac/Morbotron APIs."
      },
      {
        "title": "Available Shows",
        "body": "simpsons - The Simpsons (via Frinkiac)\nfuturama - Futurama (via Morbotron)\nrickandmorty - Rick and Morty\n30rock - 30 Rock"
      },
      {
        "title": "MCP Server Setup",
        "body": "This skill uses an MCP server. Add to your MCP config:\n\n{\n  \"mcpServers\": {\n    \"frinkiac\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@ryantenney/frinkiac-mcp\"]\n    }\n  }\n}"
      },
      {
        "title": "search",
        "body": "Search for scenes by dialogue text.\n\nshow: Which show to search (simpsons, futurama, rickandmorty, 30rock)\nquery: Dialogue to search for (e.g., \"D'oh!\", \"Good news everyone\")\nlimit: Max results (optional)\ninclude_images: Include thumbnails (optional)"
      },
      {
        "title": "get_caption",
        "body": "Get detailed scene info including episode metadata and nearby frames.\n\nshow: Which show\nepisode: Episode key in S##E## format (e.g., \"S07E21\")\ntimestamp: Frame timestamp in milliseconds\ninclude_nearby_images: Include thumbnails for nearby frames (optional)"
      },
      {
        "title": "get_screenshot",
        "body": "Get a screenshot image from a specific scene.\n\nshow: Which show\nepisode: Episode key in S##E## format\ntimestamp: Frame timestamp in milliseconds\nreturn_url_only: Return URL instead of image data (optional)"
      },
      {
        "title": "generate_meme",
        "body": "Create a meme with custom text overlay. Text auto-wraps at ~35 characters per line.\n\nshow: Which show\nepisode: Episode key in S##E## format\ntimestamp: Frame timestamp in milliseconds\ntext: Text to overlay on the image"
      },
      {
        "title": "get_nearby_frames",
        "body": "Browse adjacent frames to find the perfect screenshot.\n\nshow: Which show\nepisode: Episode key in S##E## format\ntimestamp: Frame timestamp in milliseconds\ninclude_images: Include thumbnails (optional)"
      },
      {
        "title": "get_episode",
        "body": "Get episode metadata and subtitles within a timestamp range.\n\nshow: Which show\nepisode: Episode key in S##E## format\nstart_timestamp: Start of range in milliseconds\nend_timestamp: End of range in milliseconds"
      },
      {
        "title": "Example Workflows",
        "body": "Find and meme a quote:\n\nSearch for dialogue: search simpsons \"everything's coming up Milhouse\"\nGet the screenshot: get_screenshot with episode/timestamp from results\nGenerate meme: generate_meme with custom text\n\nBrowse a scene:\n\nSearch for a quote to get episode/timestamp\nUse get_nearby_frames to find the perfect frame\nUse get_caption to see full context and subtitles\n\nGet episode context:\n\nUse get_episode with a timestamp range to see all dialogue in a scene\nFind the exact moment you want\nGenerate a meme or screenshot"
      }
    ],
    "body": "Frinkiac TV Screenshot & Meme Tool\n\nSearch dialogue, browse scenes, and generate memes from popular TV shows using the Frinkiac/Morbotron APIs.\n\nAvailable Shows\nsimpsons - The Simpsons (via Frinkiac)\nfuturama - Futurama (via Morbotron)\nrickandmorty - Rick and Morty\n30rock - 30 Rock\nMCP Server Setup\n\nThis skill uses an MCP server. Add to your MCP config:\n\n{\n  \"mcpServers\": {\n    \"frinkiac\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@ryantenney/frinkiac-mcp\"]\n    }\n  }\n}\n\nTools\nsearch\n\nSearch for scenes by dialogue text.\n\nshow: Which show to search (simpsons, futurama, rickandmorty, 30rock)\nquery: Dialogue to search for (e.g., \"D'oh!\", \"Good news everyone\")\nlimit: Max results (optional)\ninclude_images: Include thumbnails (optional)\nget_caption\n\nGet detailed scene info including episode metadata and nearby frames.\n\nshow: Which show\nepisode: Episode key in S##E## format (e.g., \"S07E21\")\ntimestamp: Frame timestamp in milliseconds\ninclude_nearby_images: Include thumbnails for nearby frames (optional)\nget_screenshot\n\nGet a screenshot image from a specific scene.\n\nshow: Which show\nepisode: Episode key in S##E## format\ntimestamp: Frame timestamp in milliseconds\nreturn_url_only: Return URL instead of image data (optional)\ngenerate_meme\n\nCreate a meme with custom text overlay. Text auto-wraps at ~35 characters per line.\n\nshow: Which show\nepisode: Episode key in S##E## format\ntimestamp: Frame timestamp in milliseconds\ntext: Text to overlay on the image\nget_nearby_frames\n\nBrowse adjacent frames to find the perfect screenshot.\n\nshow: Which show\nepisode: Episode key in S##E## format\ntimestamp: Frame timestamp in milliseconds\ninclude_images: Include thumbnails (optional)\nget_episode\n\nGet episode metadata and subtitles within a timestamp range.\n\nshow: Which show\nepisode: Episode key in S##E## format\nstart_timestamp: Start of range in milliseconds\nend_timestamp: End of range in milliseconds\nExample Workflows\n\nFind and meme a quote:\n\nSearch for dialogue: search simpsons \"everything's coming up Milhouse\"\nGet the screenshot: get_screenshot with episode/timestamp from results\nGenerate meme: generate_meme with custom text\n\nBrowse a scene:\n\nSearch for a quote to get episode/timestamp\nUse get_nearby_frames to find the perfect frame\nUse get_caption to see full context and subtitles\n\nGet episode context:\n\nUse get_episode with a timestamp range to see all dialogue in a scene\nFind the exact moment you want\nGenerate a meme or screenshot"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ryantenney/frinkiac",
    "publisherUrl": "https://clawhub.ai/ryantenney/frinkiac",
    "owner": "ryantenney",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}