📦 OpenClaw — 链接可信核验

v1.0.0

一键验证网页链接可访问性、来源可信度与事实准确性,快速过滤失效、低质或虚假资讯,提升信息获取效率与决策安全。

0· 192·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
The skill claims to perform link accessibility checks and cross-source fact verification, but the shipped code only performs simple URL checks and page title extraction — the cross-verification behavior described in SKILL.md is missing.
评估建议
The skill's documentation promises cross-source fact-checking but the code only checks whether a URL responds and extracts its <title>. Before installing or using it for verification: 1) don't trust it to perform cross-checks — ask the author or inspect/modify the code to actually call web_search and aggregate sources; 2) be aware the skill will fetch any URL you provide (so don't submit private links or links containing secrets); 3) the fetch timeout and HEAD behavior may not behave as expected...
详细分析 ▾
用途与能力
The name/description and SKILL.md promise cross-source fact verification using web_search and web_fetch, but index.js only performs HEAD/GET requests and returns a page title; there is no search/cross-check implementation. This is a meaningful mismatch between claimed capability and actual code.
指令范围
SKILL.md instructs the agent to use `web_fetch` and `web_search` to cross-verify content and to 'search multiple sources', but the runtime code does not call any search tool or implement cross-verification. The instructions are broader than what the code will do at runtime.
安装机制
No install spec or external downloads; this is an instruction-only skill with a small local index.js. No high-risk install mechanism detected.
凭证需求
No environment variables, credentials, or config paths are requested. The skill does not ask for sensitive access.
持久化与权限
always is false and the skill is user-invocable; it does not request persistent/system-wide privileges or modify other skills. Autonomous invocation is allowed by default but not combined with other red flags here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/19

Initial release of link-fact-checker skill: - Checks if provided URLs are accessible and returns their status. - Extracts and verifies informational content from links. - Cross-references multiple sources to confirm accuracy of information. - Outputs standardized verification summaries for both link accessibility and content authenticity.

无害

安装命令

点击复制
官方npx clawhub@latest install link-fact-checker
镜像加速npx clawhub@latest install link-fact-checker --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库