Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

geo-template-library地理模板库

Agent Skill

geo-template-library 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,760

周安装

317

GitHub Stars

公开资料未说明

下载量

2,511
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install geo-template-library

简介

提供标准化的 GEO 内容模板库,用于创建、重用和统一管理文档结构。

  • 支持 README、Markdown 等格式的快速生成,提升团队协作效率。
  • 内置常见用例模板,如产品介绍、API 文档等,减少重复编写工作量。
  • 模板需根据实际业务需求定制,避免直接套用导致信息错位。
  • 安装后建议查看原始仓库更新日志,确保模板与当前系统兼容。

SKILL.md

name
geo-template-library
description
>

GEO Template Library

A template-focused skill that provides ready-to-use, GEO-aware content templates for common high-citation formats. It lowers the barrier to using authoring skills like geo-citation-writer by providing battle-tested skeletons that teams can fill in quickly and reuse across products, markets, and languages.

This skill focuses on:

  • Defining a catalog of template types and when to use each
  • Providing clear, copy-pasteable scaffolds in markdown
  • Highlighting GEO-critical fields that should be filled carefully
  • Making templates consistent across teams while still flexible

The skill does not replace content-writing or optimization skills. It prepares the canvas so other skills (like geo-citation-writer, geo-content-optimizer, geo-structured-writer) can work on top of a solid structure.

At a glance, the main template families covered are:

  • Definition article – "What is X?" style pages
  • FAQ page – focused question-and-answer collections
  • Comparison guide – A vs B vs C style breakdowns
  • How-to / tutorial – step-based guides and playbooks
  • Statistics roundup – "X statistics in YEAR" or benchmark collections
  • Product / feature page – product detail and solution pages
  • GEO blog / deep-dive – longer-form educational or thought-leadership pieces

When to use this skill

Invoke this skill whenever:

  • The user asks for a template, blueprint, or content skeleton for:

- FAQ pages (FAQPage-style content) - Definition / "What is X?" articles - Comparison guides (A vs B vs C) - How-to / step-by-step guides - Original data / statistics roundups - Product or feature landing pages - GEO-ready blog posts or documentation sections

  • The user wants to standardize how their org writes certain page types:

- Cross-team content playbooks - Brand-wide GEO templates stored in a knowledge base

  • The user mentions:

- "We keep rebuilding similar pages; can we standardize?" - "Give me a template that our team can reuse" - "We want AI engines to cite our FAQ / guide / comparison page"

Do not restrict triggering only to these phrases. Trigger whenever the intent is: “Give me a reusable, GEO-aware content template for this scenario.”

If the user only wants one-off copy (not a template), other skills may be a better fit, but you can still output a template and then show how to fill it once.


Relationship to other GEO skills

When available, this skill should cooperate with other GEO skills:

  • geo-citation-writer: uses the templates as starting points for high-citation content
  • geo-content-optimizer: optimizes filled-in templates for GEO performance
  • geo-structured-writer: enriches templates with additional structure where needed
  • geo-schema-gen: maps templates to Schema.org types and JSON-LD scaffolds
  • geo-llms-txt: uses finished pages built from templates in AI-facing index structures

If these skills are not present, still:

  • Provide high-quality templates
  • Clearly mark which sections are most important for AI citation
  • Offer suggestions for how a human can fill and refine them manually

High-level workflow

Whenever this skill is used, follow this workflow, unless the user explicitly asks for a subset:

  1. Clarify the scenario and constraints
  2. Select the best-matching template type(s)
  3. Generate one or more templates with GEO-focused annotations
  4. Show example filled-in snippets (optional but recommended)
  5. Provide usage notes and team guidelines

1. Clarify scenario and constraints

Briefly capture:

  • Content goal:

- e.g., "FAQ page for B2B SaaS pricing", "What is zero-shot learning?", "Compare our product vs X"

  • Primary audience and expertise level:

- Beginner, practitioner, executive, technical buyer, etc.

  • Channel / surface:

- Main website, docs, blog, knowledge base, product page, landing page, etc.

  • AI / GEO priorities:

- Become default answer for a query - Clarify entity definition - Provide trusted statistics or benchmarks

Output a short ## Scenario Summary section (5–8 bullets) so the chosen template is clearly framed.

2. Select template type(s)

