AMFbot-Gz

find_element

0
0
# Install this skill:
npx skills add AMFbot-Gz/ghost-os-ultimate --skill "find_element"

Install specific skill from multi-skill repository

# Description

Trouve un élément UI par description sémantique (ex:"bouton Envoyer", "champ recherche") via l'arbre AX macOS — sans coordonnées fixes

# SKILL.md


name: find_element
description: Trouve un élément UI par description sémantique (ex:"bouton Envoyer", "champ recherche") via l'arbre AX macOS — sans coordonnées fixes
version: 1.0.0
tags: [accessibility, semantic, ui, computer-use, find, element]


find_element

Recherche sémantique d'éléments UI dans l'app de premier plan.
Utilise l'API Accessibility macOS (AX tree) pour trouver n'importe quel élément par description textuelle.

Params

  • query (string, requis) : description de l'élément ex: "bouton Envoyer", "champ recherche", "fermer"
  • app (string, optionnel) : app cible
  • threshold (float, optionnel) : seuil de confiance 0.0-1.0. Défaut: 0.3

Retour

{ "found": true, "title": "Envoyer", "role": "button", "x": 460, "y": 380, "confidence": 0.9 }

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.