AI & ML10 toolsPaste one API key
Cloro integration for AI agents
Cloro provides structured data from Google Search and leading AI assistants, with synchronous extraction and asynchronous task APIs.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Cloro once and call the same tools from all of them.
Setup
Connect Cloro through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Cloro exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
cloro_extract_ai_answer | Synchronously extract a Gemini or Perplexity answer for a prompt and country | Read |
cloro_extract_google_ai_mode_answer | Extract a structured Google AI Mode answer with sources and optional rich modules for a prompt | Read |
cloro_get_async_queue_status | Read organization-wide queued and processing counts, priority distribution, and current async | Read |
cloro_get_async_task | Get a queued Cloro task by ID, or wait with bounded polling until it reaches COMPLETED or FAILED | Read |
cloro_get_credits | Read the organization's current completed-charge credit balance and billing cycle | Read |
cloro_list_supported_countries | Return Cloro's current supported country codes, optionally filtered by provider model | Read |
cloro_list_us_states | Return the US state and DC codes accepted for state-level targeting | Read |
cloro_search_google | Extract structured Google web or Google News results from a query and country, or web results | Read |
cloro_submit_async_task | Queue one non-cancelable Cloro monitor task and return its task ID and estimated credit charge | Read |
cloro_submit_async_task_batch | Queue 1-500 independently validated, non-cancelable Cloro monitor tasks | Read |