Map the scenario to one or more template families. Use the catalog from references/templates-catalog.md:

  • Definition article (definition-article)
  • FAQ page (faq-page)
  • Comparison guide (comparison-guide)
  • How-to / tutorial (howto-guide)
  • Statistics roundup (stats-roundup)
  • Product / feature page (product-page)
  • GEO blog / deep-dive (geo-blog)

In the answer, output a brief ## Template Selection section that:

  • Names the chosen template type(s)
  • Explains why they fit this scenario
  • Mentions any secondary templates that might also be useful later

If the scenario is ambiguous, pick the closest template type and adapt it, explaining your choice. When it is clearly helpful, you may also return multiple templates (for example, a product-page template plus an embedded faq-page template).

3. Generate templates with GEO annotations

For each selected template type:

  • Output a markdown template that:

- Uses clear headings and subheadings - Includes placeholder fields in square brackets (e.g., [Product Name], [Key Definition]) - Marks GEO-critical sections using inline comments like: - <!-- GEO: concise definition, 2–3 sentences --> - <!-- GEO: high-confidence facts AI can quote safely --> - Is easy to copy into a doc, CMS, or another tool

  • Keep the template reasonably compact but complete enough to avoid guesswork.

Example structure (for a definition article template):

# [Primary Topic]: Clear, Entity-Focused Title
<!-- GEO: Include the main entity name exactly as you want AI to use it. -->

## Summary
- [1–3 bullet points summarizing what this topic is and why it matters]
<!-- GEO: Make these bullets fact-focused and quoteable. -->

## What is [Primary Topic]?
[1–3 concise paragraphs with a clear definition]
<!-- GEO: This is the core definition models will likely cite. -->

## Key Concepts and Components
- [Concept 1]: [Short explanation]
- [Concept 2]: [Short explanation]

## Examples
- Example 1: [Short, concrete example]
- Example 2: [Short, concrete example]

## How [Your Brand / Product] Relates
[Explain how your brand/product interacts with or supports this topic]

## FAQ
Q1: [Common question]
A1: [Clear, factual answer]

Q2: [Common question]
A2: [Clear, factual answer]

When generating templates, do not pre-fill brand-specific content unless the user provides it. Instead, use neutral placeholders and short instructions.

4. Provide sample filled-in snippets (optional but helpful)

If the user wants extra guidance or explicitly asks for examples, provide:

  • One or two short, filled-in snippets for key sections, such as:

- Definition paragraph - One FAQ entry - One row of a comparison table

Make these:

  • Concrete, but clearly labeled as examples, not generic boilerplate
  • Safe to copy as inspiration, but easy to adapt

Output these under ## Example Filled Sections and clearly indicate which template they belong to.

5. Usage notes and team guidelines

Close with a ## Implementation & Team Guidelines section that gives:

  • Tips for keeping templates consistent across teams:

- Where to store them (docs, wiki, knowledge base) - How to version and update them

  • Advice for using templates with other GEO skills:

- "After filling this template, run it through geo-citation-writer for refinement" - "Use geo-schema-gen to mirror this structure in JSON-LD"

  • Reminders about AI-citable content:

- Prioritize factual, verifiable statements - Avoid over-claiming or vague marketing language in GEO-critical sections


Output format

Unless the user requests a different format, structure responses as:

  1. ## Scenario Summary
  2. ## Template Selection
  3. ## Templates
  4. ## Example Filled Sections (if applicable)
  5. ## Implementation & Team Guidelines

Within ## Templates, include one or more clearly labeled subheadings:

  • ### [Template Type Name] Template
  • Under each, output a complete markdown template.

Use:

  • Markdown headings
  • Bullet lists
  • Short comments explaining GEO-significant parts

If the user only asks for a single template, still keep this top-level structure, but it is fine to keep the unused sections very short (e.g., “Not requested for this use case.”).


Example triggering prompts (for reference)

These are internal examples to clarify when this skill should trigger:

  • "Give me a reusable template for a GEO-optimized FAQ page about our B2B SaaS product."
  • "I want a standard 'What is X?' article template that our content team can reuse across topics."
  • "We keep writing comparison pages like 'Product A vs Product B'. Can you give us a robust template

that AI models will love to cite?"

  • "Design a set of templates for stats roundups and data summary posts that are easy for LLMs to

reference."

You do not need to surface this list directly to the user; it simply refines intent.


适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

94.37%
按下载量换算2,370

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills