mira-post-it

Generates a two-slide live post-it wall deck reading Google Forms responses via Google Sheets gviz JSONP.

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/mayconspirlandelli/slides-podcast-ia-home-office --skill mira-post-it-mayconspirlandelli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mira-post-it
Source: https://github.com/mayconspirlandelli/slides-podcast-ia-home-office/tree/main/.agents/skills/mira-post-it
Command: npx skills add https://github.com/mayconspirlandelli/slides-podcast-ia-home-office --skill mira-post-it-mayconspirlandelli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Presenters who want open-ended audience answers displayed live on screen have no simple way to turn free-text Google Forms submissions into an animated, projected wall of post-its without building custom polling and rendering code. ## Core Features & Use Cases - Two-slide live deck: Slide 1 shows the question with a large locally generated QR code and a live response counter; slide 2 reveals each free-text answer as an animated post-it, one at a time. - Live data pipeline: Reads Google Sheets responses through the gviz endpoint with JSONP so the deck works when opened directly from file://, polling every few seconds without any backend. - Staged reveal and pagination: Post-its queue while the question slide is visible and stick one by one when the wall appears, with 15 per page, arrow-key paging, and an R key to replay the reveal. - Use Case: A workshop facilitator asks the room an open question, the audience answers from their phones via the QR code, and each short answer sticks onto the projected wall live during the session. ## Quick Start Ask the agent to create a mira-post-it deck by providing your Google Forms voting link, the linked public Google Sheets responses URL, and your open-ended question.

Frequently Asked Questions about mira-post-it

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

FAQPage Schema
How do I show live Google Forms answers on a presentation slide?▼

Create a Google Form with one short-answer or paragraph question, link it to a Google Sheet shared as anyone-with-link viewer, then generate this deck with the form link, sheet link, and question. The deck polls the sheet and sticks each answer onto a post-it wall slide.

What is the difference between mira-post-it, mira-survey, and mira-quiz?▼

mira-post-it handles open-ended free-text answers shown individually as post-its with no aggregation. mira-survey is for voting on multiple-choice alternatives, and mira-quiz is for questions with a correct answer.

Does the post-it wall deck work when opened from a local file?▼

Yes, the deck opens by double-clicking the HTML file over file:// because it reads the spreadsheet through the gviz endpoint with JSONP, which bypasses CORS. It still needs an internet connection to reach Google Sheets.

Why is the Google Sheet not readable by the slide?▼

The sheet must be shared as anyone with the link can view. Test the gviz endpoint with curl; if it returns a login HTML page instead of a JSON response with status ok, adjust the sharing settings. Never use Publish to web CSV, which is cached.

How do I change the speed of the post-it reveal animation?▼

Adjust the single VELOCIDADE variable marked @MIRA:VELOCIDADE on a 1 to 10 scale in the deck's CONFIG block. It controls both the interval between post-its and each entrance animation duration together.