mira-qrcode

Generate a QR code SVG from user-provided text or links for Mira slides.

158|49|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/sandeco/mira-animator --skill mira-qrcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mira-qrcode
Source: https://github.com/sandeco/mira-animator/tree/main/agents/mira-qrcode
Command: npx skills add https://github.com/sandeco/mira-animator --skill mira-qrcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Insere num slide do Mira um QR code escaneável, grande e centralizado, gerado a partir de um link ou texto fornecido pelo usuário. O QR é gerado localmente na hora de criar o slide com o pacote qrcode e embutido como SVG inline no HTML, sem depender de APIs externas ou de bibliotecas na apresentação. O slide segue o padrão do mira-3d: apenas o título do slide (máximo 6 palavras) e o QR central, sem legenda com o link por extenso. O loop de apresentação acontece na moldura, enquanto o QR permanece estático.

Core Features & Use Cases

  • Geração local de QR code a partir de texto ou link fornecido pelo usuário.
  • Embedding do SVG inline no HTML, sem dependência externa durante a apresentação.
  • Aderência ao visual mira-3d: título curto, QR central, moldura com animação, cantos pulsando.

Quick Start

Gere um QR code localmente a partir de um link ou texto fornecido para inserir no slide.

Frequently Asked Questions about mira-qrcode

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

FAQPage Schema
How do I generate a QR code for a presentation slide without external APIs?

Generate a QR code locally using the qrcode package to create an SVG from your link or text, then embed it directly into your presentation slide HTML. This ensures the slide works offline without relying on external APIs during your presentation.

Can I embed SVG QR codes inline in slides that open from a local file path?

Yes, embedding SVG inline in your slide HTML ensures the QR code remains fully functional when the presentation is opened directly from a local file path. This approach guarantees offline operation without needing external libraries or network access.

How do I add a scannable QR code to a slide deck?

Provide your target link or text to generate a large, centralized QR code SVG and embed it into the slide. This creates a static, scannable call-to-action that remains visible while the presentation loop runs.

Does offline QR code generation work without external dependencies during the presentation?

Offline QR code generation works entirely without external dependencies during the presentation. The QR code is generated locally at creation time and embedded as inline SVG, ensuring the slide loads correctly without any network requests.

What is the best way to display a QR code on a slide following the mira-3d visual standard?

The best way is to generate a locally created SVG QR code and embed it inline alongside a short slide title of maximum six words. This adheres to the mira-3d standard by keeping the QR code centralized without displaying the full link text.

Why does my presentation slide QR code fail to load when opened locally?

A presentation slide QR code fails to load locally if it relies on external APIs or linked image files. Generating the QR code locally as an inline SVG directly in the HTML resolves this by removing all external dependencies.