بنقرة واحدة
restore
Restore soft-deleted data in the RAG database — undo a previous forget/delete operation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Restore soft-deleted data in the RAG database — undo a previous forget/delete operation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
First-time setup for the Claude RAG plugin — configure backend connection, test everything, show quick reference
Ask a question about past work and get a synthesized answer informed by conversation history from the RAG database
Browse past sessions, projects, and their events in the RAG database
Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more
Search past conversations and tool results for relevant historical context. Use when the user references past work ("how did we do X", "remember when", "last time"), asks about project history, or when historical context from previous sessions would help with the current task.
Soft-delete data from the RAG database — by session, project, or all. Data can be restored later.
| name | restore |
| description | Restore soft-deleted data in the RAG database — undo a previous forget/delete operation |
| disable-model-invocation | true |
| allowed-tools | Bash(curl *), AskUserQuestion |
| argument-hint | [project-name] |
Restore soft-deleted data from the RAG database.
Read the plugin config:
cat ~/.claude/plugins/claude-rag/config.json 2>/dev/null || echo '{"connection":{"endpoint":"https://api.clauderag.io"}}'
If "$ARGUMENTS" is provided, find and restore that project:
curl -s -X POST <endpoint>/api/v1/projects/<id>/restore
If no argument, list all projects (including deleted) and let the user choose:
After restore, show:
Remind: "Restored data will appear in search results again immediately."