gaia-unfeed

Remove an ingested document and its index entry from the Brain knowledge layer.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-unfeed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-unfeed
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-unfeed
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-unfeed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to remove unwanted or outdated documents from the Brain knowledge layer, ensuring the Brain remains up-to-date and relevant.

Core Features & Use Cases

  • Document Removal: Atomically deletes an ingested document and its corresponding index entry.
  • Safety Checks: Performs containment checks and atomic index updates to prevent data loss.
  • Use Case: If you have an outdated document in the Brain that is no longer needed, use this Skill to remove it safely and efficiently.

Quick Start

Remove the document with the slug 'my-api-docs' from the Brain knowledge layer.

Frequently Asked Questions about gaia-unfeed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove an ingested document from the Brain knowledge layer?

Document removal from the Brain knowledge layer atomically deletes the file and its corresponding index entry using a slug identifier, ensuring the Brain remains up-to-date without data loss.

How does atomic index management work when deleting a Brain document?

Atomic index management during document removal performs containment checks and validates index updates simultaneously, ensuring the ingested document and its index entry are deleted together to prevent data corruption.

Do I need bash and read tools to perform document removal from the Brain?

Yes, you need bash and read tools to perform document removal from the Brain knowledge layer, as these tools are required to execute the safety checks and validate the atomic index updates during deletion.

What is the best way to safely delete outdated documents from the Brain knowledge layer?

The best way to safely delete outdated documents from the Brain knowledge layer is using an atomic removal process that performs containment checks and validates index updates to prevent accidental data loss.

Why does document removal from the Brain knowledge layer require containment checks?

Containment checks are required during document removal to verify the target ingested document exists in the Brain knowledge layer before attempting atomic index updates, preventing failed deletions and data loss.