# Quickstart

> motus - Password Generator

- Skill: `javimosch/quickstart-487` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-487`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-487/raw
- Safety review: pending
- 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/quickstart-487

---

# motus - Password Generator

## Overview
motus is a dead simple password generator. Generate memorable passwords, random passwords, and PINs.

## Quick Start

### Generate a password
```bash
sc motus generate password
```

### Passthrough to motus CLI
```bash
sc motus _ <motus-args>
```

## Key Features

- **Simple**: Dead simple password generation
- **Memorable**: Generate memorable passwords
- **Random**: Generate random passwords
- **PINs**: Generate PIN codes
- **Headless**: Works in headless environments
- **SSH Friendly**: Suitable for SSH usage

## Installation

```bash
cargo install motus
```

Also available via:
- Homebrew
- Debian/Ubuntu packages

## Usage Examples

### Generate memorable password
```bash
motus
```

### Generate random password
```bash
motus --random
```

### Generate PIN
```bash
motus --pin
```

### Specify length
```bash
motus --length 16
```

## Notes

- Run `motus --help` to see all available options

