Agent Plugins Marketplace
← All plugins

contenthero

v0.2.4

Create, edit, schedule, and publish content from your AI assistant. Generate images, video, and voiceovers, plan your content calendar, and draft on-brand copy, from hooks and scripts to captions and ads, grounded in what already performs for you.

Claude CodeAgent Plugins1 Skill1 MCP serverStreamable HTTP

By ContentHeroLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 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 contenthero for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install contenthero@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/contenthero-ai/skills

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

contenthero/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/contenthero/SKILL.md
└── .mcp.json

Included Skills1

contentheroskills/contenthero/SKILL.md

Create, edit, schedule, and publish content through the user's ContentHero account: generate images, video, voiceovers, and lip-sync, upscale or animate media, plan and publish posts to their connected social accounts, and ground every draft in their brand kit, knowledge base, and best-performing content. Use when the user asks to make an image, video, or voiceover, animate or upscale something, write anything in their brand voice (a caption, hook, title, outline, script, or ad copy), schedule or publish content, check their brand kit, find what performs best for them, or anything touching their ContentHero account.

MCP servers1

ContentHeroStreamable HTTP
url
https://mcp.contenthero.ai

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "contenthero",
  "displayName": "ContentHero",
  "version": "0.2.4",
  "description": "Create, edit, schedule, and publish content from your AI assistant. Generate images, video, and voiceovers, plan your content calendar, and draft on-brand copy, from hooks and scripts to captions and ads, grounded in what already performs for you.",
  "author": {
    "name": "ContentHero",
    "url": "https://contenthero.ai"
  },
  "homepage": "https://contenthero.ai",
  "repository": "https://github.com/contenthero-ai/skills",
  "license": "MIT",
  "keywords": [
    "contenthero",
    "content",
    "generate",
    "image",
    "video",
    "audio",
    "lip-sync",
    "reference-board",
    "pipeline",
    "publish",
    "schedule",
    "brand-kit",
    "brand-voice",
    "inspiration",
    "outliers",
    "social-media"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "contenthero",
  "version": "0.2.4",
  "description": "Create, edit, schedule, and publish content from your AI assistant. Generate images, video, and voiceovers, plan your content calendar, and draft on-brand copy, from hooks and scripts to captions and ads, grounded in what already performs for you.",
  "author": {
    "name": "ContentHero",
    "url": "https://contenthero.ai"
  },
  "homepage": "https://contenthero.ai",
  "repository": "https://github.com/contenthero-ai/skills",
  "license": "MIT",
  "keywords": [
    "contenthero",
    "content",
    "generate",
    "image",
    "video",
    "audio",
    "lip-sync",
    "reference-board",
    "pipeline",
    "publish",
    "schedule",
    "brand-kit",
    "brand-voice",
    "inspiration",
    "outliers",
    "social-media"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "ContentHero",
        "shortDescription": "Generate media, plan and publish content, and read brand and research context",
        "longDescription": "One skill covers the whole ContentHero surface: generating image, video, audio, reference-board and lip-sync media with cost preflight and output-id chaining; running the planner (spaces, stages, cards, and publishing to connected accounts); reading and growing brand context including the searchable knowledge base; researching what performs by outlier score; managing the media library; and driving the editor. ContentHero never writes copy server-side: it supplies the grounding and the method, your LLM writes the words, and you approve before anything goes live.",
        "developerName": "ContentHero",
        "category": "Design",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://contenthero.ai",
        "defaultPrompt": [
          "Generate a 9:16 product image, then animate it into a 5-second clip",
          "Find my best outliers, ground a Reel caption in my brand voice, and draft it for approval",
          "Read my brand kit and summarize my tone of voice",
          "Turn this idea into an on-brand card and schedule it to my accounts"
        ],
        "brandColor": "#121212"
      }
    }
  }
}

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

[contenthero on Agent Plugins Marketplace](https://pluginsmp.com/plugins/contenthero)