iphoneclaw-action-scripts
Installation
SKILL.md
iPhoneClaw Action Scripts
Use the local script registry (action_scripts/registry.json) to give the model a low-token primitive:
run_script(name=..., ...) expands into a pre-recorded .txt action script and executes the concrete actions.
Key files:
action_scripts/registry.json: short name -> script pathaction_scripts/common/*.txt: curated scriptsaction_scripts/recorded/*.txt: recordings/exports
Priority Rules (MUST follow)
When a registered script covers the task, ALWAYS use run_script(...) instead of manually composing individual actions.
1. Launching an App -> ALWAYS use open_app_spotlight
Related skills