You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-74Lines changed: 4 additions & 74 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,86 +17,16 @@ The RocketSim agent skill gives AI coding tools a reliable way to work with the
17
17
18
18
In practice, this gives your agents eyes. Instead of guessing with brittle simulator automation, they can use RocketSim to understand the current UI state and interact with it efficiently using the same stateful tooling that powers RocketSim itself.
19
19
20
-
### What it does
21
-
22
-
- Detects the correct RocketSim app bundle on disk
23
-
- Uses the matching RocketSim CLI for the installed version
24
-
- Lets agents list visible elements on screen before taking action
25
-
- Enables agents to tap, type, swipe, and move through Simulator flows more reliably
26
-
27
-
### Why install it
28
-
29
-
Install this skill if you want your AI coding tool to use RocketSim as its Simulator interaction layer instead of relying on ad-hoc automation.
30
-
31
20
This is especially useful if you want an agent to:
32
21
33
22
- Navigate and test iOS Simulator apps
34
23
- Read visible accessibility elements before interacting
35
24
- Tap, type, swipe, and trigger flows more reliably
36
25
- Use the RocketSim version already installed on your machine
37
26
38
-
## How It Works
39
-
40
-
The public skill in this repository stays intentionally small:
41
-
42
-
-`Agent-Skill/SKILL.md` discovers and validates a RocketSim app bundle
43
-
- It resolves the bundled in-app skill and CLI from the installed app
44
-
- The bundled skill contains the version-matched CLI guidance for simulator interaction
45
-
46
-
This split keeps the public discovery layer stable while letting the installed RocketSim app define the exact simulator automation capabilities for that version.
Copy or symlink the `Agent-Skill/` folder into your Codex skills directory:
86
-
87
-
```bash
88
-
cp -R Agent-Skill/ "$CODEX_HOME/skills/rocketsim"
89
-
```
90
-
91
-
See the [Codex skills documentation](https://developers.openai.com/codex/skills/) for where to save skills.
92
-
93
-
### How To Verify
94
-
95
-
Open an agent and ask it to:
96
-
97
-
> Use RocketSim to navigate through the `<app_name>` in the Simulator
27
+
The RocketSim Agent Skill now lives in its own repository with full installation instructions, packaging metadata, and release workflow:
98
28
99
-
If the skill is installed and RocketSim is running, the agent should detect the installed RocketSim version, connect through the bundled CLI, inspect the visible Simulator UI, and start interacting with the app based on what is on screen.
0 commit comments