Restore soft-deleted data in the RAG database — undo a previous forget/delete operation
From claude-ragnpx claudepluginhub thisisyoyodev/claude-plugins --plugin claude-ragThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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."