# Helium AI Agent Skills

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

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

Official page: https://skillscout.sh/official/helium/
Markdown page: https://skillscout.sh/official/helium/helium_skills_skillscout.md
Vendor website: https://helium.com/

## Prompt for your agent

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

### helium/helium-release-proposals

Includes 5 official skills: vote-close, create, release, review, vote-open.

Install:

```bash
npx skills add helium/helium-release-proposals -y
```

Source: https://github.com/helium/helium-release-proposals

## Individual skills

### vote-close

Official Helium skill from helium/helium-release-proposals.

Install:

```bash
npx skills add helium/helium-release-proposals@vote-close -y
```

Package: helium/helium-release-proposals
Source: https://github.com/helium/helium-release-proposals/tree/main/.claude/plugins/hrp/skills/vote-close

### create

Official Helium skill from helium/helium-release-proposals.

Install:

```bash
npx skills add helium/helium-release-proposals@create -y
```

Package: helium/helium-release-proposals
Source: https://github.com/helium/helium-release-proposals/tree/main/.claude/plugins/hrp/skills/create

### release

Official Helium skill from helium/helium-release-proposals.

Install:

```bash
npx skills add helium/helium-release-proposals@release -y
```

Package: helium/helium-release-proposals
Source: https://github.com/helium/helium-release-proposals/tree/main/.claude/plugins/hrp/skills/release

### review

Official Helium skill from helium/helium-release-proposals.

Install:

```bash
npx skills add helium/helium-release-proposals@review -y
```

Package: helium/helium-release-proposals
Source: https://github.com/helium/helium-release-proposals/tree/main/.claude/plugins/hrp/skills/review

### vote-open

Official Helium skill from helium/helium-release-proposals.

Install:

```bash
npx skills add helium/helium-release-proposals@vote-open -y
```

Package: helium/helium-release-proposals
Source: https://github.com/helium/helium-release-proposals/tree/main/.claude/plugins/hrp/skills/vote-open

## helium/helium-release-proposals package overview

Includes 5 official skills: vote-close, create, release, review, vote-open.

### Top skills in this package

- vote-close: Official Helium skill from helium/helium-release-proposals.
- create: Official Helium skill from helium/helium-release-proposals.
- release: Official Helium skill from helium/helium-release-proposals.
- review: Official Helium skill from helium/helium-release-proposals.
- vote-open: Official Helium skill from helium/helium-release-proposals.

### Install

Install the full package:

```bash
npx skills add helium/helium-release-proposals -y
```

Install a specific skill:

```bash
npx skills add helium/helium-release-proposals@vote-close -y
```

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

Source: https://github.com/helium/helium-release-proposals#readme
