sqlite
Use when the user asks about: - SQLite database in containers - SQLite CLI tools - The sqlite candy
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
---
name: "sqlite"
description: "Use when the user asks about: - SQLite database in containers - SQLite CLI tools - The sqlite candy"
license: "MIT"
---
# sqlite -- SQLite database CLI
## Candy Properties
| Property | Value |
|----------|-------|
| Install files | `charly.yml` (packages only) |
| Depends | none |
## Packages
RPM: `sqlite`
## Usage
```yaml
# box charly.yml — a box composes the candy through a <box>-candy child node
my-box:
candy:
base: fedora
my-box-candy:
candy:
- sqlite
```
## Used In Boxes
- `openclaw-full` (via `openclaw-full` metalayer)
## Related Candies
- `/charly-coder:dev-tools` -- common dev CLI bundle that pairs with sqlite
- `/charly-openclaw:openclaw-full` -- parent metalayer that bundles sqlite
## Related Commands
- `/charly-core:shell` -- run sqlite3 inside the container
- `/charly-core:cmd` -- one-shot sqlite query in a running service
## When to Use This Skill
Use when the user asks about:
- SQLite database in containers
- SQLite CLI tools
- The `sqlite` candy
## Related
- `/charly-image:layer` — candy authoring reference (`charly.yml` schema, task verbs, service declarations)
- `/charly-check:check` — declarative testing (`check:` block, `charly check box`, `charly check live`)More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

