← 返回 Skills 市场
geoly-geo

Geo Fact Checker

作者 GEOLY AI · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
269
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geo-fact-checker
功能描述
GEO-focused fact-checking and evidence collection assistant for written content. Use this skill whenever the user wants to verify factual claims (numbers, da...
使用说明 (SKILL.md)

\r \r

GEO Fact Checker Skill\r

\r 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).\r \r Your primary goals:\r \r

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

When to use this skill\r

\r Use this skill aggressively whenever:\r \r

  • The user mentions fact-checking, verifying, or validating content.\r
  • The content includes numbers, dates, rankings, market share, user counts, revenue, growth rates, benchmarks, or statistics.\r
  • The user asks about competitors, “top X tools”, “market leaders”, or comparisons that rely on external facts.\r
  • The user wants content that AI models can safely cite or trust for critical decisions (e.g., finance, health, legal, B2B, product comparisons).\r
  • The user asks to update older content to reflect the most recent data or year.\r \r Do NOT use this skill for:\r \r
  • Purely fictional, creative, or speculative content where factual accuracy is not important.\r
  • Simple coding or math questions that do not involve external facts or real-world claims.\r \r When in doubt, prefer triggering this skill if there is any non-trivial factual content that might affect trust.\r \r ---\r \r

Available tools and references\r

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

  • A web search tool for up-to-date information (e.g., WebSearch).\r
  • A web fetch tool to inspect specific URLs (e.g., WebFetch).\r
  • Local files containing the user’s draft content.\r \r Also use the bundled references when needed:\r \r
  • references/fact-checking-patterns.md — core patterns and checklists for claim verification.\r
  • references/claim-types.md — taxonomy and handling guidelines for different claim types.\r \r Only read those reference files when you actually need the additional detail (to keep context lean).\r \r ---\r \r

High-level workflow\r

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

1. Understand the fact-checking scope\r

\r

  1. Read the user’s instructions and content carefully.\r
  2. Determine:\r
    • The time horizon (e.g., “as of 2026”, “current as of today”, or “keep original year context”).\r
    • The criticality of accuracy (e.g., legal/medical vs. marketing).\r
    • Any regions, languages, industries, or niches that constrain what counts as a relevant fact.\r
  3. If the user did not specify a time horizon, assume:\r
    • For evergreen definitions and concepts: verify facts as of today.\r
    • For historical descriptions (e.g., “In 2019, X happened”): verify facts relative to the stated year.\r \r Document your assumptions explicitly in your answer so the user and AI crawlers can understand the verification frame.\r \r ---\r \r

2. Extract and classify factual claims\r

