How to Verify an Individual's Background with OpenClaw

Verify an individual's background with OpenClaw and ToolRouter. Batch OSINT for due diligence.

Tool
People Search icon
People Search

OpenClaw processes background research queries in batch, returning normalized public-record findings for due diligence pipelines, bulk candidate screening, or counterparty risk workflows. Run multiple individual searches in one session and maintain a consistent schema across all results.

Connect ToolRouter to OpenClaw

1Install the CLI
npm install -g toolrouter-mcp
2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp tools

Steps

Once connected (see setup above), use the People Search tool:

  1. Prepare a list of names with known identifiers: name, claimed employer, and location
  2. Ask: "Use people-search to research each individual using deep_search and osint_search"
  3. OpenClaw returns aggregated findings for each person
  4. Keep output in a stable schema with name, confirmed_facts, sources, and risk_flags for import into your due diligence system

Example Prompt

Try this with OpenClaw using the People Search tool
Use people-search to research these three individuals: [Name 1, employer, city], [Name 2, employer, city], [Name 3, employer, city]. Run deep_search and osint_search for each. Return stable JSON with confirmed_facts, inferred_data, sources, and risk_flags for all three.

Tips

  • Include known identifiers for each person to reduce false-match risk in results
  • Process one person at a time if identifiers are ambiguous to avoid cross-contamination
  • Lock the output schema before your first batch run so all results are directly comparable