# Atuin

> atuin — magical shell history with sync, search, and stats

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

---

# atuin Plugin

Atuin replaces your shell history with a searchable, encrypted SQLite database, adding context (exit code, duration, directory) and optional end-to-end encrypted sync across machines.

## Quickstart

```bash
# Import existing shell history
atuin import auto

# Interactive fuzzy search of history (also bound to Ctrl-R)
atuin search --interactive

# Search non-interactively for a command
atuin search "git push"

# Show usage stats
atuin stats

# Register and sync history across machines
atuin register -u <username> -e <email>
atuin sync
```

