clado
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name CLADO_TOKEN or zero doctor check-connector --url https://search.clado.ai/api/credits --method GET.
How to Use
Clado authenticates with a Bearer token. The base URL is
https://search.clado.ai. Full reference:
https://docs.clado.ai/api-reference/introduction.
1. Natural-language people search (synchronous)
curl -s -G "https://search.clado.ai/api/search" \
--data-urlencode "query=VP of Engineering at series B SaaS companies in the Bay Area" \
--data-urlencode "limit=20" \
-H "Authorization: Bearer $CLADO_TOKEN"