urlcheck
Companion skill for @cybrlab/urlcheck-openclaw.
Setup & Installation
Install command
clawhub install cplusdev/urlcheckIf the CLI is not installed:
Install command
npx clawhub@latest install cplusdev/urlcheckOr install with OpenClaw CLI:
Install command
openclaw skills install cplusdev/urlcheckor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/cplusdev/urlcheckWhat This Skill Does
Verifies URLs for security threats before an agent navigates, clicks, or follows a redirect. Accepts an optional intent parameter to check whether the destination matches what the user is actually trying to do, not just whether it's malicious.
Intent-alignment checking catches cases where a URL is technically safe but not the destination the user meant to reach, which threat-only scanners miss.
When to Use It
- Checking a login link before submitting credentials
- Verifying a download URL before fetching a file
- Screening redirects in automated browsing workflows
- Confirming a payment or checkout page matches the user's intended site
- Flagging phishing links in user-provided URLs
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Checking a login link before submitting credentials
- 1Checking a login link before submitting credentials
- 2Verifying a download URL before fetching a file
- 3Screening redirects in automated browsing workflows
- 4Confirming a payment or checkout page matches the user's intended site
- 5Flagging phishing links in user-provided URLs
Companion skill for @cybrlab/urlcheck-openclaw.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.