ワンクリックで
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 職業分類に基づく
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.
| 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.