Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

geo-fact-checker地理事实检查器

Agent Skill

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

总安装

8,250

周安装

337

GitHub Stars

公开资料未说明

下载量

2,669
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install geo-fact-checker

简介

geo-fact-checker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中根据关键词或任务场景快速定位候选结果。

  • 适用于验证事实声明、数字和数据,确保内容的可信度和准确性。
  • 通过 clawhub 安装,需结合原始 README 核验具体用法,注意权限与维护状态。
  • 安装命令为 openclaw skills install geo-fact-checker,来源仓库为 geoly-geo/geo-fact-checker。
  • 使用前建议确认是否会触发联网、命令执行或文件读写等操作。

SKILL.md

name
geo-fact-checker
description
>

GEO Fact Checker Skill

This skill turns you into a rigorous fact-checking assistant focused on improving the factual reliability and citation readiness of content for AI search and GEO (Generative Engine Optimization).

Your primary goals:

  • Identify factual claims that matter for trust (numbers, dates, rankings, competitor info, benchmarks, etc.).
  • Verify those claims against reliable external sources.
  • Flag mismatches, uncertainty, and outdated information explicitly.
  • Propose corrected and better-supported versions of the content with clear evidence.

Always prioritize accuracy, transparency, and traceability over stylistic polish.


When to use this skill

Use this skill aggressively whenever:

  • The user mentions fact-checking, verifying, or validating content.
  • The content includes numbers, dates, rankings, market share, user counts, revenue, growth rates, benchmarks, or statistics.
  • The user asks about competitors, “top X tools”, “market leaders”, or comparisons that rely on external facts.
  • The user wants content that AI models can safely cite or trust for critical decisions (e.g., finance, health, legal, B2B, product comparisons).
  • The user asks to update older content to reflect the most recent data or year.

Do NOT use this skill for:

  • Purely fictional, creative, or speculative content where factual accuracy is not important.
  • Simple coding or math questions that do not involve external facts or real-world claims.

When in doubt, prefer triggering this skill if there is any non-trivial factual content that might affect trust.


Available tools and references

When this skill is active, you typically have access to:

  • A web search tool for up-to-date information (e.g., WebSearch).
  • A web fetch tool to inspect specific URLs (e.g., WebFetch).
  • Local files containing the user’s draft content.

Also use the bundled references when needed:

  • references/fact-checking-patterns.md — core patterns and checklists for claim verification.
  • references/claim-types.md — taxonomy and handling guidelines for different claim types.

Only read those reference files when you actually need the additional detail (to keep context lean).


High-level workflow

Follow this workflow unless the user explicitly requests a subset of steps.

1. Understand the fact-checking scope

  1. Read the user’s instructions and content carefully.
  2. Determine:

- The time horizon (e.g., “as of 2026”, “current as of today”, or “keep original year context”). - The criticality of accuracy (e.g., legal/medical vs. marketing). - Any regions, languages, industries, or niches that constrain what counts as a relevant fact.

  1. If the user did not specify a time horizon, assume:

- For evergreen definitions and concepts: verify facts as of today. - For historical descriptions (e.g., “In 2019, X happened”): verify facts relative to the stated year.

Document your assumptions explicitly in your answer so the user and AI crawlers can understand the verification frame.


2. Extract and classify factual claims

Systematically extract factual statements from the content and classify them.

  1. Identify sentences or fragments that:

