LaunchKit · 2026
Back to Skills

domain-trust-check

Check any URL for phishing, malware, brand abuse, and scams before visiting. Powered by the Outtake Trust API.

1
363 downloads
by @jamesouttake

Setup & Installation

openclaw skills install @jamesouttake/domain-trust-check

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install domain-trust-check

Version History

v1.2.2Mar 3, 2026 - Version note by skill developer:

Add support email (trust-check@outtake.ai)

What This Skill Does

Checks URLs and domains for phishing, malware, brand abuse, and scams using the Outtake Trust API. Returns a verdict with confidence score and recommended action. Supports single URL checks and batch requests of up to 50 URLs.

Returns a structured verdict with confidence scores rather than just a block/allow decision, making it easier to act appropriately on uncertain results.

When to use it

  • Checking a link from an email before clicking
  • Verifying a domain shared in a chat message
  • Scanning multiple URLs from a scraped list
  • Confirming a site is safe before recommending it to users
  • Reviewing suspicious links in support tickets

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Is https://suspicious-site.com safe to visit?

AGENT
  1. 1Send POST request to /api/v1/trust/check with the URL and OUTTAKE_API_KEY
  2. 2Receive verdict, confidence score, safe_to_visit status, and recommended_action
  3. 3Evaluate verdict: malicious blocks, suspicious warns, safe clears, unknown proceeds with caution
  4. 4Report the verdict and recommended action to the user
OUTPUT

verdict: malicious, confidence: 0.92, safe_to_visit: unsafe, recommended_action: block

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

OUTTAKE_API_KEY environment variable (obtained by registering at https://app.outtake.ai/api/v1/agent/register)