From a3b19afdbe08adf97941950d6f38c2740e1aff92 Mon Sep 17 00:00:00 2001 From: evillollive Date: Fri, 29 May 2026 21:26:55 -0700 Subject: [PATCH 1/2] Add Analyze Video plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the analyze-video skill — turns videos (URLs or local files) into polished Word documents with embedded frames, timestamped analysis, contact sheets, and auto-chunking for long videos. - Plugin bundle under plugins/evillollive/Analyze-Video-Skill/ - README entry in Tools & Integrations (alphabetical) --- README.md | 1 + .../.codex-plugin/plugin.json | 12 ++++++ .../Analyze-Video-Skill/assets/icon.svg | 41 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json create mode 100644 plugins/evillollive/Analyze-Video-Skill/assets/icon.svg diff --git a/README.md b/README.md index 10b242df..955ead01 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [Agent Message Queue](https://github.com/avivsinai/agent-message-queue) - File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations. - [Agent Vision](https://github.com/zfifteen/agent-vision) - macOS-only local camera plugin for explicit snapshots, streaming controls, and file-backed image input. +- [Analyze Video](https://github.com/evillollive/Analyze-Video-Skill) - Turn videos (URLs or local files) into polished Word documents with embedded frames, timestamped analysis, contact sheets, and auto-chunking for long videos. - [Apple Productivity](https://github.com/matk0shub/apple-productivity-mcp) - Local Apple Calendar and Reminders tooling for macOS with Codex plugin adapters. - [AxonFlow](https://github.com/getaxonflow/axonflow-codex-plugin) - Runtime governance for Codex with policy enforcement on terminal commands, advisory checks for non-terminal tools via skills, PII/secret detection, and compliance-grade audit trails. Self-hosted via Docker. - [Bitbucket CLI](https://github.com/avivsinai/bitbucket-cli) - Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud. diff --git a/plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json b/plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json new file mode 100644 index 00000000..aa694eb4 --- /dev/null +++ b/plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "analyze-video", + "version": "0.3.0", + "description": "Analyze one or more videos (URLs or local files) and produce a Word document with embedded frames, timestamped analysis, and captions.", + "repository": "https://github.com/evillollive/Analyze-Video-Skill", + "license": "GPL-3.0", + "interface": { + "displayName": "Analyze Video", + "shortDescription": "Turn videos into polished Word documents with frame analysis", + "composerIcon": "./assets/icon.svg" + } +} diff --git a/plugins/evillollive/Analyze-Video-Skill/assets/icon.svg b/plugins/evillollive/Analyze-Video-Skill/assets/icon.svg new file mode 100644 index 00000000..81754854 --- /dev/null +++ b/plugins/evillollive/Analyze-Video-Skill/assets/icon.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 8e73c2be8f5fee513b87263e6ff64e9887023955 Mon Sep 17 00:00:00 2001 From: evillollive Date: Fri, 29 May 2026 21:41:20 -0700 Subject: [PATCH 2/2] Fix SVG: remove invisible zero-radius circle, update license to AGPL-3.0 --- .../evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json | 2 +- plugins/evillollive/Analyze-Video-Skill/assets/icon.svg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json b/plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json index aa694eb4..27eff6b3 100644 --- a/plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json +++ b/plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json @@ -3,7 +3,7 @@ "version": "0.3.0", "description": "Analyze one or more videos (URLs or local files) and produce a Word document with embedded frames, timestamped analysis, and captions.", "repository": "https://github.com/evillollive/Analyze-Video-Skill", - "license": "GPL-3.0", + "license": "AGPL-3.0", "interface": { "displayName": "Analyze Video", "shortDescription": "Turn videos into polished Word documents with frame analysis", diff --git a/plugins/evillollive/Analyze-Video-Skill/assets/icon.svg b/plugins/evillollive/Analyze-Video-Skill/assets/icon.svg index 81754854..e0bee3ee 100644 --- a/plugins/evillollive/Analyze-Video-Skill/assets/icon.svg +++ b/plugins/evillollive/Analyze-Video-Skill/assets/icon.svg @@ -35,7 +35,6 @@ -