# Find Selector

> Find the best CSS selector for a specific element on a webpage Use when this capability is needed.

- Skill: `tomevault-io/find-selector` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/find-selector`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/find-selector/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/find-selector

---


# Find Selector Skill

This skill helps identifying the robust CSS selector for a text or element on a webpage, which is required for the monitoring configuration.

## Instructions

1. **Understand the Requirement**: Identify which element the user wants to monitor (e.g., "the price of the item", "the stock status text").
2. **Open Browser**: Use `open_browser` to navigate to the target URL.
3. **Inspect Element**: Use the `browser_subagent` to find the unique selector.
   - Prompt the subagent: "Find the unique CSS selector for [description of element]. Prioritize IDs or specific class combinations that look stable. Return ONLY the selector."
4. **Verify**:
   - (Optional) Use `run_entry_point` or `screenshot.js` locally with the found selector to verify it captures the correct data.
5. **Report**: Return the found selector to the user or use it in the `add_target` workflow.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/sun-flat-yamada) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

