nfc-linktree-menu-builder-review

Review NFC, QR, linktree, and menu builder flows for routing, security, and mobile performance.

2|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/FluxonLab/Skillry --skill nfc-linktree-menu-builder-review-fluxonlab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nfc-linktree-menu-builder-review
Source: https://github.com/FluxonLab/Skillry/tree/main/plugins/optional-specialist/skills/78-nfc-linktree-menu-builder-review
Command: npx skills add https://github.com/FluxonLab/Skillry --skill nfc-linktree-menu-builder-review-fluxonlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? NFC-triggered digital experiences like link-in-bio pages, QR menus, and digital business cards often ship with broken redirect chains, insecure link fields, unscannable QR codes, and slow mobile landing pages that frustrate tap-to-open users. ## Core Features & Use Cases - NFC and QR Integrity Audits: Verify HTTPS redirect chains, opaque short-link tokens, QR error correction levels, and graceful fallbacks for expired cards. - Builder Security Review: Check slug sanitization, server-side URL validation against javascript: XSS payloads, MIME-validated image uploads, and vCard RFC 6350 compliance. - Print-Ready Artifact Checks: Validate CMYK color mode, 300 DPI resolution, bleed and safe zones, PDF/X export, and NFC antenna clearance via the merged print-design reference. - Use Case: A restaurant deploys NFC table cards linking to a digital menu. Use this Skill to audit the redirect service, confirm allergen flags render correctly, verify QR scannability at printed size, and ensure sold-out items propagate within seconds. ## Quick Start Review my NFC card linktree and menu builder implementation for redirect security, QR correctness, and mobile performance issues.

Frequently Asked Questions about nfc-linktree-menu-builder-review

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

FAQPage Schema
How do I review an NFC card redirect flow for security issues?▼

Verify the NFC target URL uses HTTPS, the redirect chain stays at two hops or fewer, and short-link tokens are opaque random strings rather than sequential database IDs. Also confirm expired or disabled cards show a graceful fallback page instead of a 404.

What QR code error correction level should printed cards use?▼

Use error correction level M (15% recovery) as a minimum, and level H (30%) for cards likely to be scratched or printed small. Printed QR codes should be at least 2 x 2 cm with a quiet zone of four module widths on all sides.

How do I prevent XSS in linktree or profile builder link fields?▼

Validate all link entries server-side to allow only http:// and https:// schemes, rejecting javascript: and data: payloads. Custom slugs should be restricted to alphanumeric characters plus hyphens with reserved words like admin and api blocked.

Why does my vCard download fail to import on iOS?▼

iOS Contacts silently fails to import vCards where the embedded photo exceeds roughly 100 to 200 KB. Ensure the .vcf file uses vCard 3.0 or 4.0 format, escapes values per RFC 6350, and serves with Content-Type text/vcard.

When should I not use this NFC review procedure?▼

Skip it for general marketing landing pages with no NFC, QR, or short-link component, and for backend API reviews with no mobile UX surface. Print-side artwork checks like CMYK and bleed are handled by the merged print-design reference instead.

How do I check print readiness for NFC business card artwork?▼

Load the print-design-artifact-review reference and verify CMYK color mode, 300 DPI effective resolution, 3 mm bleed beyond trim, fully embedded fonts, and PDF/X-1a or PDF/X-4 export. Keep metallic inks and embossing at least 3 mm clear of the NFC antenna zone.