Agent Plugins Marketplace
All plugins

media-toolkit

v1.0.0

媒体工具箱 - 视频流下载与格式修复工具

Claude Code2 Skills

By Jacky WangLicense: MIT14 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 30, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install media-toolkit@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/wangjs-jacky/jacky-skills

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

Plugin files

plugins/media-toolkit/
├── .claude-plugin/plugin.json
├── skills/fix-neat-video/SKILL.md
└── skills/m3u8-dl/SKILL.md

Included Skills2

fix-neat-videoskills/fix-neat-video/SKILL.md

修复 Neat Download 下载的分段视频文件。当用户需要处理 .mp4.ts 文件、修复无法完整播放的视频、或提到 Neat Download 下载的视频问题时触发此 skill。

m3u8-dlskills/m3u8-dl/SKILL.md

使用 m3u8-dl 下载 M3U8/HLS 视频流。当用户需要下载视频、提供 m3u8 链接、或提到视频下载时触发此 skill。支持 AES-128 解密、代理、时长限制。

Plugin manifests1

plugins/media-toolkit/.claude-plugin/plugin.json
{
  "name": "media-toolkit",
  "version": "1.0.0",
  "description": "媒体工具箱 - 视频流下载与格式修复工具",
  "author": {
    "name": "Jacky Wang",
    "email": "[email protected]",
    "url": "https://github.com/wangjs-jacky"
  },
  "homepage": "https://github.com/wangjs-jacky/jacky-skills/tree/main/plugins/media-toolkit",
  "repository": "https://github.com/wangjs-jacky/jacky-skills",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "m3u8",
    "download",
    "video-fix"
  ],
  "skills": [
    "./skills/m3u8-dl/",
    "./skills/fix-neat-video/"
  ]
}

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

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