Use when asked to delete, remove, purge, wipe, or "get rid of" an Open Brain thought, or before calling delete_thought (the open-brain-delete-thought connector), which HARD-deletes with no undo. Also use when tempted to delete a thought that is merely outdated or wrong. To edit or deprecate instead of removing, see updating-thoughts.
69
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
delete_thought (the open-brain-delete-thought connector) performs a hard
delete — the row is gone the moment it returns, with no tombstone, no
soft-delete, and no restore. Recovery depends entirely on database backups. The
Open Brain maintainer's stance is "deprecate and version rather than
delete." So deletion is a last resort, and every delete must target an id you
verified this session.
Violating the letter of these rules is violating their spirit.
Delete only when both hold:
If the thought is merely outdated, wrong, or superseded, update it or tag it
superseded instead — see the updating-thoughts skill.
search_thoughts / list_thoughts. delete_thought
takes a UUID; never delete an id you typed from memory.find_derivatives
(and/or related_thoughts) on the thought. If other thoughts were derived
from it, deleting orphans their provenance chain — those derivatives lose
the source they point back to. Prefer deprecating over deleting in that
case. Tool names may carry a connector prefix; use whatever the environment
exposes.delete_thought(id). It pre-checks
existence (a clean "not found" if already gone) and returns the prior content
length as a receipt. Report that receipt to the user.delete_thought on an id you did not get from a search this
session.All of these mean: pause, search, show the thought, and confirm first.
| Excuse | Reality |
|---|---|
| "It's obviously junk." | Show it and confirm anyway — "obvious" is exactly where wrong deletes happen. |
| "Faster to delete than to tag." | Speed never justifies an irreversible loss. Tag or deprecate instead. |
| "The user probably meant this one." | Probably ≠ confirmed. Resolve the id and show it. |
| "I'll just re-capture if it was wrong." | Re-capture loses the original metadata, embedding history, and provenance links. |
A receipt naming the deleted id and its prior content length. Always report it so there is a record of what was removed.
open-brain-delete-thought, auth via ?key= or the x-brain-key
header — the same MCP_ACCESS_KEY as your core Open Brain connector.schemas/thought-audit table and write
an audit row before deleting (see the integrations/delete-thought-mcp
README's extension hook).238df6c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.