# GeoQL AI Agent Skills

GeoQL publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 GeoQL repository, with install commands and source links.

Official page: https://skillscout.sh/official/geoql/
Markdown page: https://skillscout.sh/official/geoql/geoql_skills_skillscout.md
Vendor website: https://geoql.in/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/geoql/geoql_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant GeoQL skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### geoql/v-maplibre

Includes 2 official skills: install-map-component, search-map-components.

Install:

```bash
npx skills add geoql/v-maplibre -y
```

Source: https://github.com/geoql/v-maplibre

## Individual skills

### install-map-component

Official GeoQL skill from geoql/v-maplibre.

Install:

```bash
npx skills add geoql/v-maplibre@install-map-component -y
```

Package: geoql/v-maplibre
Source: https://github.com/geoql/v-maplibre/tree/HEAD/apps/mapcn-vue/public/.well-known/agent-skills/install-map-component

### search-map-components

Official GeoQL skill from geoql/v-maplibre.

Install:

```bash
npx skills add geoql/v-maplibre@search-map-components -y
```

Package: geoql/v-maplibre
Source: https://github.com/geoql/v-maplibre/tree/HEAD/apps/mapcn-vue/public/.well-known/agent-skills/search-map-components

## geoql/v-maplibre package overview

Includes 2 official skills: install-map-component, search-map-components.

### Top skills in this package

- install-map-component: Official GeoQL skill from geoql/v-maplibre.
- search-map-components: Official GeoQL skill from geoql/v-maplibre.

### Install

Install the full package:

```bash
npx skills add geoql/v-maplibre -y
```

Install a specific skill:

```bash
npx skills add geoql/v-maplibre@install-map-component -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/geoql/v-maplibre#readme
