# Bitanon AI Agent Skills

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

Browse 12 official AI agent skills across 3 Bitanon repositories, with install commands and source links.

Official page: https://skillscout.sh/official/bitanon/
Markdown page: https://skillscout.sh/official/bitanon/bitanon_skills_skillscout.md
Vendor website: https://bitanon.dev/

## Prompt for your agent

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

### bitanon/cipherlib

Includes 4 official skills: add-cipher, benchmark, release, verify.

Install:

```bash
npx skills add bitanon/cipherlib -y
```

Source: https://github.com/bitanon/cipherlib

### bitanon/convertlib

Includes 4 official skills: fuzz-codecs, new-codec, preflight, release.

Install:

```bash
npx skills add bitanon/convertlib -y
```

Source: https://github.com/bitanon/convertlib

### bitanon/hashlib

Includes 4 official skills: bench, new-algorithm, preflight, release.

Install:

```bash
npx skills add bitanon/hashlib -y
```

Source: https://github.com/bitanon/hashlib

## Individual skills

### add-cipher

Official Bitanon skill from bitanon/cipherlib.

Install:

```bash
npx skills add bitanon/cipherlib@add-cipher -y
```

Package: bitanon/cipherlib
Source: https://github.com/bitanon/cipherlib/tree/main/.claude/skills/add-cipher

### benchmark

Official Bitanon skill from bitanon/cipherlib.

Install:

```bash
npx skills add bitanon/cipherlib@benchmark -y
```

Package: bitanon/cipherlib
Source: https://github.com/bitanon/cipherlib/tree/main/.claude/skills/benchmark

### release

Official Bitanon skill from bitanon/cipherlib.

Install:

```bash
npx skills add bitanon/cipherlib@release -y
```

Package: bitanon/cipherlib
Source: https://github.com/bitanon/cipherlib/tree/main/.claude/skills/release

### verify

Official Bitanon skill from bitanon/cipherlib.

Install:

```bash
npx skills add bitanon/cipherlib@verify -y
```

Package: bitanon/cipherlib
Source: https://github.com/bitanon/cipherlib/tree/main/.claude/skills/verify

### fuzz-codecs

Official Bitanon skill from bitanon/convertlib.

Install:

```bash
npx skills add bitanon/convertlib@fuzz-codecs -y
```

Package: bitanon/convertlib
Source: https://github.com/bitanon/convertlib/tree/master/.claude/skills/fuzz-codecs

### new-codec

Official Bitanon skill from bitanon/convertlib.

Install:

```bash
npx skills add bitanon/convertlib@new-codec -y
```

Package: bitanon/convertlib
Source: https://github.com/bitanon/convertlib/tree/master/.claude/skills/new-codec

### preflight

Official Bitanon skill from bitanon/convertlib.

Install:

```bash
npx skills add bitanon/convertlib@preflight -y
```

Package: bitanon/convertlib
Source: https://github.com/bitanon/convertlib/tree/master/.claude/skills/preflight

### release

Official Bitanon skill from bitanon/convertlib.

Install:

```bash
npx skills add bitanon/convertlib@release -y
```

Package: bitanon/convertlib
Source: https://github.com/bitanon/convertlib/tree/master/.claude/skills/release

### bench

Official Bitanon skill from bitanon/hashlib.

Install:

```bash
npx skills add bitanon/hashlib@bench -y
```

Package: bitanon/hashlib
Source: https://github.com/bitanon/hashlib/tree/master/.claude/skills/bench

### new-algorithm

Official Bitanon skill from bitanon/hashlib.

Install:

```bash
npx skills add bitanon/hashlib@new-algorithm -y
```

Package: bitanon/hashlib
Source: https://github.com/bitanon/hashlib/tree/master/.claude/skills/new-algorithm

### preflight

Official Bitanon skill from bitanon/hashlib.

Install:

```bash
npx skills add bitanon/hashlib@preflight -y
```

Package: bitanon/hashlib
Source: https://github.com/bitanon/hashlib/tree/master/.claude/skills/preflight

### release

Official Bitanon skill from bitanon/hashlib.

Install:

```bash
npx skills add bitanon/hashlib@release -y
```

Package: bitanon/hashlib
Source: https://github.com/bitanon/hashlib/tree/master/.claude/skills/release

## bitanon/cipherlib package overview

Includes 4 official skills: add-cipher, benchmark, release, verify.

### Top skills in this package

- add-cipher: Official Bitanon skill from bitanon/cipherlib.
- benchmark: Official Bitanon skill from bitanon/cipherlib.
- release: Official Bitanon skill from bitanon/cipherlib.
- verify: Official Bitanon skill from bitanon/cipherlib.

### Install

Install the full package:

```bash
npx skills add bitanon/cipherlib -y
```

Install a specific skill:

```bash
npx skills add bitanon/cipherlib@add-cipher -y
```

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

Source: https://github.com/bitanon/cipherlib#readme
