بنقرة واحدة
recall
Search or list knowledge stored in Larvling's memory
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search or list knowledge stored in Larvling's memory
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Query, insert, update, or inspect tables in the larvling SQLite database (larvling.db). Use when the user asks to search sessions, messages, topics, statements, tasks, or updates, run reports, or interact with the larvling database.
Show a quick overview of Larvling's state
Audit and consolidate Larvling's knowledge base, tasks, and sessions
Export a session conversation to markdown
Remove stored knowledge from Larvling's memory
Store knowledge that Larvling will remember across sessions
| name | recall |
| description | Search or list knowledge stored in Larvling's memory |
| argument-hint | [search term] |
Schema:
topics (id INTEGER PK AUTO, title TEXT NOT NULL, domain TEXT NOT NULL, tags TEXT NOT NULL, created TEXT, updated TEXT)statements (id INTEGER PK AUTO, topic_id INTEGER FK→topics(id), claim TEXT NOT NULL, created TEXT, updated TEXT)Search for relevant knowledge by keyword, topic, or any available context. Use JOINs to show topic context with statements.
Run SQL via:
$PY "${CLAUDE_PLUGIN_ROOT}/scripts/query.py" "<SQL>"
Group results by topic with clear hierarchy:
**Topic: Python Discovery** (technical) — tags: python, portability
- [13] Larvling skills use `$PY` instead of hardcoded python3
- [16] `python3` breaks Windows, `python` breaks macOS
**Topic: Migration Strategy** (technical) — tags: sqlite, schema
- [6] Simple additive changes only require bumping SCHEMA_VERSION
If no argument given, list all topics with statement counts. If no results found, say so briefly.
REQUIRED: You MUST call AskUserQuestion (type: Decision) with these options after presenting results. Do not end your response without this menu: