Real Skill packageSource verifiedClawHub registry

OMEM memory

Trustworthy, self-hosted memory for your agent: remember facts as beliefs with provenance, keep both sides when facts conflict instead of silently overwriting, check the belief state of any claim (BELIEVED_TRUE / CONTRADICTED / UNKNOWN), and prove why anything is believed with an evidence chain. Use when the agent needs to remember something across sessions, check what it knows about a person or entity, detect contradictory information, or produce an audit trail of what it believed and why. All data stays on the u…

Identity and source

Publisher attributiontroybrandonc-bitregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 61% rule confidence
Package forminstruction with code4 recorded files
Canonical sourceClawHub registryclawhub:troybrandonc-bit:omem-memory
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/1/2026.claude/skills/omem-memory

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/1/2026.agents/skills/omem-memory

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/1/2026skills/omem-memory

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @troybrandonc-bit/omem-memory
clawhub inspect @troybrandonc-bit/omem-memory --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
4 / 4 inspected as text
Checked
9/1/2026, 1:13:38 AM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • credential access — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/31/2026, 8:18:50 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:b237e56176d31e70fa8e43c014c6050bac59441778a103118e31d6fd6481c7c6
Show up to 4 recorded paths
  • README.md
  • scripts/omem.py
  • skill-card.md
  • skill.md

Source changelog

- Initial release of omem-memory: trustworthy, self-hosted memory for agent-based belief management. - Tracks both sides of conflicting facts, avoiding silent overwrites and enabling contradiction detection. - Provides provenance and an evidence chain for all beliefs, supporting audit trails and explainable reasoning. - All data is stored on the user’s self-hosted OMEM server; no external connections or data sharing. - Includes clear setup instructions and command-line tools for remembering, recalling, auditing, and checking beliefs.