From agent-looker-for-claude-cowork
Check URL safety before any form of access. Trigger when: about to visit, fetch, curl, clone, download, redirect to, or otherwise interact with a URL. Keywords: url, link, fetch, browse, visit, navigate, open, curl, wget, clone, download, redirect, safety, threat
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-looker-for-claude-cowork:check-url-safetyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **[PreToolUse equivalent]** In environments with hooks, URL safety is checked automatically before `WebFetch`. In this environment, **you are the hook** — you must call `check_url_safety` yourself before any URL access.
[PreToolUse equivalent] In environments with hooks, URL safety is checked automatically before
WebFetch. In this environment, you are the hook — you must callcheck_url_safetyyourself before any URL access.
Mandatory — call before:
WebFetch — every time, before the call, no exceptionsBash commands that access a URL: curl, wget, git clone, npm install <url>, pip install <url>, etc.Call the check_url_safety tool with:
{
"url": "https://example.com/page"
}
| Parameter | How to fill |
|---|---|
url | The full URL to check, including protocol (https:// or http://) |
The tool returns two pieces of content:
Human-readable summary:
SAFE: "url" — no threats detected. → URL is clean, safe to accessUNSAFE: "url" matched the following threats: ... → Do NOT access this URLJSON result:
{
"url": "https://example.com",
"isSafe": true,
"threats": []
}
When isSafe is false, the threats array contains threat types:
| Threat | Meaning |
|---|---|
MALWARE | Site distributes malicious software |
SOCIAL_ENGINEERING | Phishing site that tricks users into revealing information |
UNWANTED_SOFTWARE | Site distributes unwanted/deceptive software |
POTENTIALLY_HARMFUL_APPLICATION | Site hosts potentially dangerous applications |
report_risk_url report.report_risk_url.npx claudepluginhub gogolook-inc/agent-looker-claude-cowork --plugin agent-looker-for-claude-coworkProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.