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

geo-bulk-processor地理批量处理器

Agent Skill

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

总安装

7,736

周安装

316

GitHub Stars

公开资料未说明

下载量

2,503
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install geo-bulk-processor

简介

geo-bulk-processor 用于整理文档、README 和 Markdown 材料,适合结构化处理零散信息。

  • 适用于大规模多页面内容的 GEO 优化,支持批量内容更新任务。
  • 通过 clawhub 安装,需结合原始 README 核验具体用法,注意权限与维护状态。
  • 安装命令为 openclaw skills install geo-bulk-processor,来源仓库为 geoly-geo/geo-bulk-processor。
  • 使用前建议确认是否会触发联网、命令执行或文件读写等操作。

SKILL.md

name
geo-bulk-processor
description
>

Overview

geo-bulk-processor is a GEO (Generative Engine Optimization) bulk processing orchestrator designed for large sites and content libraries. It helps an agent:

  • Design and run batch optimization pipelines over thousands of pages or documents.
  • Standardize templates and patterns for repeated page types.
  • Track progress, quality, and rollout phases instead of treating each page as an isolated “single-shot” task.

Use this skill when the user:

  • Manages a large website, multi-language site, or content library.
  • Wants to bulk retrofit existing pages for GEO readiness, AI citations, or structured data.
  • Provides sitemaps, URL lists, spreadsheets, or exports from CMS/analytics tools.
  • Needs a repeatable, scalable workflow instead of one-off page edits.

This skill focuses on planning, orchestration, and consistency. It does not tie you to any specific GEO framework, but is optimized to work well with the family of geo-* skills (e.g. content optimizers, schema generators, local optimizers).

When to use this skill

Always consider using geo-bulk-processor when:

  • The user mentions “bulk”, “batch”, “mass update”, “large site”, “thousands of pages”, “entire catalog”, “all blog posts”, or similar language.
  • The user shares CSV/Excel exports, sitemaps, URL lists, or folders of content files.
  • The user wants to apply similar GEO strategies across many items (e.g., all product pages, all location pages, all support articles).
  • The task obviously cannot be solved efficiently by optimizing a single page at a time.

If the request is clearly about one page or a very small number of pages (e.g., “fix GEO for this single article”), prefer the more focused single-page GEO skills instead of this bulk processor.

High-level workflow

When this skill is invoked, follow this structured workflow:

  1. Clarify the bulk goal

- Identify the primary GEO goals (e.g., AI citations for specific queries, better structured data, consistent FAQ blocks, improved internal linking). - Ask what content universe is in scope (full site, one section, specific content types, language variants, etc.). - Ask about constraints (timelines, systems, headcount, tech stack, allowed file formats, risk tolerance).

  1. Ingest and profile the corpus

- Accept inputs such as: - URL lists or sitemaps (XML, CSV, plain text). - Content exports from CMS (CSV, JSON, Markdown/HTML files). - Analytics exports (top pages, landing pages, long-tail queries). - Build a lightweight inventory summary: - Number of items by content type, language, directory, or template. - Obvious clusters (e.g., /blog/, /product/, /docs/, /locations/). - Known GEO gaps (missing schema, thin pages, duplicated structures).

  1. Define content clusters and page types

- Group content into clusters that can share the same optimization strategy: - By URL pattern, content type, template ID, language, or topic. - For each cluster, define: - A page-type definition (what the pages are, who they serve, business role). - The GEO opportunities specific to that cluster. - Risks and special constraints (e.g., legal wording, regulated content).

  1. Design bulk GEO pipelines

- For each cluster, design a pipeline describing: - Inputs (fields from the CMS/CSV, existing content fields, metadata). - Transformations (rewrites, new sections, schema generation, FAQ extraction). - External skills/tools to call (e.g., schema generators, content optimizers). - Outputs (updated HTML/Markdown, JSON fields, CSV columns, migration specs). - Capture pipelines in a structured, reusable format, using the guidance in references/bulk_pipelines.md.

  1. Create reusable templates and patterns

- For each major page type, define: - A content skeleton (sections, headings, FAQs, schema blocks). - Variable slots tied to data fields (e.g., product name, city, category). - Style and tone expectations (aligned with GEO and brand constraints). - Make these templates explicit so they can be applied programmatically to many items.

  1. Plan execution and rollout