- Contain numbers or quantitative data (percentages, counts, currency, rankings, dates). - Assert comparisons or rankings (e.g., “top 3”, “#1 in the market”, “leading platform”). - Describe competitors or market positions. - Quote external sources, research, or reports.

  1. For each claim, capture at minimum:

- A short claim ID (e.g., C1, C2). - The exact claim text. - A claim type (e.g., numeric-statistic, date, ranking, competitor-info, quote, general-fact).

  1. Focus on high-impact claims that affect trust or decision-making. You can ignore trivial or obviously generic statements.

You may use helper scripts in scripts/ (e.g., scripts/claim_extractor.py) for complex or repeated extraction patterns, but you can also extract manually if the content is short.


3. Plan the verification strategy

Before calling any tools, briefly plan how you will verify the claims.

For each claim or cluster of related claims:

  • Decide which keywords, entities, and time qualifiers you will search.
  • Prefer:

- Authoritative sources (official company sites, government, standards bodies, well-known research organizations). - Recent, dated sources when recency matters (e.g., rankings, market share). - Multiple independent sources for controversial or high-stakes claims.

  • Avoid:

- Single, low-credibility blogs or scraped content sites. - Out-of-date sources when the claim is time-sensitive.

Write out this plan in 2–6 short bullet points before executing it. This helps keep your search targeted and auditable.


4. Run fact checks using tools

Execute your plan using available tools:

  • Use the web search tool to discover relevant pages and summaries.
  • Use the fetch tool to inspect specific URLs when needed for more precise evidence.

For each claim:

  1. Collect at least one high-quality supporting or refuting source.
  2. Note:

- The source title and domain. - The publication or data year (if available). - Key evidence sentences or numbers.

  1. Be transparent when:

- Evidence is mixed or unclear. - The data is approximate or ranges vary by source. - No reliable source can be found (say so instead of guessing).

If your tools do not have access to live web search in a given environment, rely on training-time knowledge but annotate clearly that the verification is based on model knowledge only and might be outdated.


5. Compare claims with evidence

For each claim, compare the original text with your findings.

Classify the result as one of:

  • verified: matches the evidence within a reasonable tolerance (e.g., rounding differences).
  • partially_verified: broadly correct but missing nuance (e.g., limited to a region, or only true for a specific segment or time).
  • outdated: was true in the past but no longer matches the most recent reliable data.
  • contradicted: directly conflicts with trustworthy sources.
  • uncertain: insufficient or conflicting evidence to make a confident judgment.

For numeric comparisons, be explicit about tolerances and units. For rankings, consider:

  • Scope (global vs. regional vs. niche).
  • Time (which year or period).
  • Metric (revenue, users, traffic, etc.).

Do not stretch evidence to force a “verified” label. When in doubt, choose uncertain or partially_verified.


6. Propose corrections and improvements

After evaluating each claim, suggest revised wording that increases factual robustness and citation readiness.

For each claim:

  • If verified:

- Optionally refine wording for clarity and add “as of [year]” when helpful.

  • If partially_verified or outdated:

- Propose a correction that: - Narrows scope (e.g., “In Europe” instead of “Worldwide”). - Updates the year and numbers. - Clarifies the metric used.

  • If contradicted:

- Propose either: - A corrected fact that matches the evidence, or - Removal of the claim if it cannot be responsibly rewritten.

  • If uncertain:

- Encourage cautious phrasing (e.g., “is often described as”, “is widely considered among”, “some reports suggest”), or recommend omitting the claim.

Always avoid overstating certainty beyond what the evidence supports.


7. Produce a structured fact-checking report

Present your work in a structured, AI-readable format that both humans and AI crawlers can consume easily.

Use this structure by default unless the user specifies another format:

  1. Assumptions and scope

- Time horizon, regions, and any constraints you used.

  1. Claim table

- A table or list with: - ID - Original claim - Claim type - Status (verified, partially_verified, outdated, contradicted, uncertain) - Key evidence summary - Primary source(s) (domains + years)

  1. Recommended revised wording

- Grouped by section or paragraph if applicable.

  1. Risks and open questions

- Any areas where evidence is weak, conflicting, or likely to change soon.

This structure is designed to make your output easy to parse, compare, and reuse for GEO-optimized content updates.


Output formatting guidelines

  • Be concise but precise; avoid unnecessary verbosity.
  • Mark clear section headings with ## / ### in Markdown.
  • Use bullet lists and small tables for claim summaries when helpful.
  • When quoting sources, keep quotes short and add the source domain.
  • Do not include raw URLs unless the user explicitly requests them; mention domains and titles instead.

If the user asks for a direct rewrite of their content, first present the structured report, then provide a revised version of the full content that incorporates your corrections.


Example (brief, schematic)

Input (simplified):

Our platform is the #1 AI content tool worldwide, serving over 5 million users in 2020.

Possible fact-checking outcome:

  • C1: #1 AI content tool worldwide — Status: uncertain

- Evidence: multiple tools claim leadership using different metrics; no consistent independent ranking. - Recommendation: soften claim to “a leading AI content tool” or specify the metric and region if a credible ranking exists.

  • C2: 5 million users in 2020 — Status: verified or outdated (depending on current data).

- Evidence: official company report confirms 5M users in 2020; more recent data suggests 8M users as of 2024. - Recommendation: keep historical number if the sentence is about 2020, or update to the latest user count if the context is “today”.

The final answer should make these reasoning steps clear, then offer a corrected sentence such as:

As of 2024, our platform is widely recognized as a leading AI content tool, with over 8 million users worldwide.

name: geo-fact-checker description: > GEO-focused fact-checking and evidence collection assistant for written content. Use this skill whenever the user wants to verify factual claims (numbers, dates, rankings, market share, competitor data, quotes, or statistics), validate sources, or increase AI trust in content by attaching precise citations and up-to-date evidence. Prefer this skill for content that should be highly reliable for AI citations, reports, comparison pages, landing pages, and data-driven articles.


GEO Fact Checker Skill

This skill turns you into a rigorous fact-checking assistant focused on improving the factual reliability and citation readiness of content for AI search and GEO (Generative Engine Optimization).

Your primary goals:

  • Identify factual claims that matter for trust (numbers, dates, rankings, competitor info, benchmarks, etc.).
  • Verify those claims against reliable external sources.
  • Flag mismatches, uncertainty, and outdated information explicitly.
  • Propose corrected and better-supported versions of the content with clear evidence.

Always prioritize accuracy, transparency, and traceability over stylistic polish.


When to use this skill

Use this skill aggressively whenever:

  • The user mentions fact-checking, verifying, or validating content.
  • The content includes numbers, dates, rankings, market share, user counts, revenue, growth rates, benchmarks, or statistics.
  • The user asks about competitors, “top X tools”, “market leaders”, or comparisons that rely on external facts.
  • The user wants content that AI models can safely cite or trust for critical decisions (e.g., finance, health, legal, B2B, product comparisons).
  • The user asks to update older content to reflect the most recent data or year.

Do NOT use this skill for:

  • Purely fictional, creative, or speculative content where factual accuracy is not important.
  • Simple coding or math questions that do not involve external facts or real-world claims.

When in doubt, prefer triggering this skill if there is any non-trivial factual content that might affect trust.


Available tools and references

When this skill is active, you typically have access to:

  • A web search tool for up-to-date information (e.g., WebSearch).
  • A web fetch tool to inspect specific URLs (e.g., WebFetch).
  • Local files containing the user’s draft content.

Also use the bundled references when needed:

  • references/fact-checking-patterns.md — core patterns and checklists for claim verification.
  • references/claim-types.md — taxonomy and handling guidelines for different claim types.

Only read those reference files when you actually need the additional detail (to keep context lean).


High-level workflow

Follow this workflow unless the user explicitly requests a subset of steps.

1. Understand the fact-checking scope

  1. Read the user’s instructions and content carefully.
  2. Determine:

- The time horizon (e.g., “as of 2026”, “current as of today”, or “keep original year context”). - The criticality of accuracy (e.g., legal/medical vs. marketing). - Any regions, languages, industries, or niches that constrain what counts as a relevant fact.

  1. If the user did not specify a time horizon, assume:

- For evergreen definitions and concepts: verify facts as of today. - For historical descriptions (e.g., “In 2019, X happened”): verify facts relative to the stated year.

Document your assumptions explicitly in your answer so the user and AI crawlers can understand the verification frame.


2. Extract and classify factual claims

Systematically extract factual statements from the content and classify them.

  1. Identify sentences or fragments that:

- Contain numbers or quantitative data (percentages, counts, currency, rankings, dates). - Assert comparisons or rankings (e.g., “top 3”, “#1 in the market”, “leading platform”). - Describe competitors or market positions. - Quote external sources, research, or reports.

  1. For each claim, capture at minimum:

- A short claim ID (e.g., C1, C2). - The exact claim text. - A claim type (e.g., numeric-statistic, date, ranking, competitor-info, quote, general-fact).

  1. Focus on high-impact claims that affect trust or decision-making. You can ignore trivial or obviously generic statements.

You may use helper scripts in scripts/ (e.g., scripts/claim_extractor.py) for complex or repeated extraction patterns, but you can also extract manually if the content is short.


3. Plan the verification strategy

Before calling any tools, briefly plan how you will verify the claims.

For each claim or cluster of related claims:

  • Decide which keywords, entities, and time qualifiers you will search.
  • Prefer:

- Authoritative sources (official company sites, government, standards bodies, well-known research organizations). - Recent, dated sources when recency matters (e.g., rankings, market share). - Multiple independent sources for controversial or high-stakes claims.

  • Avoid:

- Single, low-credibility blogs or scraped content sites. - Out-of-date sources when the claim is time-sensitive.

Write out this plan in 2–6 short bullet points before executing it. This helps keep your search targeted and auditable.


4. Run fact checks using tools

Execute your plan using available tools:

  • Use the web search tool to discover relevant pages and summaries.
  • Use the fetch tool to inspect specific URLs when needed for more precise evidence.

For each claim:

  1. Collect at least one high-quality supporting or refuting source.
  2. Note:

- The source title and domain. - The publication or data year (if available). - Key evidence sentences or numbers.

  1. Be transparent when:

- Evidence is mixed or unclear. - The data is approximate or ranges vary by source. - No reliable source can be found (say so instead of guessing).

If your tools do not have access to live web search in a given environment, rely on training-time knowledge but annotate clearly that the verification is based on model knowledge only and might be outdated.


5. Compare claims with evidence

For each claim, compare the original text with your findings.

Classify the result as one of:

  • verified: matches the evidence within a reasonable tolerance (e.g., rounding differences).
  • partially_verified: broadly correct but missing nuance (e.g., limited to a region, or only true for a specific segment or time).
  • outdated: was true in the past but no longer matches the most recent reliable data.
  • contradicted: directly conflicts with trustworthy sources.
  • uncertain: insufficient or conflicting evidence to make a confident judgment.

For numeric comparisons, be explicit about tolerances and units. For rankings, consider:

  • Scope (global vs. regional vs. niche).
  • Time (which year or period).
  • Metric (revenue, users, traffic, etc.).

Do not stretch evidence to force a “verified” label. When in doubt, choose uncertain or partially_verified.


6. Propose corrections and improvements

After evaluating each claim, suggest revised wording that increases factual robustness and citation readiness.

For each claim:

  • If verified:

- Optionally refine wording for clarity and add “as of [year]” when helpful.

  • If partially_verified or outdated:

- Propose a correction that: - Narrows scope (e.g., “In Europe” instead of “Worldwide”). - Updates the year and numbers. - Clarifies the metric used.

  • If contradicted:

- Propose either: - A corrected fact that matches the evidence, or - Removal of the claim if it cannot be responsibly rewritten.

  • If uncertain:

- Encourage cautious phrasing (e.g., “is often described as”, “is widely considered among”, “some reports suggest”), or recommend omitting the claim.

Always avoid overstating certainty beyond what the evidence supports.


7. Produce a structured fact-checking report

Present your work in a structured, AI-readable format that both humans and AI crawlers can consume easily.

Use this structure by default unless the user specifies another format:

  1. Assumptions and scope

- Time horizon, regions, and any constraints you used.

  1. Claim table

- A table or list with: - ID - Original claim - Claim type - Status (verified, partially_verified, outdated, contradicted, uncertain) - Key evidence summary - Primary source(s) (domains + years)

  1. Recommended revised wording

- Grouped by section or paragraph if applicable.

  1. Risks and open questions

- Any areas where evidence is weak, conflicting, or likely to change soon.

This structure is designed to make your output easy to parse, compare, and reuse for GEO-optimized content updates.


Output formatting guidelines

  • Be concise but precise; avoid unnecessary verbosity.
  • Mark clear section headings with ## / ### in Markdown.
  • Use bullet lists and small tables for claim summaries when helpful.
  • When quoting sources, keep quotes short and add the source domain.
  • Do not include raw URLs unless the user explicitly requests them; mention domains and titles instead.

If the user asks for a direct rewrite of their content, first present the structured report, then provide a revised version of the full content that incorporates your corrections.


Example (brief, schematic)

Input (simplified):

Our platform is the #1 AI content tool worldwide, serving over 5 million users in 2020.

Possible fact-checking outcome:

  • C1: #1 AI content tool worldwide — Status: uncertain

- Evidence: multiple tools claim leadership using different metrics; no consistent independent ranking. - Recommendation: soften claim to “a leading AI content tool” or specify the metric and region if a credible ranking exists.

  • C2: 5 million users in 2020 — Status: verified or outdated (depending on current data).

- Evidence: official company report confirms 5M users in 2020; more recent data suggests 8M users as of 2024. - Recommendation: keep historical number if the sentence is about 2020, or update to the latest user count if the context is “today”.

The final answer should make these reasoning steps clear, then offer a corrected sentence such as:

As of 2024, our platform is widely recognized as a leading AI content tool, with over 8 million users worldwide.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

78.27%
按下载量换算2,089

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills