Instructions file
Instructions for lahfir/agent-desktop, covering claude.md, common commands, pre-commit hook, project overview and git & commits.
Instructions file
Instructions for lahfir/agent-desktop, covering claude.md, common commands, pre-commit hook, project overview and git & commits.
Skill Claude CodeCodex
C-ABI bindings over agent-desktop's PlatformAdapter. Consumers (Python ctypes, Swift, Node ffi-napi, Go cgo, C++, Ruby fiddle) link libagentdesktopffi.{dylib,so,dll} and call ad functions directly instead of spawning the CLI binary per call. The canonical observe-act workflow is: adinit → adadaptercreate[withsession]…
Skill Claude CodeCodex
Desktop automation via native OS accessibility trees using the agent-desktop CLI. Use when an AI agent needs to observe, interact with, or automate desktop applications (click buttons, fill forms, navigate menus, read UI state, toggle checkboxes, scroll, drag, type text, take screenshots, manage windows, use…