Agent Plugins Marketplace
All plugins

agent-vision

v1.5.0

macOS-only plugin for explicit local camera frames.

Codex1 Skill

By Velocity WorksLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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 agent-vision 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 agent-vision@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 “agent-vision” remain stable.

  • Codex: agent-vision@agent-plugin-marketplaceagent-vision@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/zfifteen/agent-vision/.

Plugin files

plugins/zfifteen/agent-vision/
├── .codex-plugin/plugin.json
└── skills/camera-control/SKILL.md

Included Skills1

camera-controlskills/camera-control/SKILL.md

CRITICAL WHILE ARMED: capture, understand NEW image, USE in reasoning, turn-gate record+ready. Blind or theater answers INVALID. Topic irrelevant. Off to disarm.

Plugin manifests1

plugins/zfifteen/agent-vision/.codex-plugin/plugin.json
{
  "name": "agent-vision",
  "version": "1.5.0",
  "description": "macOS-only plugin for explicit local camera frames.",
  "author": {
    "name": "Velocity Works",
    "email": "[email protected]",
    "url": "https://github.com/zfifteen"
  },
  "homepage": "https://github.com/zfifteen/agent-vision",
  "repository": "https://github.com/zfifteen/agent-vision",
  "license": "MIT",
  "keywords": [
    "codex",
    "codex-plugin",
    "macos",
    "avfoundation",
    "camera",
    "vision",
    "local-first",
    "swift",
    "ai-assistant",
    "laptop-camera"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Agent Vision",
    "shortDescription": "Give Codex explicit local camera frames on macOS.",
    "longDescription": "Agent Vision is a macOS-only plugin that exposes the built-in camera through a native AVFoundation capture app and a local JPEG materialization path. Codex can save an explicitly requested JPEG frame without browser camera hacks, cloud camera services, or an idle camera-capable background process.",
    "developerName": "Velocity Works",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "websiteURL": "https://github.com/zfifteen/agent-vision",
    "privacyPolicyURL": "https://github.com/zfifteen/agent-vision/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/zfifteen/agent-vision/blob/main/LICENSE",
    "defaultPrompt": [
      "/agent-vision snapshot",
      "/agent-vision roast"
    ],
    "brandColor": "#00D4FF",
    "composerIcon": "./assets/composer-icon.png",
    "logo": "./assets/logo.png",
    "screenshots": [
      "./assets/readme-hero.png"
    ]
  }
}

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

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