\r Systematically extract factual statements from the content and classify them.\r \r

  1. Identify sentences or fragments that:\r
    • Contain numbers or quantitative data (percentages, counts, currency, rankings, dates).\r
    • Assert comparisons or rankings (e.g., “top 3”, “#1 in the market”, “leading platform”).\r
    • Describe competitors or market positions.\r
    • Quote external sources, research, or reports.\r
  2. For each claim, capture at minimum:\r
    • A short claim ID (e.g., C1, C2).\r
    • The exact claim text.\r
    • A claim type (e.g., numeric-statistic, date, ranking, competitor-info, quote, general-fact).\r
  3. Focus on high-impact claims that affect trust or decision-making. You can ignore trivial or obviously generic statements.\r \r 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.\r \r ---\r \r

3. Plan the verification strategy\r

\r Before calling any tools, briefly plan how you will verify the claims.\r \r For each claim or cluster of related claims:\r \r

  • Decide which keywords, entities, and time qualifiers you will search.\r
  • Prefer:\r
    • Authoritative sources (official company sites, government, standards bodies, well-known research organizations).\r
    • Recent, dated sources when recency matters (e.g., rankings, market share).\r
    • Multiple independent sources for controversial or high-stakes claims.\r
  • Avoid:\r
    • Single, low-credibility blogs or scraped content sites.\r
    • Out-of-date sources when the claim is time-sensitive.\r \r Write out this plan in 2–6 short bullet points before executing it. This helps keep your search targeted and auditable.\r \r ---\r \r

4. Run fact checks using tools\r

\r Execute your plan using available tools:\r \r

  • Use the web search tool to discover relevant pages and summaries.\r
  • Use the fetch tool to inspect specific URLs when needed for more precise evidence.\r \r For each claim:\r \r
  1. Collect at least one high-quality supporting or refuting source.\r
  2. Note:\r
    • The source title and domain.\r
    • The publication or data year (if available).\r
    • Key evidence sentences or numbers.\r
  3. Be transparent when:\r
    • Evidence is mixed or unclear.\r
    • The data is approximate or ranges vary by source.\r
    • No reliable source can be found (say so instead of guessing).\r \r 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.\r \r ---\r \r

5. Compare claims with evidence\r

\r For each claim, compare the original text with your findings.\r \r Classify the result as one of:\r \r

  • verified: matches the evidence within a reasonable tolerance (e.g., rounding differences).\r
  • partially_verified: broadly correct but missing nuance (e.g., limited to a region, or only true for a specific segment or time).\r
  • outdated: was true in the past but no longer matches the most recent reliable data.\r
  • contradicted: directly conflicts with trustworthy sources.\r
  • uncertain: insufficient or conflicting evidence to make a confident judgment.\r \r For numeric comparisons, be explicit about tolerances and units. For rankings, consider:\r \r
  • Scope (global vs. regional vs. niche).\r
  • Time (which year or period).\r
  • Metric (revenue, users, traffic, etc.).\r \r Do not stretch evidence to force a “verified” label. When in doubt, choose uncertain or partially_verified.\r \r ---\r \r

6. Propose corrections and improvements\r

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

  • If verified:\r
    • Optionally refine wording for clarity and add “as of [year]” when helpful.\r
  • If partially_verified or outdated:\r
    • Propose a correction that:\r
      • Narrows scope (e.g., “In Europe” instead of “Worldwide”).\r
      • Updates the year and numbers.\r
      • Clarifies the metric used.\r
  • If contradicted:\r
    • Propose either:\r
      • A corrected fact that matches the evidence, or\r
      • Removal of the claim if it cannot be responsibly rewritten.\r
  • If uncertain:\r
    • Encourage cautious phrasing (e.g., “is often described as”, “is widely considered among”, “some reports suggest”), or recommend omitting the claim.\r \r Always avoid overstating certainty beyond what the evidence supports.\r \r ---\r \r

7. Produce a structured fact-checking report\r

\r Present your work in a structured, AI-readable format that both humans and AI crawlers can consume easily.\r \r Use this structure by default unless the user specifies another format:\r \r

  1. Assumptions and scope\r
    • Time horizon, regions, and any constraints you used.\r
  2. Claim table\r
    • A table or list with:\r
      • ID\r
      • Original claim\r
      • Claim type\r
      • Status (verified, partially_verified, outdated, contradicted, uncertain)\r
      • Key evidence summary\r
      • Primary source(s) (domains + years)\r
  3. Recommended revised wording\r
    • Grouped by section or paragraph if applicable.\r
  4. Risks and open questions\r
    • Any areas where evidence is weak, conflicting, or likely to change soon.\r \r This structure is designed to make your output easy to parse, compare, and reuse for GEO-optimized content updates.\r \r ---\r \r

Output formatting guidelines\r

\r

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

Example (brief, schematic)\r

\r Input (simplified):\r \r

Our platform is the #1 AI content tool worldwide, serving over 5 million users in 2020.\r \r Possible fact-checking outcome:\r \r

  • C1: #1 AI content tool worldwide — Status: uncertain\r
    • Evidence: multiple tools claim leadership using different metrics; no consistent independent ranking.\r
    • Recommendation: soften claim to “a leading AI content tool” or specify the metric and region if a credible ranking exists.\r
  • C2: 5 million users in 2020 — Status: verified or outdated (depending on current data).\r
    • Evidence: official company report confirms 5M users in 2020; more recent data suggests 8M users as of 2024.\r
    • Recommendation: keep historical number if the sentence is about 2020, or update to the latest user count if the context is “today”.\r \r The final answer should make these reasoning steps clear, then offer a corrected sentence such as:\r \r

As of 2024, our platform is widely recognized as a leading AI content tool, with over 8 million users worldwide.\r \r ---\r name: geo-fact-checker\r description: >\r GEO-focused fact-checking and evidence collection assistant for written content.\r Use this skill whenever the user wants to verify factual claims (numbers, dates,\r rankings, market share, competitor data, quotes, or statistics), validate sources,\r or increase AI trust in content by attaching precise citations and up-to-date evidence.\r Prefer this skill for content that should be highly reliable for AI citations,\r reports, comparison pages, landing pages, and data-driven articles.\r ---\r \r

GEO Fact Checker Skill\r

\r 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).\r \r Your primary goals:\r \r

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

