Agent Plugins Marketplace
All plugins

social-vision

v1.0.0

Paste an Instagram, TikTok, YouTube (Shorts), or X/Twitter link and Claude watches it for you — transcribes the audio, reads the on-screen text and visuals, and explains what it's actually about. Runs locally and cross-platform.

Claude Code1 Skill

By Shivang TrivediLicense: MIT945 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 12, 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 social-vision 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 social-vision@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/ccplugins/awesome-claude-code-plugins

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

Plugin files

plugins/social-vision/
├── .claude-plugin/plugin.json
└── skills/analyze-social/SKILL.md

Included Skills1

analyze-socialskills/analyze-social/SKILL.md

Use when the user shares a social video/post link or local video and wants it understood — an Instagram (instagram.com), TikTok (tiktok.com), YouTube or YouTube Shorts (youtube.com/youtu.be), or X/Twitter (x.com/twitter.com) URL, or a local .mp4/.mov file, OR when they say "analyze/watch/transcribe this video/reel/post." Downloads it, transcribes the audio, extracts frames Claude can see, and produces a thorough breakdown.

Plugin manifests1

plugins/social-vision/.claude-plugin/plugin.json
{
  "name": "social-vision",
  "version": "1.0.0",
  "description": "Paste an Instagram, TikTok, YouTube (Shorts), or X/Twitter link and Claude watches it for you — transcribes the audio, reads the on-screen text and visuals, and explains what it's actually about. Runs locally and cross-platform.",
  "author": {
    "name": "Shivang Trivedi"
  },
  "homepage": "https://github.com/Shivang0/social-vision",
  "repository": "https://github.com/Shivang0/social-vision",
  "license": "MIT",
  "keywords": [
    "video",
    "instagram",
    "tiktok",
    "youtube",
    "twitter",
    "transcription",
    "whisper",
    "vision"
  ]
}

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

[social-vision on Agent Plugins Marketplace](https://pluginsmp.com/plugins/social-vision)