company-brain-os

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "company-brain-os" with this command: npx skills add certainlogicai/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Baby Ruth

Provides detailed history and analysis of the Baby Ruth candy bar, covering its branding, ownership changes, and the Babe Ruth naming controversy.

Registry SourceRecently Updated
Research

Japan Business Operations (EDITION)

Japan Operations OS — Verified knowledge across 10 domains for AI agents operating in the Japanese market. Regulations, protocols, calendar, regional, foreig...

Registry SourceRecently Updated
Research

stock-invest-master

股票投资分析。A股港股美股。10位投资大师(格雷厄姆巴菲特芒格段永平林奇费雪索罗斯马克斯达利欧西蒙斯) x 六层框架(志道势法术器)。个股分析估值财报资金流向13F northbound southbound insider trading PE PB ROE DCF PEG valuation moat mar...

Registry SourceRecently Updated
Research

Kg Note Method Obsidian

Obsidian笔记库按KG笔记法整理——四种笔记类型、链接权限、关系中转、命名规范、新旧分离。自动纠错+建关系+去重+补缺+无关内容分离+分层加载

Registry SourceRecently Updated