generate_qr
Generate QR code images from URLs, Wi-Fi credentials, contact info, or any text.
Instructions
Generate a QR code image from text, URLs, Wi-Fi credentials, or any data.
Use cases: - URLs: shareable links, payment pages - Wi-Fi: WIFI:T:WPA;S:NetworkName;P:password;; - Contact info: vCard format - Plain text: any message
Sample prompts that trigger this tool: - "Generate a QR code for https://example.com" - "Create a QR code for my Wi-Fi: SSID=MyNet, password=secret123" - "Make a QR code with this text" - "QR code for my Bitcoin address"
Args: data: The content to encode in the QR code. output_path: Optional output file path. Default: ~/qr_code.png. size: Image size in pixels (width=height). Default: 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| output_path | No | ||
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |