Screen to Language — first route
img2nl://host/screen/command/capture-click
[]
Vision connector
Screen capture + UI target detection via img2nl (KVM eyes). A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 3 img2nl:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'uriimg2nl' pack (GitHub) for real handlers; dispatch works simulated without itimg2nl://host/screen/command/capture-click
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=img2nl' | 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": "img2nl",
"name": "Screen to Language",
"status": "planned",
"uriSchemes": [
"img2nl"
],
"routes": [
"img2nl://host/screen/command/capture-click",
"img2nl://host/image/latest/command/click",
"img2nl://host/image/latest/query/targets"
],
"install": {
"mode": "planned",
"pipSpec": "uriimg2nl"
},
"hubUrl": "https://connect.ifuri.com/connectors/img2nl"
}