exa-websets-search
Installation
SKILL.md
Exa Websets Search
Comprehensive webset management including creation, search, imports, items, and enrichments.
Use --help to see available commands and verify usage before running:
exa-ai <command> --help
Working with Complex Shell Commands
When using the Bash tool with complex shell syntax, follow these best practices for reliability:
- Run commands directly: Capture JSON output directly rather than nesting command substitutions
- Parse in subsequent steps: Use
jqto parse output in a follow-up command if needed - Avoid nested substitutions: Complex nested
$(...)can be fragile; break into sequential steps