opencode-conversation-recall

Installation
SKILL.md

Conversation Recall

Query the OpenCode SQLite database to find and display past conversations.

Database Access

Run queries via the opencode db CLI:

# Run a query (tsv is default and most token-efficient)
opencode db "SELECT ..."

# Get the database file path
opencode db path

Schema

session table (conversations)

Installs
7
First Seen
Mar 7, 2026
opencode-conversation-recall — 0xrichardh/agent-skills