🖥️
AutomationRust

Waku Computer Use

by egoist

Waku Computer Use is an Automation skill for Claude Code, published by egoist in waku.

1.1K stars109 forkson egoist/wakuAdded 2026/08/21+4% in starsRepository updated 2026/08/20
agentampclaude-codecodexcodingcursorgpuigrokopencodepirust
Install in seconds
Install Waku Computer Use
Copy Waku Computer Use into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/egoist/waku/tree/main/resources/computer-use ~/.claude/skills/computer-use

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/egoist/waku.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
resources/computer-use/SKILL.md in egoist/waku
Installs to
~/.claude/skills/computer-use
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Waku Computer Use does

Waku Computer Use controls local Mac apps through the Waku Computer Use runtime for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.

Waku Computer Use is cataloged under Automation on DirSkills. Waku Computer Use comes from a repository tagged agent, amp, claude-code, codex and coding.

Documentation

README

waku_js_repl + Waku Computer Use

  • Use the js tool from waku_js_repl for all Computer Use actions.
  • Do not use other technologies besides waku_js_repl for 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 js calls.
  • For text output, use nodeRepl.write(...). nodeRepl.write(...) takes a string. If you would like to read a whole object, wrap it with JSON.stringify(...).

Bootstrap

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Waku Computer Use

  • How does Waku Computer Use compare to other Automation skills?

    Waku Computer Use ranks #798 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Waku Computer Use against them. Open each page to compare what they document and how they install.