Screen Capture — first route
screen://target/monitor/monitor/query/frame
[]
Vision connector
Screen capture — frame query, single capture, capture loop. A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 3 screen:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'uriscreen' pack (GitHub) for real handlers; dispatch works simulated without itscreen://target/monitor/monitor/query/frame
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=screen' | bash
Ten connector jest planowany. Instalator jest widoczny na potrzeby projektowania kontraktu, ale wykonanie jest wyłączone, dopóki pakiet connectora nie będzie dostępny.
{
"id": "screen",
"name": "Screen Capture",
"status": "planned",
"uriSchemes": [
"screen"
],
"routes": [
"screen://target/monitor/monitor/query/frame",
"screen://target/monitor/monitor/command/capture",
"screen://target/capture/command/loop"
],
"install": {
"mode": "planned",
"pipSpec": "uriscreen"
},
"hubUrl": "https://connect.ifuri.com/connectors/screen"
}