Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

codex-phone-lab

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codex-phone-lab

Install a Codex skill for building Expo apps live on a real phone.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Codex Phone Lab

Install a Codex skill that turns a mobile app prompt into an Expo/React Native app you can open on a real phone with Expo Go.

Install

npx codex-phone-lab

Then ask Codex:

Use $codex-phone-lab and make me a notes app for my phone.

What It Does

  • Checks the local Expo/Node environment.
  • Creates Expo SDK 54 apps when needed, matching the current Expo Go workflow.
  • Starts Expo preview with a phone QR code.
  • Guides Codex to build real mobile screens, not landing pages.
  • Keeps the fast loop: prompt, code, Expo Go, live phone refresh.

Requirements

  • Node.js and npm.
  • Expo Go installed on the phone.
  • Phone and computer on the same Wi-Fi for LAN mode.

If LAN mode fails, use tunnel mode from the installed skill script:

~/.codex/skills/codex-phone-lab/scripts/start-phone-preview.sh tunnel

Override the skill's default app template only when your Expo Go supports a newer SDK:

CODEX_PHONE_LAB_EXPO_TEMPLATE=expo-template-default@sdk-55 ~/.codex/skills/codex-phone-lab/scripts/new-expo-app.sh my-app

Keywords

codex

FAQs

Package last updated on 19 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts