{
    "version": "ifuri.connector.v1",
    "generatedAt": "2026-07-17T05:26:56+00:00",
    "connector": {
        "id": "img2nl",
        "name": "Screen to Language",
        "status": "planned",
        "category": "Vision",
        "summary": "Screen capture + UI target detection via img2nl (KVM eyes).",
        "description": "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.",
        "uriSchemes": [
            "img2nl"
        ],
        "routes": [
            "img2nl://host/screen/command/capture-click",
            "img2nl://host/image/latest/command/click",
            "img2nl://host/image/latest/query/targets"
        ],
        "useCases": [
            "Address img2nl:// capabilities as URIs in a flow.",
            "Project Screen to Language operations to MCP tools / A2A skills.",
            "Adopt the pack with one command, no code change."
        ],
        "examples": [
            {
                "title": "Screen to Language — first route",
                "uri": "img2nl://host/screen/command/capture-click",
                "payload": []
            }
        ],
        "flowExample": [
            "img2nl://host/screen/command/capture-click",
            "img2nl://host/image/latest/command/click"
        ],
        "requires": [
            "the tellmesh 'uriimg2nl' pack (GitHub) for real handlers; dispatch works simulated without it"
        ],
        "install": {
            "mode": "planned",
            "pipSpec": "uriimg2nl"
        },
        "adapterKinds": [
            "local-function"
        ],
        "docsUrl": "https://docs.ifuri.com/adopt-as-uri.html",
        "keywords": [
            "img2nl",
            "screen to language",
            "tellmesh",
            "capability pack",
            "uri"
        ],
        "provenance": "community",
        "publisher": {
            "name": "tellmesh",
            "url": "https://github.com/tellmesh",
            "github": "https://github.com/tellmesh"
        }
    },
    "registryEntry": {
        "id": "img2nl",
        "name": "Screen to Language",
        "status": "planned",
        "category": "Vision",
        "summary": "Screen capture + UI target detection via img2nl (KVM eyes).",
        "description": "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.",
        "uriSchemes": [
            "img2nl"
        ],
        "routes": [
            "img2nl://host/screen/command/capture-click",
            "img2nl://host/image/latest/command/click",
            "img2nl://host/image/latest/query/targets"
        ],
        "examples": [
            {
                "title": "Screen to Language — first route",
                "uri": "img2nl://host/screen/command/capture-click",
                "payload": []
            }
        ],
        "flowExample": [
            "img2nl://host/screen/command/capture-click",
            "img2nl://host/image/latest/command/click"
        ],
        "install": {
            "mode": "planned",
            "pipSpec": "uriimg2nl"
        },
        "docsUrl": "https://docs.ifuri.com/adopt-as-uri.html",
        "hubUrl": "https://connect.ifuri.com/connectors/img2nl",
        "manifestUrl": "https://connect.ifuri.com/connectors/img2nl.json",
        "verified": false
    },
    "installCommand": "curl -fsSL 'https://connect.ifuri.com/install?connectors=img2nl' | bash"
}