The SignalHire skill integrates the full SignalHire API into OpenClaw, enabling you to search for prospects and enrich their contact details without leaving your workflow. It exposes three core actions: a credits check, a search-by-query for prospecting, and an asynchronous contact enrichment call

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is designed for legitimate integration with the SignalHire API. The `SKILL.md` provides clear, responsible instructions for the AI agent, including security best practices like not leaking API keys and respecting rate limits, with no evidence of prompt injection for malicious purposes. The `connector/main.py` implements a Flask service to receive API callbacks and persist data to CSV files within a designated output directory, without attempting unauthorized file access, network exfiltration, or command execution. All components align with the stated purpose of prospecting and enriching contacts.