Install
openclaw skills install geo-bulk-processorGEO bulk processing engine for large-scale, multi-page content optimization. Use this skill whenever the user mentions bulk GEO changes, batch content updates, large websites, sitemaps, content libraries, or needs to process many URLs/documents in one workflow, not just a single page.
openclaw skills install geo-bulk-processorgeo-bulk-processor is a GEO (Generative Engine Optimization) bulk processing orchestrator designed for large sites and content libraries. It helps an agent:
Use this skill when the user:
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).
Always consider using geo-bulk-processor when:
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.
When this skill is invoked, follow this structured workflow:
Clarify the bulk goal
Ingest and profile the corpus
/blog/, /product/, /docs/, /locations/).Define content clusters and page types
Design bulk GEO pipelines
references/bulk_pipelines.md.Create reusable templates and patterns
Plan execution and rollout
Generate concrete artifacts
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.Quality assurance and risk management
Typical inputs for this skill:
When possible, normalize these into a tabular or record-based view:
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).
Unless the user asks for something highly specific, structure your main outputs as:
High-level GEO bulk strategy
Cluster-by-cluster plan
Implementation-ready specifications
Rollout and QA plan
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).
This skill ships with additional reference material and helper code:
references/bulk_pipelines.md
scripts/geo_bulk_pipeline.py
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.
Think like a systems designer.
Explain the “why”, not just the “what”.
Be opinionated but adaptable.
Make it easy to operationalize.
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”).