app
Adom Shotlog
Public Made by Adomby adom
See the shots your AI never showed you, and know it actually SAW them. adom-shotlog streams every screenshot the AI gathers into a live gallery (webview/pup/browser/phone), reports whether a human is
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
{
"slug": "adom-shotlog",
"version": "0.23.12",
"type": "app",
"title": "Adom Shotlog",
"description": "See the shots your AI never showed you, and know it actually SAW them. adom-shotlog streams every screenshot the AI gathers into a live gallery (webview/pup/browser/phone), reports whether a human is really watching and on which surface, and ingests Adom Desktop child-window arrays via --meta.",
"license": "MIT",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"SKILL.md",
"skills/**",
"README.md",
"package.json",
"install.sh",
"uninstall.sh",
"bin/**",
"screenshots/**",
"src/**",
"Cargo.toml",
"Cargo.lock",
"build.sh",
"VERSION",
"LICENSE",
"tools/**",
"dev-skills/**",
"publish-skills/**",
"hooks/**"
],
"install": {
"binary_name": "adom-shotlog"
},
"discovery_triggers": [
"adom-shotlog",
"shotlog",
"screenshot log",
"screenshot history",
"visual log",
"log screenshot",
"inject screenshot",
"open shotlog",
"screenshot viewer",
"visual debug loop",
"prove it working",
"review on phone",
"remote control screenshots",
"popup screenshot array",
"shotlog surfacing",
"gentle notification",
"skinny panel",
"dont foreground",
"taskbar flash"
],
"discovery_pitch": "Your AI screenshots its work into channels and you review it live anywhere, even your phone. Every shot records its original capture resolution, and Adom Desktop child-window arrays come through with their coordMap.",
"visibility": "public",
"tags": [
"cli",
"screenshot",
"debug",
"visual-log",
"gallery",
"mobile"
],
"hero": {
"path": "screenshots/hero.png"
},
"org": "adom",
"platform": "any"
}