- Propose phased rollout: - Pilot set → expansion → full coverage. - For each phase, specify: - Sample size, selection criteria, and evaluation plan. - Success metrics (GEO readiness scores, AI citation coverage, traffic proxies). - Feedback loop and how to adjust templates/pipelines between phases.

  1. Generate concrete artifacts

- Depending on user needs, generate: - A master plan document summarizing clusters, pipelines, and rollout. - CSV/JSON specs for engineers or operators to implement changes. - Example before/after content and schema for each major page type. - Use scripts/geo_bulk_pipeline.py conceptually as a helper reference: it describes how to represent content items, clusters, and pipelines in code or data. You do not have to execute it, but you may mirror its structures.

  1. Quality assurance and risk management

- Recommend: - Sampling and manual review before full rollout. - Regression checks for critical pages (homepage, top products, legal pages). - Monitoring plan for GEO and traffic indicators after deployment.

Input formats and expectations

Typical inputs for this skill:

  • URL lists / sitemaps

- Plain-text lists of URLs. - XML sitemaps (possibly multiple).

  • Spreadsheets / tables

- CSV or Excel exports listing URLs, titles, categories, traffic, etc.

  • Content exports

- Folders of HTML/Markdown files. - CMS exports with JSON per document.

When possible, normalize these into a tabular or record-based view:

  • One row or record per content item.
  • Columns / fields for URL, path, language, category, template, and any key metrics.

If files are not already in a structured format, design and describe a simple manifest format that the user’s team can produce (for example, a CSV with id,url,type,cluster,language columns).

Output expectations

Unless the user asks for something highly specific, structure your main outputs as:

  1. High-level GEO bulk strategy

- Clear description of scope, goals, and constraints. - Overview of clusters, page types, and priorities.

  1. Cluster-by-cluster plan

- For each cluster: - Description and rationale. - Proposed pipeline steps and external skills/tools. - Suggested templates and content patterns.

  1. Implementation-ready specifications

- Tables or pseudo-schemas describing: - Required input fields and data sources. - Output fields/files and where they should be written. - Recommended automation approach (ETL, scripts, CMS workflows).

  1. Rollout and QA plan

- Phased rollout with criteria and success metrics. - QA checklists for sampling and sign-off. - Monitoring and iteration loops.

When the user explicitly requests machine-consumable artifacts (for example, “give me a CSV spec that my data team can use”), prioritize precise, unambiguous formats (clear column names, data types, and examples).

Use of bundled resources

This skill ships with additional reference material and helper code:

  • references/bulk_pipelines.md

- Explains common GEO bulk pipeline patterns. - Provides example cluster definitions, pipeline step types, and rollout patterns. - Read this when you need inspiration for how to structure pipelines or explain them to the user’s team.

  • scripts/geo_bulk_pipeline.py

- Contains lightweight data models and helper functions that show one way to model content items, clusters, and pipelines. - You can mirror its structures when designing data formats, but you do not need to execute it to complete user requests. - If the environment allows executing scripts, they can be adapted into real automation helpers, but this skill does not require that.

When in doubt, prefer clear written plans and specs over over-engineered code. The primary value of this skill is in designing scalable GEO bulk workflows, not in implementing full production systems inside the skill.

Style and collaboration guidelines

  • Think like a systems designer.

- Aim for solutions that will still work when the corpus doubles or triples. - Avoid plans that require per-page manual tweaking unless limited to a small, high-value subset.

  • Explain the “why”, not just the “what”.

- Connect GEO decisions (clusters, templates, schema types) to the user’s business goals and constraints.

  • Be opinionated but adaptable.

- Suggest defaults and best practices, but clearly mark them as such. - Offer alternative paths when user constraints are unclear or strict.

  • Make it easy to operationalize.

- Prefer concrete artifacts: specs, templates, checklists, and example records. - Avoid vague recommendations that cannot be turned into tickets or automation.

If the user already uses other geo-* skills, explicitly reference where they fit into each pipeline step (for example, “use geo-schema-gen here to generate Product and FAQ schema for this cluster”).

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.1%
按下载量换算2,055

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills