← ClaudeAtlas

macjxa-runlisted

Execute JXA scripts scoped to a macOS application. Use when running JXA expressions or script files against an app via osascript. Validates Application() scope via AST.
bendrucker/claude · ★ 15 · Data & Documents · score 75
Install: claude install-skill bendrucker/claude
# Run JXA Run the JXA expression or script file from the arguments. `$0` is the app name; remaining arguments pass to the runner. ```bash bun ${CLAUDE_PLUGIN_ROOT}/scripts/jxa.ts $ARGUMENTS ``` Return the output to the caller.