CLAWG

agent
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 14 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

SMART-CLAWG — Open-source personal agent framework with a native shared Obsidian Second Brain. One context, every agent.

README.md
AGENTIC · INFRASTRUCTURE SMART CLAWG

Autonomous Agent Framework

Every agent you run, working from the same brain.

Stop re-explaining your context to each new session.
One shared vault holds who you are, how you work and what you know —
and every agent loads it from anywhere.


BizOS — build autonomous companies



X
YouTube


Open-source framework · native shared Obsidian Second Brain · master context files · shared skills, subagents, tools and APIs · per-agent identity profiles · Obsidian Sync across sessions


Every session can load shared markdown context from one vault so all agents work from the same source of truth:

  • master files (user.md, environment.md, philosophy.md)
  • shared capabilities (skills/, subagents/, tools/, api/, learning/)
  • per-agent profile files (identity.md, AGENTS.md, soul.md)

Access your context from any Claude Code session via Obsidian Sync.

Why CLAWG

  • One context runtime for all agents
  • Native markdown workflow (edit in Obsidian, reuse in CLI)
  • Shared tools and APIs across all agents
  • Multi-agent architecture with deterministic profile loading
  • Open-source and self-hostable

Quickstart

1) Install

curl -fsSL https://raw.githubusercontent.com/gquthier/CLAWG/main/scripts/install.sh | bash

Supported: macOS, Linux, WSL2.

2) Link your vault

clawg second-brain link --path "/path/to/your/Second Brain"

3) Initialize templates

clawg second-brain init --agent-id founder

4) Validate path resolution

clawg second-brain status

5) Start agent session

clawg --agent-id founder

Core commands

clawg
clawg setup
clawg model
clawg tools
clawg config
clawg gateway
clawg doctor
clawg update

clawg second-brain status
clawg second-brain link --path "<vault-path>"
clawg second-brain init --agent-id <id>

Second Brain reference layout

Second Brain/
  Large Memory/
    Projects/
  user.md
  environment.md
  philosophy.md
  api/
  learning/
  tools/
  skills/
  subagents/
  agents/
    founder/
      identity.md
      AGENTS.md
      soul.md

Documentation

Development

git clone https://github.com/gquthier/CLAWG.git
cd CLAWG
python3 -m venv .venv
source .venv/bin/activate
pip install -e .

Run checks:

python -m pytest tests/ -q

Contributing

  1. Open an issue describing the change.
  2. Create a branch from main.
  3. Keep pull requests focused and testable.
  4. Add docs updates when changing runtime behavior.

License

MIT - see LICENSE.



Building something that runs itself?

bizos.cc — build autonomous companies.


X
YouTube



Built by Gauthier Thiry

Reviews (0)

No results found