Agent Plugins Marketplace
All plugins

riffads

v0.1.0

Generate video, image and audio ads through RiffAds. Every job is priced and quoted before a credit is spent, and nothing is ever published to a social platform.

Claude Code3 Skills1 MCP serverStreamable HTTP

By RiffAdsLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 21, 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 riffads 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 riffads@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/riffads-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

riffads/
├── .claude-plugin/plugin.json
├── skills/batch-actor-variants/SKILL.md
├── skills/batch-image-variants/SKILL.md
├── skills/cost-aware-generation/SKILL.md
└── .mcp.json

Included Skills3

batch-actor-variantsskills/batch-actor-variants/SKILL.md

Run one RiffAds script past several different actors in a single workflow run, then read every result back with its real cost. Use for "the same script with three actors", "which actor reads this best", "one script, a few faces", or any RiffAds request that needs several steps chained together.

batch-image-variantsskills/batch-image-variants/SKILL.md

Render several takes of one RiffAds image or video config in a single submission, under one credit hold, and read them all back together. Use for "give me 4 variants", "a few different versions", or "some options to pick from" with RiffAds.

cost-aware-generationskills/cost-aware-generation/SKILL.md

Generate video, image, audio or text ad assets with RiffAds, quoting the credit cost and getting agreement before anything is spent. Use for "make me an ad", "talking actor video", "generate a video or image with RiffAds", checking a RiffAds credit balance, or reading a RiffAds generation back.

MCP servers1

riffadsStreamable HTTP
url
https://mcp.riffads.com

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "riffads",
  "version": "0.1.0",
  "description": "Generate video, image and audio ads through RiffAds. Every job is priced and quoted before a credit is spent, and nothing is ever published to a social platform.",
  "author": {
    "name": "RiffAds",
    "url": "https://riffads.com"
  },
  "homepage": "https://riffads.com",
  "repository": "https://github.com/riffads-ai/skills",
  "license": "MIT",
  "keywords": [
    "riffads",
    "ugc",
    "video ads",
    "talking actor",
    "image generation",
    "text to speech",
    "credits",
    "mcp"
  ]
}

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

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