一键导入
ios-codex-preview
搭建 iOS 模拟器预览,让 Codex 构建、运行、检查 SwiftUI 应用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
搭建 iOS 模拟器预览,让 Codex 构建、运行、检查 SwiftUI 应用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
用本地多后端搜索网页、垂直站点、批量查询并抽取 URL 内容。
MUST USE when user wants to 调研/research/搜索/search/查/找/look up anything on the internet — e.g. 全网调研 X / 帮我调研一下 X / 查一下 X / 搜搜 X / 看看大家怎么评价 X / X 上有什么讨论 / research this topic。 Also MUST USE when user mentions any platform or shares any URL/链接: 小红书/xiaohongshu/xhs, Twitter/推特/X, B站/bilibili, Reddit, V2EX, LinkedIn/领英/招聘/求职/jobs, YouTube, GitHub code search, 小宇宙播客, 雪球/股票行情, RSS feeds, or any web URL. 13 platforms, multi-backend routing (OpenCLI / per-platform CLIs / APIs). Zero config for 6 channels. Run `agent-reach doctor --json` to see which backend serves each platform right now. NOT for: 写报告/数据分析/翻译等内容加工(本 skill 只负责从互联网获取内容); 发帖/评论/点赞等写操作;已有专门 skill 的平台(先用专门 skill)。 【路由方式】SKILL.md 包含路由表和常用命令,复杂场景需按需阅读对应分类的 references/*.md。 分类:search / social (小红书/推特/B站/V2EX/Reddit) / career(LinkedIn) / dev(github) / web(网页/文章/RSS) / video(YouTube/B站/播客)。
Daloopa 金融分析总入口。根据任务按需路由到九个内部工作流,不在顶层菜单重复展开。
用代码图谱索引仓库并查询架构、调用链、依赖和影响面。
生成或编辑 GPT Image 2 图片,支持换背景、透明素材和批量资产。
修复 SwiftUI 中 header、loading、tab 等中心轴偏移问题。
| name | ios-codex-preview |
| description | 搭建 iOS 模拟器预览,让 Codex 构建、运行、检查 SwiftUI 应用。 |
Use this skill to make an iOS project ready for Codex-driven development with a live right-side preview.
http://127.0.0.1:3200..xcodeproj or .xcworkspace, schemes, bundle ID, and existing helper scripts.scripts/install-ios-codex-preview.sh from this skill if the project does not already have scripts/ios-preview/* or if they are stale.scripts/ios-preview/start-all.sh --daemon.http://127.0.0.1:3200 in the Codex in-app Browser and make it visible.scripts/ios-preview/health.sh.On Apple Silicon, an official serve-sim / iOS Simulator Browser flow may be available. Prefer it only when it actually runs.
On Intel Macs (uname -m == x86_64), do not spend time retrying serve-sim if it fails with an architecture error. Install the compatibility preview. It polls xcrun simctl io <udid> screenshot and shows the latest image in Codex Browser.
~/Documents; macOS TCC can block background agents from reading the project.launchctl list | rg 'codex.*preview|lotusapp|ios-preview|watch-run'launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/<plist>~/Library/LaunchAgents.disabled/.scripts/ios-preview/server.mjs, not just node scripts/..../status endpoint alone is not sufficient. The watcher process must be alive and a fresh screenshot must be updating.Install/update preview helpers in a project:
/Users/broncin/.codex/skills/ios-codex-preview/scripts/install-ios-codex-preview.sh
Start:
scripts/ios-preview/start-all.sh --daemon
Stop:
scripts/ios-preview/stop.sh
Health:
scripts/ios-preview/health.sh
Only report completion when all are true:
scripts/ios-preview/health.sh exits 0.curl -sS http://127.0.0.1:3200/status returns ok: true and hasImage: true.ps shows both server.mjs and watch-run.sh.http://127.0.0.1:3200/ shows live and an image.