ask-lore
SkillSearchQuery Lore, the librarian agent, to search the owner's personal knowledge base. Use when looking up stored documents, personal records, insurance, manuals, notes, vehicles, or any "do I have a document about X?" type question.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ask-lore skill
What this skill tells your AI
The instructions your AI receives, as published by fdu-ins/insurance-skills in Skills/ask-lore/SKILL.md and read by ahel’s review.
Query Lore, the librarian agent, to search the owner's personal knowledge base.
When to Use
- Looking up documents, files, or information the owner has stored
- Questions about personal records, insurance, manuals, notes, vehicles, etc.
- Any "do I have a document about X?" type query
How to Use
Run the query script:
python3 /home/fera/agents/main/workspace/.claude/skills/ask-lore/query_lore.py "your question here"
Or use it inline from Python:
import sys
sys.path.insert(0, '/home/fera/agents/main/workspace/.claude/skills/ask-lore')
from query_lore import query_lore
import asyncio
result = asyncio.run(query_lore("What insurance documents do we have?"))
print(result)
Notes
- Lore runs as the
librarianagent on the Fera gateway - She has access to the knowledge base at
/home/fera/agents/librarian/knowledge/ - The session is persistent (
librarian/dm-fera) — she remembers conversation context within a session - Responses are streamed and collected; default timeout is 120s
Signals
- GitHub stars
- 73
- Forks
- 19
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
ask-lore- Source
- github.com/fdu-ins/insurance-skills