# Galactic Council AI Agent Skills

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

Browse 3 official AI agent skills across 2 Galactic Council repositories, with install commands and source links.

Official page: https://skillscout.sh/official/galacticcouncil/
Markdown page: https://skillscout.sh/official/galacticcouncil/galacticcouncil_skills_skillscout.md
Vendor website: https://galacticcouncil.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/galacticcouncil/galacticcouncil_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Galactic Council 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

### galacticcouncil/hydration-node

Includes 2 official skills: circuit-breaker-incident, hydration_cl0wdit.

Install:

```bash
npx skills add galacticcouncil/hydration-node -y
```

Source: https://github.com/galacticcouncil/hydration-node

### galacticcouncil/hydration-simulations

Includes 1 official skill: hydration_econ_research.

Install:

```bash
npx skills add galacticcouncil/hydration-simulations -y
```

Source: https://github.com/galacticcouncil/hydration-simulations

## Individual skills

### circuit-breaker-incident

Official Galactic Council skill from galacticcouncil/hydration-node.

Install:

```bash
npx skills add galacticcouncil/hydration-node@circuit-breaker-incident -y
```

Package: galacticcouncil/hydration-node
Source: https://github.com/galacticcouncil/hydration-node/tree/master/ai_skills/circuit-breaker-incident

### hydration_cl0wdit

Official Galactic Council skill from galacticcouncil/hydration-node.

Install:

```bash
npx skills add galacticcouncil/hydration-node@hydration_cl0wdit -y
```

Package: galacticcouncil/hydration-node
Source: https://github.com/galacticcouncil/hydration-node/tree/master/ai_skills/hydration_cl0wdit

### hydration_econ_research

Official Galactic Council skill from galacticcouncil/hydration-simulations.

Install:

```bash
npx skills add galacticcouncil/hydration-simulations@hydration_econ_research -y
```

Package: galacticcouncil/hydration-simulations
Source: https://github.com/galacticcouncil/hydration-simulations/tree/main/ai_skills/hydration_econ_research

## galacticcouncil/hydration-node package overview

Includes 2 official skills: circuit-breaker-incident, hydration_cl0wdit.

### Top skills in this package

- circuit-breaker-incident: Official Galactic Council skill from galacticcouncil/hydration-node.
- hydration_cl0wdit: Official Galactic Council skill from galacticcouncil/hydration-node.

### Install

Install the full package:

```bash
npx skills add galacticcouncil/hydration-node -y
```

Install a specific skill:

```bash
npx skills add galacticcouncil/hydration-node@circuit-breaker-incident -y
```

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

Source: https://github.com/galacticcouncil/hydration-node#readme
