recall

star 0

Search the gopher-cli vault and other sources for previously saved notes, research, and digests

penserai By penserai schedule Updated 3/1/2026

name: recall description: Search the gopher-cli vault and other sources for previously saved notes, research, and digests argument-hint: [query]

Find information matching: $ARGUMENTS

Workflow

1. Search the vault first

Search across all saved notes, research, digests, and mirrors:

gopher-cli search vault/ "[query]"

2. Browse relevant directories

If the query suggests a category, browse into it directly:

gopher-cli browse vault/research/
gopher-cli browse vault/digests/
gopher-cli browse vault/mirrors/
gopher-cli browse vault/notes/

3. Expand to other sources

If vault results are thin, search across other namespaces:

gopher-cli search feed.hackernews/ "[query]"
gopher-cli search docs/ "[query]"

4. Read and present

Fetch the most relevant documents:

gopher-cli fetch vault/research/matching-note.md

Present results to the user with:

  • The document path (so they can find it again)
  • A brief summary of what's in each match
  • The full content of the best match

Keep it concise — the user wants answers, not a wall of text.

Install via CLI
npx skills add https://github.com/penserai/gopher-cli --skill recall
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator