Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

query

النجوم٣
التفرعات١
آخر تحديث١٠ مايو ٢٠٢٦ في ٢٣:٣٧

Search, retrieve, and synthesize information from the personal knowledge base (KB). Use this skill whenever the user asks what they know about a topic, wants to find notes, wants a summary of their knowledge on something, asks to "look in the KB", or phrases a question as if they expect the answer to come from their own notes (e.g. "what have I written about X", "do I have anything on Y", "pull up my notes on Z", "what do I know about W"). Also trigger when the user asks a technical question that could plausibly be answered from their own knowledge base before searching the web. **How to run search (shared script):** ```bash brain/scripts/kb-search/.venv/bin/python brain/scripts/kb-search/search.py "QUERY" --top-k 5 --json ``` **How to rebuild index (shared script):** ```bash brain/scripts/kb-search/.venv/bin/python brain/scripts/kb-search/index.py full ```

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly