원클릭으로
qr
Generate a QR code PNG for the The Bridge ngrok tunnel. Trigger when the user asks to make/generate/update a QR code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a QR code PNG for the The Bridge ngrok tunnel. Trigger when the user asks to make/generate/update a QR code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | qr |
| description | Generate a QR code PNG for the The Bridge ngrok tunnel. Trigger when the user asks to make/generate/update a QR code. |
| user_invocable | true |
Generate qr.png in the project root with the current ngrok tunnel URL.
curl -s http://localhost:4040/api/tunnels
public_url from the response (the HTTPS tunnel pointing to localhost:3000).python3 -c "
import qrcode
img = qrcode.make('<URL>')
img.save('qr.png')
"
ngrok http 3000).qrcode Python package is missing, install it: pip3 install qrcode[pil].qr.png.EvenHub CLI reference for packing, publishing, and managing Even Realities G2 apps. Use when building .ehpk packages, configuring app.json, generating QR codes, or working with the EvenHub developer platform.
The Bridge UI design system based on even-toolkit design tokens. Use when building or styling UI components, working with CSS custom properties, color tokens, typography, spacing, or any frontend UI work.
The Bridge app architecture reference. Use when adding features, refactoring server or frontend code, creating new routes, services, or UI modules. Covers Express server patterns, frontend ES module structure, state management, and file organization conventions.
Railway deployment reference for The Bridge. Use when deploying, managing environments, checking logs, or configuring Railway infrastructure.
Even Realities G2 smart glasses SDK v0.0.9 reference. Use when building or modifying G2 glasses features, display layouts, event handling, audio recording, IMU, container management, or anything related to the glasses hardware and firmware.