When to use this skill\r

\r Use this skill aggressively whenever:\r \r

  • The user mentions fact-checking, verifying, or validating content.\r
  • The content includes numbers, dates, rankings, market share, user counts, revenue, growth rates, benchmarks, or statistics.\r
  • The user asks about competitors, “top X tools”, “market leaders”, or comparisons that rely on external facts.\r
  • The user wants content that AI models can safely cite or trust for critical decisions (e.g., finance, health, legal, B2B, product comparisons).\r
  • The user asks to update older content to reflect the most recent data or year.\r \r Do NOT use this skill for:\r \r
  • Purely fictional, creative, or speculative content where factual accuracy is not important.\r
  • Simple coding or math questions that do not involve external facts or real-world claims.\r \r When in doubt, prefer triggering this skill if there is any non-trivial factual content that might affect trust.\r \r ---\r \r

Available tools and references\r

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

  • A web search tool for up-to-date information (e.g., WebSearch).\r
  • A web fetch tool to inspect specific URLs (e.g., WebFetch).\r
  • Local files containing the user’s draft content.\r \r Also use the bundled references when needed:\r \r
  • references/fact-checking-patterns.md — core patterns and checklists for claim verification.\r
  • references/claim-types.md — taxonomy and handling guidelines for different claim types.\r \r Only read those reference files when you actually need the additional detail (to keep context lean).\r \r ---\r \r

High-level workflow\r

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

1. Understand the fact-checking scope\r

\r

  1. Read the user’s instructions and content carefully.\r
  2. Determine:\r
    • The time horizon (e.g., “as of 2026”, “current as of today”, or “keep original year context”).\r
    • The criticality of accuracy (e.g., legal/medical vs. marketing).\r
    • Any regions, languages, industries, or niches that constrain what counts as a relevant fact.\r
  3. If the user did not specify a time horizon, assume:\r
    • For evergreen definitions and concepts: verify facts as of today.\r
    • For historical descriptions (e.g., “In 2019, X happened”): verify facts relative to the stated year.\r \r Document your assumptions explicitly in your answer so the user and AI crawlers can understand the verification frame.\r \r ---\r \r

2. Extract and classify factual claims\r

