← スキル一覧に戻る
name: ok-ww-agent
description: Screenshot-driven UI automation for Wuthering Waves via

ok-ww-agent
by kunhuang12345
⭐ 0🍴 0📅 2026年1月17日
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 coordinatesx,yin[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(orpwsh).
Operating loop
Repeat:
- Call
ok_capture. - Look at the screenshot and decide the single next best action.
- Execute exactly one action (
ok_clickorok_key). - Call
ok_wait(typically 200-800ms; longer for transitions). - Call
ok_captureagain 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_captureparameters (e.g.,target,hwnd_class,title_contains) before acting.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です