geoserver-cloud

geoserver-cloud is a skill for Claude Code, Codex from znlgis/opengis-skills. It costs 49 tokens per session (2,082 once invoked), scanned A, original, MIT.

A cloud-native version of GeoServer, a server that publishes geographic data through mapping services. It splits map services such as WMS, WFS, and WCS into separate applications that can run on Kubernetes.

In plain words
What is it for?
Use it to deploy GeoServer services in containers, run them on Kubernetes, synchronize configuration, expose REST and web interfaces, and provide scalable map, feature, coverage, processing, or tile-cache services.
Why use it?
It lets different geographic-data services be scaled, configured, and observed independently instead of operating as one large server.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to deploy GeoServer services in containers, run them on Kubernetes, synchronize configuration, expose REST and web interfaces, and provide scalable map, feature, coverage, processing, or tile-cache services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/znlgis/opengis-skills/geoserver-cloud
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add znlgis/opengis-skills --skill geoserver-cloud
Clone the repo
git clone --depth 1 https://github.com/znlgis/opengis-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for geoserver-cloud

README.md
[![agentmods](https://agentmods.dev/badge/skills/znlgis/opengis-skills/geoserver-cloud/github.svg)](https://agentmods.dev/skills/znlgis/opengis-skills/geoserver-cloud)
Your own site
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/geoserver-cloud"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/geoserver-cloud/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for geoserver-cloud

Your own site · 80×15
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/geoserver-cloud"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/geoserver-cloud.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,082 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 146
    Docker image references without a specific tag (:latest is implicit) or digest (@sha256:...) can be silently replaced by a malicious image.
    Fix: Pin the image: image:tag or image@sha256:abc123
  • medium Data Exfiltration · line 186
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.02082
Opus 5 $0.00024 $0.01041
Sonnet 5 $0.00010 $0.00416
Haiku 4.5 $0.00005 $0.00208

Measured yesterday against content hash 65c62c445d8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

geoserver-cloud scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -u admin:geoserver http://localhost:9090/geoserver/rest/about/version.json
gis/geoserver-cloud/SKILL.md · 241 lines

How it starts

The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.

项目地址: https://github.com/geoserver/geoserver-cloud

官方文档: https://geoserver.org/geoserver-cloud/

Docker Hub: https://hub.docker.com/u/geoservercloud

许可证: GPL-2.0

概述

GeoServer Cloud(GS Cloud):

  • 微服务架构:每种 OGC 服务为独立 Spring Boot 应用
  • 配置同步spring-cloud-bus + RabbitMQ 实时同步
  • 配置后端:本地目录 / PgConfig(推荐) / JDBCConfig
  • 可观测:Actuator + Prometheus + Sleuth Tracing
  • 容器友好:官方镜像、Helm Chart、docker-compose
  • 完全兼容社区版:相同 Web UI、SLD、数据存储

服务拆分

服务 镜像 用途
gateway geoservercloud/geoserver-cloud-gateway 网关
discovery geoservercloud/geoserver-cloud-discovery 服务发现
config geoservercloud/geoserver-cloud-config 配置中心
web-ui geoservercloud/geoserver-cloud-webui 管理界面
rest geoservercloud/geoserver-cloud-rest REST API
wms geoservercloud/geoserver-cloud-wms WMS
wfs geoservercloud/geoserver-cloud-wfs WFS
wcs geoservercloud/geoserver-cloud-wcs WCS
wps geoservercloud/geoserver-cloud-wps WPS
gwc geoservercloud/geoserver-cloud-gwc 瓦片缓存

快速启动(docker-compose)

git clone https://github.com/geoserver/geoserver-cloud.git
cd geoserver-cloud/compose
docker compose -f compose.yml -f catalog-pgconfig.yml up -d
# Gateway: http://localhost:9090/geoserver

配置后端

后端 适用场景
datadir 共享卷(NFS/PVC),简单
pgconfig 生产推荐,强一致
jdbcconfig 旧方案,已被替代

启用 PgConfig:

GEOSERVER_BACKEND_PGCONFIG_ENABLED: "true"
GEOSERVER_BACKEND_PGCONFIG_JDBCURL: "jdbc:postgresql://pg:5432/gsconfig"
GEOSERVER_BACKEND_PGCONFIG_USERNAME: "gs"
GEOSERVER_BACKEND_PGCONFIG_PASSWORD: "gs"

Kubernetes(Helm)

helm repo add geoserver-cloud https://geoserver.github.io/geoserver-cloud/
helm install gs geoserver-cloud/geoserver-cloud \
  -n gis --create-namespace \
  --set rabbitmq.enabled=true \
  --set postgresql.enabled=true \
  --set wms.replicaCount=3 \
  --set wfs.replicaCount=2

kubectl scale deploy gs-wms -n gis --replicas=10

Read the full file on GitHub · 241 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed c173148fe551
  2. 12d ago First seen · 241 lines · 49 tokens per session scan A 65c62c445d8a

Subscribe to this mod's changes

geoserver-cloud is a skill published in the GitHub repository znlgis/opengis-skills (60 stars, last pushed 2d ago), licensed MIT. It adds 49 tokens to every session and 2,082 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

design-patterns

Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.

piomin/claude-ai-spring-boot · 47 tokens

spring-boot

Spring Boot 3.x development - REST APIs, JPA, Security, Testing, and Cloud-native patterns. Use for building enterprise Java applications with Spring Boot.

piomin/claude-ai-spring-boot · 36 tokens

jpa-patterns

JPA/Hibernate patterns and common pitfalls (N+1, lazy loading, transactions, queries). Use when user has JPA performance issues, LazyInitializationException, or asks about entity relationships and fetching strategies.

piomin/claude-ai-spring-boot · 47 tokens

quarkus-kubernetes-native

Deploy container-first Quarkus applications on Kubernetes with fast startup, low memory, native images, and health probes. Use when Quarkus is chosen specifically for cloud/Kubernetes efficiency over Spring Boot.

vaquarkhan/Fullstack-development-agent-skills · 47 tokens

senior-java

World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and…

xuansenpa1/skillrevise · 65 tokens

senior-java

World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and…

UCSB-NLP-Chang/Skill-Usage · 65 tokens