← 返回 Skills 市场
A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content.
作者
wumingyu1688-sudo
· GitHub ↗
· v1.0.0
· MIT-0
252
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install link-fact-checker
功能描述
链接与资讯真实性核验工具,检查链接是否可访问、交叉验证资讯真实性。
使用说明 (SKILL.md)
链接事实核验工具
功能
- 检查给出的URL是否可以正常访问
- 抓取资讯内容,核验资讯真实性
- 交叉对比多个来源确认事实
- 输出标准化核验结果
使用方式
- 用户给出需要核验的链接:直接访问并返回状态
- 用户给出资讯内容:搜索多个来源交叉验证
输出格式
【核验结果】
- 链接:URL
- 状态:可正常访问 / 无法访问 / 404 / 连接超时
- 资讯真实性:✅ 信息匹配 / ⚠️ 部分存疑 / ❌ 虚假信息
- 备注:简要说明
依赖
- 使用
web_fetch工具访问链接 - 使用
web_search搜索交叉验证
安全使用建议
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 in some runtimes — test with known URLs; 4) if you need real fact-checking, request/require an implementation that performs authenticated searches (if needed), documents which search endpoints are used, and shows how results are aggregated/weighted. If the mismatch was accidental, ask the publisher to update SKILL.md or the code to align functionality and provide provenance for its searches.
功能分析
Type: OpenClaw Skill
Name: link-fact-checker
Version: 1.0.0
The skill provides legitimate functionality for checking URL accessibility and retrieving page titles as described in SKILL.md. The implementation in index.js uses standard fetch requests to perform HEAD and GET operations on user-provided URLs without any evidence of data exfiltration, unauthorized access, or malicious intent.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with a small local index.js. No high-risk install mechanism detected.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for sensitive access.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install link-fact-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/link-fact-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content. 是什么?
链接与资讯真实性核验工具,检查链接是否可访问、交叉验证资讯真实性。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。
如何安装 A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content.?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install link-fact-checker」即可一键安装,无需额外配置。
A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content. 是免费的吗?
是的,A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content. 支持哪些平台?
A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A skill for OpenClaw that verifies link validity, source credibility, and factual accuracy of online content.?
由 wumingyu1688-sudo(@wumingyu1688-sudo)开发并维护,当前版本 v1.0.0。
推荐 Skills