{
    "version": "ifuri.connector.v1",
    "generatedAt": "2026-07-17T09:40:31+00:00",
    "connector": {
        "id": "hash",
        "name": "Hash (Go)",
        "status": "available",
        "category": "Utilities",
        "summary": "Compute SHA-256 digests of text through hash:// URI commands.",
        "description": "Hash is a polyglot urirun connector written in Go. It proves connectors are language-agnostic: a single static binary emits a v2 bindings document and answers the hash:// route via an argv-template the urirun runtime invokes.",
        "uriSchemes": [
            "hash"
        ],
        "routes": [
            "hash://host/text/query/sha256"
        ],
        "useCases": [
            "Fingerprint payloads inside a URI flow without a Python dependency.",
            "Demonstrate that urirun connectors can be authored in Go and shipped as one binary.",
            "Project a Go connector to MCP tools / A2A skills like any other connector."
        ],
        "examples": [
            {
                "title": "SHA-256 of a string",
                "uri": "hash://host/text/query/sha256",
                "payload": {
                    "text": "hello"
                }
            }
        ],
        "flowExample": [
            "hash://host/text/query/sha256"
        ],
        "requires": [
            "go>=1.21"
        ],
        "install": {
            "mode": "urirun-extra",
            "pipSpec": "urirun-connector-hash @ git+https://github.com/if-uri/urirun-connector-hash.git@v0.1.0"
        },
        "adapterKinds": [
            "argv-template"
        ],
        "docsUrl": "https://github.com/if-uri/urirun-connector-hash",
        "keywords": [
            "hash",
            "sha256",
            "go",
            "polyglot",
            "connector"
        ],
        "provenance": "verified",
        "publisher": {
            "name": "if-uri",
            "url": "https://ifuri.com",
            "github": "https://github.com/if-uri"
        }
    },
    "registryEntry": {
        "id": "hash",
        "name": "Hash (Go)",
        "status": "available",
        "category": "Utilities",
        "summary": "Compute SHA-256 digests of text through hash:// URI commands.",
        "description": "Hash is a polyglot urirun connector written in Go. It proves connectors are language-agnostic: a single static binary emits a v2 bindings document and answers the hash:// route via an argv-template the urirun runtime invokes.",
        "uriSchemes": [
            "hash"
        ],
        "routes": [
            "hash://host/text/query/sha256"
        ],
        "examples": [
            {
                "title": "SHA-256 of a string",
                "uri": "hash://host/text/query/sha256",
                "payload": {
                    "text": "hello"
                }
            }
        ],
        "flowExample": [
            "hash://host/text/query/sha256"
        ],
        "install": {
            "mode": "urirun-extra",
            "pipSpec": "urirun-connector-hash @ git+https://github.com/if-uri/urirun-connector-hash.git@v0.1.0"
        },
        "docsUrl": "https://github.com/if-uri/urirun-connector-hash",
        "hubUrl": "https://connect.ifuri.com/connectors/hash",
        "manifestUrl": "https://connect.ifuri.com/connectors/hash.json",
        "verified": false
    },
    "installCommand": "curl -fsSL 'https://connect.ifuri.com/install?connectors=hash' | bash"
}