Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions plugins/evillollive/Analyze-Video-Skill/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": "AGPL-3.0",
"interface": {
"displayName": "Analyze Video",
"shortDescription": "Turn videos into polished Word documents with frame analysis",
"composerIcon": "./assets/icon.svg"
}
}
40 changes: 40 additions & 0 deletions plugins/evillollive/Analyze-Video-Skill/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.