Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Company Brain Core OS

Free, local, deterministic knowledge base for AI agents. 443 verified facts, instant cache (122x speedup), no hallucinations. MIT license.

Audits

Suspicious

Install

openclaw skills install company-brain-os

Company Brain Core OS

Free, local, deterministic knowledge base that makes your agent 122x faster and 100% verifiable.

Install:

clawhub install company-brain-os

Start:

cd ~/.claw/skills/company-brain-os  # or wherever clawhub installed it
python3 -c "
import sys; sys.path.insert(0, '.')
from brain_wrapper import Brain
b = Brain()
print('Facts loaded:', len(b.query_facts('').get('concepts',[])))
print('Brain ready at http://localhost:8000')
"

Test:

curl -s http://localhost:8000/health

What Is It

Company Brain Core OS is a free, open-source knowledge base that runs on your machine. No cloud. No API keys. No hallucinations.

FeatureStatus
443 verified factsStored in local PGLite database
122x cache speedupCold: 974ms → Warm: 8ms
Intent classification4 categories (strategy, product, data, operations)
Zero hallucinationsEvery answer backed by stored knowledge
Self-improvingAdd facts via markdown files, brain auto-learns

Use Cases

  • AI agents that need reliable knowledge — no more "I think..." or "It appears..."
  • Fast repeat queries — cache makes common questions instant
  • Deterministic answers — same question = same answer, every time
  • Local-first — your data stays on your machine

Integration with Self-Improving Tools

Works with:

  • self-improving → Logs corrections to brain
  • proactive → WAL writes to brain for persistence
  • memory → Brain handles facts, memory handles user prefs
  • learning → Adapts based on brain's domain knowledge
  • hermes-learning-loop → Extracts skills from brain interactions

Bundle: clawhub install certainlogic-self-improving-stack


Metrics (Measured on Production)

MetricValue
Facts DB443 concepts
Cache speedup122x
Cold query974ms
Warm query8ms
Accuracy vs raw LLM92.8%

Free vs Pro

FeatureFree (this)Pro (coming)
Local knowledge base
Basic caching
Intent routing
Community facts
Team sharing
Cloud sync
Advanced analytics
Priority support

Pro pricing: $29/month (planned)


License

MIT — free to use, modify, distribute.

Built with brutal honesty by CertainLogic