# Beankeeper

> Use this skill to work with encrypted SQLite databases from the command line.

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

---

# beankeeper Plugin
CLI for SQLCipher-encrypted SQLite databases.
## Commands
- `beankeeper _ _` — Passthrough to beankeeper CLI
## Installation
```bash
cargo install beankeeper
```
## Examples
```bash
beankeeper list --json db.sqlite
```
## Key Features
- **Encrypted SQLite** — SQLCipher support
- **JSON output** — Pipeline-friendly
- **Rust-powered** — Fast execution

