Agent Plugins Marketplace
All plugins

account-video-downloader

v1.0.0

Batch-download all videos from an account's homepage (YouTube, TikTok, Douyin, Kuaishou, Bilibili)

Codex

By Redfox DataLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 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 account-video-downloader for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add account-video-downloader@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “account-video-downloader” remain stable.

  • Codex: account-video-downloader@agent-plugin-marketplaceaccount-video-downloader@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/redfox-data/redfox-agent-plugins/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/redfox-data/redfox-agent-plugins/.codex-plugin/plugin.json
{
  "name": "account-video-downloader",
  "version": "1.0.0",
  "description": "Batch-download all videos from an account's homepage (YouTube, TikTok, Douyin, Kuaishou, Bilibili)",
  "author": {
    "name": "Redfox Data",
    "email": "[email protected]",
    "url": "https://redfox.hk"
  },
  "homepage": "https://redfox.hk/skills/account-video-downloader?source=agent_plugins",
  "repository": "https://github.com/redfox-data/redfox-agent-plugins",
  "license": "MIT",
  "keywords": [
    "redfox",
    "account",
    "video",
    "downloader",
    "batch",
    "youtube",
    "tiktok",
    "backup",
    "channel"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Multi-Platform Account Video Extractor",
    "developerName": "Redfox Data",
    "shortDescription": "Batch-download all videos from an account's homepage (YouTube, TikTok, Douyin, Kuaishou, Bilibili)",
    "longDescription": "Input a platform name and account ID/URL to auto-fetch all videos from that account's homepage. Supports YouTube, TikTok, Douyin, Kuaishou, and Bilibili. Parses watermark-free direct download links and enables batch downloading. Use cases: competitor content analysis, backing up your own channel, archiving creator works before deletion, offline course/tutorial collections, influencer due-diligence before collaboration.",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "brandColor": "#8B5CF6",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.svg",
    "defaultPrompt": [
      "Batch-download all videos from an account's homepage (YouTube, TikTok, Douyin, Kuaishou, Bilibili)"
    ],
    "websiteURL": "https://redfox.hk/",
    "privacyPolicyURL": "https://redfox.hk/privacy",
    "termsOfServiceURL": "https://redfox.hk/terms",
    "screenshots": []
  }
}

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

[account-video-downloader on Agent Plugins Marketplace](https://pluginsmp.com/plugins/account-video-downloader)