Agent Plugins Marketplace
All plugins

slide-meme-inserter

v0.1.0

Plan, review, and insert recognizable memes into HTML slide decks.

CodexClaude Code1 Skill

By amnotyoungLicense: MIT76 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jul 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install slide-meme-inserter for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add slide-meme-inserter@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/amnotyoung/slide-meme-inserter

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

slide-meme-inserter/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/insert-slide-memes/SKILL.md

Included Skills1

insert-slide-memesskills/insert-slide-memes/SKILL.md

Plan, select, and add restrained, context-aware, widely recognizable memes to HTML slide decks in two modes. Use postprocess mode when Codex receives a completed HTML deck and must insert or revise memes without weakening its message, layout, accessibility, or navigation. Use plan-and-build mode when Codex is planning or generating a new HTML presentation and should decide meme timing, candidates, captions, and layout as part of the storyline before building the deck. Accept user-supplied meme images, local files, URLs, template names, captions, and placement instructions in either mode; prioritize them without skipping rights, safety, accessibility, or rendering checks. Search across languages and meme cultures when the user has not fixed the asset. Trigger for requests to create funnier HTML slides, add supplied or searched memes, plan humor beats, generate a meme-aware deck, or review existing meme placement.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "slide-meme-inserter",
  "version": "0.1.0",
  "description": "Plan, review, and insert recognizable memes into HTML slide decks.",
  "author": {
    "name": "amnotyoung",
    "url": "https://github.com/amnotyoung"
  },
  "homepage": "https://github.com/amnotyoung/slide-meme-inserter",
  "repository": "https://github.com/amnotyoung/slide-meme-inserter",
  "license": "MIT",
  "keywords": [
    "html-slides",
    "memes",
    "presentation",
    "codex-skill",
    "slide-generation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Slide Meme Inserter",
    "shortDescription": "Plan or add rights-reviewed memes to HTML slide decks.",
    "longDescription": "Create meme-aware HTML presentations or add restrained memes using strict clearance or a limited practical review for one-off internal live talks.",
    "developerName": "amnotyoung",
    "category": "Productivity",
    "capabilities": [
      "Research",
      "Write"
    ],
    "websiteURL": "https://github.com/amnotyoung/slide-meme-inserter",
    "defaultPrompt": [
      "Add context-fitting, recognizable memes to this HTML slide deck.",
      "Plan a new HTML presentation with restrained meme moments.",
      "Insert my supplied meme using strict or practical rights review."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "slide-meme-inserter",
  "description": "HTML 슬라이드의 기획 단계부터 밈을 설계하고 strict 또는 제한된 practical 권리 심사를 거쳐 절제해 삽입하는 Claude Code 플러그인입니다.",
  "version": "0.1.0",
  "author": {
    "name": "amnotyoung",
    "url": "https://github.com/amnotyoung"
  },
  "homepage": "https://github.com/amnotyoung/slide-meme-inserter",
  "repository": "https://github.com/amnotyoung/slide-meme-inserter",
  "license": "MIT",
  "keywords": [
    "html-slides",
    "memes",
    "presentation",
    "claude-code-plugin",
    "slide-generation"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[slide-meme-inserter on Agent Plugins Marketplace](https://pluginsmp.com/plugins/slide-meme-inserter)