Back to list
kunhuang12345

ok-ww-agent

by kunhuang12345

0🍴 0📅 Jan 17, 2026

SKILL.md


name: ok-ww-agent description: Screenshot-driven UI automation for Wuthering Waves via ok_* tools (ok_capture, ok_click, ok_key, ok_wait); use when tasks change per game version and you must rely on vision + next-action decisions rather than presets.

ok-ww-agent

Available tools

  • ok_capture(...) -> capture a screenshot for decision-making.
  • ok_click(x, y, ...) -> click at normalized coordinates x,y in [0..1] within the same capture region.
  • ok_key(key, ...) -> send a key press (or down/up/repeat).
  • ok_wait(ms) -> sleep for timing/animation.

One-time setup

  • Run powershell -ExecutionPolicy Bypass -File .codex/skills/ok-ww-agent/scripts/setup.ps1 (or pwsh).

Operating loop

Repeat:

  1. Call ok_capture.
  2. Look at the screenshot and decide the single next best action.
  3. Execute exactly one action (ok_click or ok_key).
  4. Call ok_wait (typically 200-800ms; longer for transitions).
  5. Call ok_capture again to confirm the state changed as expected.

Notes

  • Prefer clicking the center of a button/label, not edges.
  • Avoid spamming clicks/keys; always confirm with a fresh ok_capture.
  • If the target UI is small/ambiguous, capture again and re-decide instead of guessing.
  • If the capture region is wrong, adjust ok_capture parameters (e.g., target, hwnd_class, title_contains) before acting.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon