Qr Code
utilities__qr-codeGenerate QR code images for text or URLs using the goQR.me service. Returns a PNG image link with quality verification and source attribution for data integrity.
Instructions
[Utilities Agent] Generate a QR code image URL for any text or URL. Returns a direct link to the PNG image after verifying the service is reachable. Source: goQR.me (Free to use), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The text or URL to encode in the QR code | |
| size | No | Size of the QR code image in pixels |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |