# Digikam Search

> Find digikam notes and digikam setup information. Use when asked to search my digikam, find digikam media, or look up anything about the digikam configuration or database.

- Skill: `gkwa/digikam-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gkwa/digikam-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gkwa/digikam-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gkwa (https://skillmd.com/u/gkwa)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gkwa/digikam-search

---


## Searching digikam

To find notes about the digikam setup — database location, SQLite schema, collection paths, sidecar settings, search queries, or anything else digikam-related — use islandiguana to retrieve all vault notes tagged `digikam`:

```sh
/Users/mtm/go/bin/islandiguana "/Users/mtm/Documents/Obsidian Vault" '.tags[] == "digikam"'
```

Read the returned notes.

They contain the authoritative information on where digikam stores its database, how to query it, where collection roots are defined, and how to search media.

