Agent Plugins Marketplace
All plugins

frameo

v0.1.0

Frameo turns a GitHub repository into a 30-second launch video built from its real, running UI. Clones and deeply analyzes the codebase, runs the app, explores it in a browser, analyzes the UI/UX, builds a verified Product DNA and storyboard, and hands a UI-aware composition to Hyperframes for rendering. One command: /frameo <repo-url> → a 30-second video.

Claude Code1 Skill1 MCP serverstdio

By Frameo contributors0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 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 frameo 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 frameo@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/karthikeya0922/inshots

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

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

Included Skills1

frameoskills/frameo/SKILL.md

Frameo — one command that turns a software repository into a 30-second launch video built from its real, running UI, rendered with Hyperframes. Use when someone says "/frameo", "frameo this repo", "create a launch video for <repo>", or pastes a GitHub URL and wants a shareable product video. Clones the repo, runs the app, captures the actual screens, verifies every claim, renders frameo.mp4 and writes share copy.

MCP servers1

frameostdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/bin/frameo-mcp.js
env.HYPERFRAMES_SKIP_SKILLS
1

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

.claude-plugin/plugin.json
{
  "name": "frameo",
  "version": "0.1.0",
  "description": "Frameo turns a GitHub repository into a 30-second launch video built from its real, running UI. Clones and deeply analyzes the codebase, runs the app, explores it in a browser, analyzes the UI/UX, builds a verified Product DNA and storyboard, and hands a UI-aware composition to Hyperframes for rendering. One command: /frameo <repo-url> → a 30-second video.",
  "author": {
    "name": "Frameo contributors"
  },
  "keywords": [
    "video",
    "launch",
    "hyperframes",
    "repository-analysis",
    "playwright",
    "mcp"
  ]
}

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

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