adant
v0.10.2Research social trends, build strategies, and create or clone short-form ads with AdAnt from Claude Code.
By AdAnt AI0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 21 skill or MCP entries
- Source updated
- Sep 18, 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 adant for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install adant@agent-plugin-marketplacePaste 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/anyloop/agent-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adant/SKILL.md├── skills/adant-claude-setup/SKILL.md├── skills/adant-clone-ad/SKILL.md├── skills/adant-create-ad/SKILL.md├── skills/adant-init/SKILL.md├── skills/browse-instagram-reels/SKILL.md├── skills/browse-meta-ads-library/SKILL.md├── skills/browse-tiktok-research/SKILL.md├── skills/browse-youtube-shorts/SKILL.md├── skills/competitor-research/SKILL.md├── skills/content-strategy-generator/SKILL.md├── skills/initial-social-content-research/SKILL.md├── skills/instagram-keyword-research/SKILL.md├── skills/product-research/SKILL.md├── skills/slide-pdf-generator/SKILL.md├── skills/social-content-research-report/SKILL.md├── skills/social-content-strategist/SKILL.md├── skills/tiktok-keyword-research/SKILL.md├── skills/trend-video-understanding/SKILL.md└── .mcp.json
Included Skills19
Use AdAnt through its authenticated remote and local MCP tools for credits, media models, generation, jobs, local-file media, and creative workflows. Trigger when the user mentions AdAnt, requests AI ad media, or provides a local asset for AdAnt processing.
Connect, verify, or repair the AdAnt plugin in Claude Code. Use when AdAnt tools need authentication, the plugin MCP server reports disconnected or insufficient scope, or the user asks how to install, update, reconnect, or verify AdAnt in Claude Code.
Clone or adapt a reference short-form video ad through AdAnt's durable creative-project MCP workflow, preserving selected structure, pacing, camera, avatar, product, audio, and overlay traits while changing the user's requested elements. Use when the user provides or points to an existing ad and asks to clone, remake, reproduce, localize, or create a variant of it.
Create a complete short-form video ad through AdAnt's durable creative-project MCP workflow, including product/avatar/template discovery, reference uploads, planning, approvals, generation, refinement, and artifact delivery. Use when the user asks for a full ad, UGC ad, product video, campaign creative, or multiple-step ad workflow—not for a one-off image, video, or voice asset.
First-run initialization for AdAnt. Verify the remote connection, open the live progress panel, check local research readiness, and offer three personalized starting prompts. Trigger on "$adant-init", setup, installation checks, or requests for how to start.
Browse Instagram Reels by keywords to find visible trend and partnership evidence. Prefer the authenticated in-app Browser; use adant-local research tools as the portable fallback.
Browse Meta Ad Library by keywords and advertisers for active Facebook and Instagram ad evidence. Prefer the in-app Browser; use adant-local research tools as fallback.
Search TikTok by keywords and filters for visible trend and partnership evidence. Prefer the authenticated in-app Browser; use adant-local research tools as fallback.
Browse YouTube Shorts by keywords for visible trend and creator evidence. Prefer the in-app Browser; use adant-local research tools as fallback.
Identify true product competitors, distinguish adjacent tools, and gather bounded website/social evidence through AdAnt research tools.
Generate 5-10 copy-ready product content strategies from an AdAnt research report, example videos, and analyzed trend-video candidates, excluding prior inspirations and near-duplicate concepts.
Run end-to-end initial social research for a product: profile, competitors, platform trends, creator partnerships, curation, 13-slide report, and optional AdAnt save. Uses only MCP tools.
Generate Instagram-native keyword sets for Reels discovery from a product description, website, niche, and competitors.
Turn a product URL and notes into a sourced client profile for downstream competitor, keyword, social, and content-strategy research.
Convert a prepared landscape HTML slide deck into a presentation-quality PDF through the adant-local report phase.
Build and deliver the fixed 13-slide AdAnt social-content research report — or its strategy-brief subset — from validated research data, including thumbnails, markdown, PDF, and optional Studio save.
Turn example videos, creators, a saved research report, or a product brief into 5-10 evidence-backed social content strategies built on fresh, relevant videos the user has not seen, delivered as a strategy brief — a PDF plus a saved AdAnt report with one-click Create in Studio — using AdAnt MCP tools.
Generate TikTok-native discovery queries from a product description, website, niche, and competitors.
Analyze a short-form video through authenticated AdAnt video understanding for narrative, structure, creative mechanics, and brand-promotion evidence.
MCP servers2
- url
- https://api.adant.ai/mcp
- command
- sh
- args
- ${CLAUDE_PLUGIN_ROOT}/local-server/bootstrap.sh
- env.UV_PROJECT_ENVIRONMENT
- ${CLAUDE_PLUGIN_DATA}/adant-local-venv
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "adant",
"version": "0.10.2",
"description": "Research social trends, build strategies, and create or clone short-form ads with AdAnt from Claude Code.",
"author": {
"name": "AdAnt AI",
"email": "[email protected]",
"url": "https://adant.ai"
},
"homepage": "https://adant.ai",
"repository": "https://github.com/anyloop/agent-plugin.git",
"keywords": [
"ads",
"ai-video",
"avatars",
"claude-code",
"creative",
"mcp",
"media-generation",
"research",
"social-content",
"strategy"
],
"mcpServers": {
"adant": {
"type": "http",
"url": "https://api.adant.ai/mcp",
"oauth_resource": "https://api.adant.ai/mcp"
},
"adant-local": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/local-server/bootstrap.sh"
],
"env": {
"UV_PROJECT_ENVIRONMENT": "${CLAUDE_PLUGIN_DATA}/adant-local-venv"
}
}
},
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[adant on Agent Plugins Marketplace](https://pluginsmp.com/plugins/adant)