Claude Skill
openclaw/AXorcist
AXorcist is a Swift library for macOS Accessibility that provides chainable, fuzzy-matched queries to read, click, and inspect any UI element. Ideal for automation and testing.
Overview
Repository
🚀 Install this Skill
openclaw install openclaw/AXorcistSummary
AXorcist is a Swift wrapper for macOS Accessibility that enables chainable, fuzzy-matched queries to read, click, and inspect any UI element. It simplifies automation and testing by providing a powerful, expressive API for interacting with the accessibility layer.
AXorcist • macOS 无障碍功能的 Swift 封装——通过可链式调用、模糊匹配的查询来读取、点击和检查任何 UI。Swift 的力量迫使你的 UI 服从!
Key features
- Chainable query API for intuitive UI element selection
- Fuzzy matching to locate elements with partial or approximate attributes
- Read, click, and inspect any macOS UI element via Accessibility
- Built on Swift for type safety and modern language features
- Lightweight library with no external dependencies
Use cases
- Automating repetitive UI tasks in macOS applications
- Writing integration tests for macOS desktop apps
- Building accessibility-aware tools and utilities
- Inspecting and debugging UI element hierarchies