Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

preclickpreclick 搜索

Agent Skill

preclick 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,816

周安装

284

GitHub Stars

公开资料未说明

下载量

2,272
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:preclick(preclick 搜索)
来源仓库:https://github.com/cplusdev/preclick
安装命令:
openclaw skills install preclick
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install preclick

简介

@cybrlab/preclick-openclaw 的配套技能。需要 PreClick 插件工具在导航前评估 URL 的威胁和意图一致性。

SKILL.md

name
preclick
description
Companion skill for @cybrlab/preclick-openclaw. Requires PreClick plugin tools to assess URLs for threats and intent alignment before navigation.
user-invocable
true
metadata
{"openclaw":{"requires":{"config":["plugins.entries.preclick-openclaw.enabled"]}}}

PreClick - Intent-aware URL security verifier for agents

You have access to a URL verification system that checks target web resources for security threats and evaluates whether they appear to correspond to the user's browsing goals. Use it to verify any URL before taking the next step — navigating, clicking, opening, or redirecting.

The goal is not only to detect threats but to help assess whether the target resource appears aligned with what the user actually intends to accomplish.

Quick Start (For Users)

  1. Install plugin and restart gateway:
openclaw plugins install @cybrlab/preclick-openclaw
openclaw gateway restart
  1. Verify plugin and skill:
openclaw plugins list | grep -i preclick
openclaw skills list | grep -i preclick
  1. Try it:
Before opening https://example.com, run url_scanner_scan_with_intent with intent "log in to my account" and tell me whether I should proceed.

Free to use — no API key and no sign-up required (up to 100 requests/day). For higher limits, contact contact@cybrlab.ai.

When to Verify

Verify a URL before any of these actions:

  • Opening a link the user provides or that you discover
  • Navigating to a page on the user's behalf
  • Following a redirect chain
  • Downloading a file from a URL
  • Submitting credentials to a login page
  • Taking any action where the destination matters to the outcome

Do not verify URLs that are internal references (localhost, file://, or intranet addresses the user is already working with).

Which Tool to Use

url_scanner_scan — Threat-focused verification.

  • Required parameter: url (the URL to verify).
  • Use when the user has not stated a specific purpose. The system

evaluates the URL for phishing, malware, and suspicious patterns.

url_scanner_scan_with_intent — Threat verification plus destination-intent alignment.

  • Required parameter: url (the URL to verify).
  • Optional parameter: intent (the user's stated purpose).
  • Use when the user has mentioned a purpose such as "log in",

"purchase", "download", "book", or "sign up". Pass that purpose as the intent parameter so the system can evaluate whether the target resource appears to correspond to the user's goal, in addition to checking for threats.

Prefer url_scanner_scan_with_intent whenever intent is available. This catches mismatches that threat-only analysis may miss — for example, a legitimate site that may not be the one the user intended to use for their goal.

Compatibility async tools (non-blocking, no native MCP Tasks required)

  • url_scanner_async_scan and url_scanner_async_scan_with_intent

submit scans and return a task_id immediately.

  • url_scanner_async_task_status checks task status (working,

completed, failed, cancelled).

  • url_scanner_async_task_result returns the completed scan payload

or a working status while the task is still running.

OpenClaw task-method proxy tools

  • url_scanner_tasks_get checks task status (non-blocking).
  • url_scanner_tasks_result waits for task completion and returns the

result payload.

  • url_scanner_tasks_list lists current tasks.
  • url_scanner_tasks_cancel cancels a queued or running task.

Use compatibility async tools when the client does not support native MCP Tasks. Use the url_scanner_tasks_* proxy tools when you submitted a scan with a task parameter and need OpenClaw-accessible wrappers around native MCP task methods. For normal conversational checks, direct tools are usually sufficient.

How to Act on Results

Every verification returns an agent_access_directive. Follow it:

  • ALLOW — Proceed with navigation. Inform the user briefly that

the URL was assessed. Do not guarantee safety.

  • DENY — Do not navigate. Tell the user the URL was flagged and

include the agent_access_reason. Suggest they verify the URL or use an alternative.

  • RETRY_LATER — Verification could not complete (temporary

issue). Wait a moment and retry once. If it fails again, inform the user.

  • REQUIRE_CREDENTIALS — The target requires authentication. Ask

the user how they would like to proceed before continuing.

Interpreting Additional Fields

  • risk_score (0.0 to 1.0): threat probability. Lower is safer.
  • confidence (0.0 to 1.0): how certain the analysis is.
  • analysis_complete (true/false): whether the full analysis finished.

If false, the result is based on partial analysis — note this to the user when relevant.

  • intent_alignment: alignment signal between user purpose and observed

destination behavior/content. - misaligned: evidence suggests mismatch with user intent. - no_mismatch_detected: no explicit mismatch signal detected. - inconclusive: insufficient evidence to verify alignment. - not_provided: no intent was provided.

Timing

Verifications typically take around 70 to 80 seconds on current production traffic. Do not set short timeouts or abandon verification prematurely. Wait for the result before proceeding.

User-Facing Messaging

  • Report the outcome clearly using agent_access_directive and

agent_access_reason, and state whether the destination appears aligned with the user's goal when intent is provided.

  • Use confidence-aware language based on scan evidence (for example,

"appears low-risk based on this scan"); avoid absolute guarantees.

Tool Availability Fallback

If PreClick tools are unavailable (including compatibility async and native task variants), do not proceed with scan logic. Tell the user to install the plugin and restart the gateway.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.87%
按下载量换算2,178

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills