# Petname

> Use this skill for petname operations.

- Skill: `javimosch/petname` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/petname`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/petname/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/petname

---


# petname Plugin

Random human-readable name generator for containers, machines, and resources.
Produces memorable two-word names suitable for hostnames and identifiers.

## Quick Start

```bash
# Generate a random name
sc petname

# Check version
sc petname self version

# Generate name with options
petname --words 3 --separator -
```

## Commands

- `sc petname` — Generate a random petname (no args needed)
- `sc petname self version` — Print petname version
- `petname --words 3 --separator -` — Custom words count and separator

## Installation

```bash
cargo install petname
sc plugins install petname
```

## Key Features

- **Pipeline-ready** — works with stdin/stdout
- **Memorable names** — two-word adjective-noun pairs
- **Customizable** — word count, separator, complex mode

