# OpenCyphal AI Agent Skills

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

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

Official page: https://skillscout.sh/official/opencyphal/
Markdown page: https://skillscout.sh/official/opencyphal/opencyphal_skills_skillscout.md
Vendor website: http://opencyphal.org/

## Prompt for your agent

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

### opencyphal/pycyphal

Includes 3 official skills: comment-cleanup, cyphal-parity-guard, review-loop.

Install:

```bash
npx skills add opencyphal/pycyphal -y
```

Source: https://github.com/OpenCyphal/pycyphal

## Individual skills

### comment-cleanup

Official OpenCyphal skill from opencyphal/pycyphal.

Install:

```bash
npx skills add opencyphal/pycyphal@comment-cleanup -y
```

Package: opencyphal/pycyphal
Source: https://github.com/OpenCyphal/pycyphal/tree/master/.claude/skills/comment-cleanup

### cyphal-parity-guard

Official OpenCyphal skill from opencyphal/pycyphal.

Install:

```bash
npx skills add opencyphal/pycyphal@cyphal-parity-guard -y
```

Package: opencyphal/pycyphal
Source: https://github.com/OpenCyphal/pycyphal/tree/master/.codex/skills/cyphal-parity-guard

### review-loop

Official OpenCyphal skill from opencyphal/pycyphal.

Install:

```bash
npx skills add opencyphal/pycyphal@review-loop -y
```

Package: opencyphal/pycyphal
Source: https://github.com/OpenCyphal/pycyphal/tree/master/.claude/skills/review-loop

## opencyphal/pycyphal package overview

Includes 3 official skills: comment-cleanup, cyphal-parity-guard, review-loop.

### Top skills in this package

- comment-cleanup: Official OpenCyphal skill from opencyphal/pycyphal.
- cyphal-parity-guard: Official OpenCyphal skill from opencyphal/pycyphal.
- review-loop: Official OpenCyphal skill from opencyphal/pycyphal.

### Install

Install the full package:

```bash
npx skills add opencyphal/pycyphal -y
```

Install a specific skill:

```bash
npx skills add opencyphal/pycyphal@comment-cleanup -y
```

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

Source: https://github.com/opencyphal/pycyphal#readme
