{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "analyze-screen-feedback", "version": "1.0.0", "description": "Ground narrated macOS screen-recording feedback in local word timestamps, visible interface evidence, cursor motion, and explicit uncertainty.", "author": { "name": "Andrew Fai", "url": "https://github.com/andydrewie" }, "homepage": "https://github.com/andydrewie/analyze-screen-feedback#readme", "repository": "https://github.com/andydrewie/analyze-screen-feedback", "license": "MIT", "keywords": [ "screen-recording", "usability", "multimodal", "macos", "feedback" ], "extensions": { "com.openai": { "interface": { "displayName": "Analyze Screen Feedback", "shortDescription": "Ground narrated feedback in on-screen evidence", "longDescription": "Align narrated macOS screen recordings with local word timestamps, motion, readable frames, visible interface objects, and explicit uncertainty.", "developerName": "Andrew Fai", "category": "Developer Tools", "capabilities": [ "Interactive", "Write" ], "websiteURL": "https://github.com/andydrewie/analyze-screen-feedback", "defaultPrompt": [ "Analyze this narrated screen recording and ground each spoken reference in visible interface evidence." ] } } } }