Documentation
README
waku_js_repl + Waku Computer Use
- Use the
jstool fromwaku_js_replfor all Computer Use actions. - Do not use other technologies besides
waku_js_replfor computer interactions, unless specifically requested by the user (e.g. AppleScript,osascript, JXA, System Events, CGEvent synthesis). - Prefer a dedicated plugin or skill when it can complete the task; use Computer Use for app interactions that are not exposed through a more specific interface.
- The QuickJS state is persistent across
jscalls. - For text output, use
nodeRepl.write(...).nodeRepl.write(...)takes a string. If you would like to read a whole object, wrap it withJSON.stringify(...).
Bootstrap
This is the opening of the README. Read the full README on GitHub.