qr-code

Generate QR codes from URLs, text, WiFi credentials, and contact information.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill qr-code-winsorllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qr-code
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/qr-code
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill qr-code-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qrcode, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to quickly generate QR codes for various types of information, making it easy to share data in a scannable format.

Core Features & Use Cases

  • Generate QR Codes: Create QR codes from URLs, text, WiFi credentials, contact information, and more.
  • Customizable: Options for size, color, and error correction levels.
  • Use Case: Share your WiFi network details with guests by generating a QR code they can simply scan with their phone.

Quick Start

Generate a QR code for the URL https://example.com and save it to /tmp/qrcode.png.

Frequently Asked Questions about qr-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a QR code for a URL or text?

To generate a QR code, pass your URL or text data into the script, which processes the input and outputs a scannable image file. The tool uses the 'qrcode' npm package for image generation, with a text-based fallback if needed.

Can I create a WiFi QR code for guests to scan?

Yes, you can generate a WiFi QR code by passing your network credentials into the tool. This creates a scannable image that guests can scan with their phone to instantly connect to your network.

Can I customize QR code size, color, and error correction?

Yes, QR code generation supports full customization of size, color, and error correction levels. You can adjust these parameters when passing your data inputs to the generation script.

What data formats can I use to generate QR codes?

You can generate QR codes from various data inputs including URLs, plain text, WiFi credentials, and contact information. The tool processes these formats to create scannable image outputs.

Does QR code generation work without the qrcode npm package?

The tool utilizes the 'qrcode' npm package for image generation, but includes a text-based fallback if the package is unavailable. This ensures basic generation functionality in limited environments.

What is the best way to share contact information via a QR code?

The best way to share contact information via a QR code is to pass the contact data directly to the generation script. The tool encodes the data into a scannable image, allowing others to quickly import your details.