\r Systematically extract factual statements from the content and classify them.\r \r

  1. Identify sentences or fragments that:\r
    • Contain numbers or quantitative data (percentages, counts, currency, rankings, dates).\r
    • Assert comparisons or rankings (e.g., “top 3”, “#1 in the market”, “leading platform”).\r
    • Describe competitors or market positions.\r
    • Quote external sources, research, or reports.\r
  2. For each claim, capture at minimum:\r
    • A short claim ID (e.g., C1, C2).\r
    • The exact claim text.\r
    • A claim type (e.g., numeric-statistic, date, ranking, competitor-info, quote, general-fact).\r
  3. Focus on high-impact claims that affect trust or decision-making. You can ignore trivial or obviously generic statements.\r \r 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.\r \r ---\r \r

3. Plan the verification strategy\r

\r Before calling any tools, briefly plan how you will verify the claims.\r \r For each claim or cluster of related claims:\r \r

  • Decide which keywords, entities, and time qualifiers you will search.\r
  • Prefer:\r
    • Authoritative sources (official company sites, government, standards bodies, well-known research organizations).\r
    • Recent, dated sources when recency matters (e.g., rankings, market share).\r
    • Multiple independent sources for controversial or high-stakes claims.\r
  • Avoid:\r
    • Single, low-credibility blogs or scraped content sites.\r
    • Out-of-date sources when the claim is time-sensitive.\r \r Write out this plan in 2–6 short bullet points before executing it. This helps keep your search targeted and auditable.\r \r ---\r \r

4. Run fact checks using tools\r

\r Execute your plan using available tools:\r \r

  • Use the web search tool to discover relevant pages and summaries.\r
  • Use the fetch tool to inspect specific URLs when needed for more precise evidence.\r \r For each claim:\r \r
  1. Collect at least one high-quality supporting or refuting source.\r
  2. Note:\r
    • The source title and domain.\r
    • The publication or data year (if available).\r
    • Key evidence sentences or numbers.\r
  3. Be transparent when:\r
    • Evidence is mixed or unclear.\r
    • The data is approximate or ranges vary by source.\r
    • No reliable source can be found (say so instead of guessing).\r \r 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.\r \r ---\r \r

5. Compare claims with evidence\r

\r For each claim, compare the original text with your findings.\r \r Classify the result as one of:\r \r

  • verified: matches the evidence within a reasonable tolerance (e.g., rounding differences).\r
  • partially_verified: broadly correct but missing nuance (e.g., limited to a region, or only true for a specific segment or time).\r
  • outdated: was true in the past but no longer matches the most recent reliable data.\r
  • contradicted: directly conflicts with trustworthy sources.\r
  • uncertain: insufficient or conflicting evidence to make a confident judgment.\r \r For numeric comparisons, be explicit about tolerances and units. For rankings, consider:\r \r
  • Scope (global vs. regional vs. niche).\r
  • Time (which year or period).\r
  • Metric (revenue, users, traffic, etc.).\r \r Do not stretch evidence to force a “verified” label. When in doubt, choose uncertain or partially_verified.\r \r ---\r \r

6. Propose corrections and improvements\r

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

  • If verified:\r
    • Optionally refine wording for clarity and add “as of [year]” when helpful.\r
  • If partially_verified or outdated:\r
    • Propose a correction that:\r
      • Narrows scope (e.g., “In Europe” instead of “Worldwide”).\r
      • Updates the year and numbers.\r
      • Clarifies the metric used.\r
  • If contradicted:\r
    • Propose either:\r
      • A corrected fact that matches the evidence, or\r
      • Removal of the claim if it cannot be responsibly rewritten.\r
  • If uncertain:\r
    • Encourage cautious phrasing (e.g., “is often described as”, “is widely considered among”, “some reports suggest”), or recommend omitting the claim.\r \r Always avoid overstating certainty beyond what the evidence supports.\r \r ---\r \r

7. Produce a structured fact-checking report\r

\r Present your work in a structured, AI-readable format that both humans and AI crawlers can consume easily.\r \r Use this structure by default unless the user specifies another format:\r \r

  1. Assumptions and scope\r
    • Time horizon, regions, and any constraints you used.\r
  2. Claim table\r
    • A table or list with:\r
      • ID\r
      • Original claim\r
      • Claim type\r
      • Status (verified, partially_verified, outdated, contradicted, uncertain)\r
      • Key evidence summary\r
      • Primary source(s) (domains + years)\r
  3. Recommended revised wording\r
    • Grouped by section or paragraph if applicable.\r
  4. Risks and open questions\r
    • Any areas where evidence is weak, conflicting, or likely to change soon.\r \r This structure is designed to make your output easy to parse, compare, and reuse for GEO-optimized content updates.\r \r ---\r \r

Output formatting guidelines\r

\r

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

Example (brief, schematic)\r

\r Input (simplified):\r \r

Our platform is the #1 AI content tool worldwide, serving over 5 million users in 2020.\r \r Possible fact-checking outcome:\r \r

  • C1: #1 AI content tool worldwide — Status: uncertain\r
    • Evidence: multiple tools claim leadership using different metrics; no consistent independent ranking.\r
    • Recommendation: soften claim to “a leading AI content tool” or specify the metric and region if a credible ranking exists.\r
  • C2: 5 million users in 2020 — Status: verified or outdated (depending on current data).\r
    • Evidence: official company report confirms 5M users in 2020; more recent data suggests 8M users as of 2024.\r
    • Recommendation: keep historical number if the sentence is about 2020, or update to the latest user count if the context is “today”.\r \r The final answer should make these reasoning steps clear, then offer a corrected sentence such as:\r \r

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

安全使用建议
This skill appears to do what it says: extract candidate factual claims and verify them using web search/fetch and the provided reference files. Before installing, consider: (1) The skill will use the agent's web tools to fetch external pages — ensure those tools and endpoints are trusted. (2) The skill may execute the included claim_extractor.py helper; that script is small and contains only local text parsing (no network or obfuscated code), but execution of any code should match your security policy. (3) Don’t include sensitive credentials or PII in drafts you ask the agent to check, because the skill explicitly reads user content and sends queries to external web fetch/search tools. (4) If you do not want the skill to be invoked autonomously, change agent/skill invocation settings. Overall the package is internally coherent and proportionate to its purpose.
功能分析
Type: OpenClaw Skill Name: geo-fact-checker Version: 0.1.0 The geo-fact-checker skill is a legitimate tool designed to assist AI agents in verifying factual claims within written content for Generative Engine Optimization (GEO). The bundle consists of clear instructions in SKILL.md, a simple Python helper (scripts/claim_extractor.py) using basic regex for text processing, and comprehensive documentation in the references directory. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
The name and description match the included materials: SKILL.md describes GEO fact-checking workflows, references/ contains claim and pattern guides, evals/ contains example prompts, and scripts/claim_extractor.py provides a small, local helper. There are no unrelated credentials, binaries, or install requirements that would be out of place for a fact-checking skill.
Instruction Scope
Runtime instructions explicitly call for using web search and fetch tools and reading the user's draft and the bundled reference files. That is appropriate for the stated purpose. The skill also permits using the included scripts/claim_extractor.py to parse text; executing local helper scripts is expected for this use case but means code in the skill may run in the agent environment—the included script is a simple, non-obfuscated Python extractor with no network calls. Users should avoid placing sensitive secrets or PII in drafts that the agent will send to external web tools.
Install Mechanism
No install specification is provided (instruction-only with a local helper script). This minimizes disk-write and downloader risks. Nothing is fetched from external URLs by the skill package itself.
Credentials
The skill does not request environment variables, credentials, or config paths. The web search/fetch actions the SKILL.md expects are standard for fact-checking and do not require extra secrets in the package.
Persistence & Privilege
always:false and user-invocable:true. The skill can be invoked autonomously by agents (disable-model-invocation:false), which is the platform default; it does not request permanent inclusion or modify other skills. If you prefer to avoid autonomous use, consider adjusting agent or skill invocation policies.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geo-fact-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geo-fact-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — introduces a GEO-focused fact-checking assistant for rigorous content verification and evidence collection. - Identifies and extracts significant factual claims for enhanced trust (numbers, dates, rankings, market data, quotes). - Guides the verification of claims using authoritative and up-to-date sources, with prioritization of accuracy and transparency. - Documents workflow: extract claims, plan checks, run fact checks, compare evidence, classify results, and propose robust corrections. - Explicitly flags outdated, unclear, or contradicted information, suggesting clear, evidence-backed improvements. - Optimized for use with AI-citable content: reports, comparison pages, and data-driven articles.
元数据
Slug geo-fact-checker
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Geo Fact Checker 是什么?

GEO-focused fact-checking and evidence collection assistant for written content. Use this skill whenever the user wants to verify factual claims (numbers, da... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。

如何安装 Geo Fact Checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install geo-fact-checker」即可一键安装,无需额外配置。

Geo Fact Checker 是免费的吗?

是的,Geo Fact Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Geo Fact Checker 支持哪些平台?

Geo Fact Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Geo Fact Checker?

由 GEOLY AI(@geoly-geo)开发并维护,当前版本 v0.1.0。

💬 留言讨论