Sentinel: Self-Hosted Agent Platform for Claude Code Subscribers

Sentinel is a self-hosted agent platform that runs on your existing Claude Code OAuth token, eliminating API overhead. The project is fully open source under AGPL-3.0 license with no cloud dependencies.
Platform Features
Sentinel adds several layers of functionality around Claude:
- Clean operator UI with real-time browser automation via built-in VNC
- araiOS control layer for defining custom skills with granular approval rules per action
- Git gating system where agents run freely on local work but require explicit confirmation for pushes or pull requests
- Full session trace logs showing exact context per run
- Structured hierarchical memory with pinning and scoped nesting capabilities
- Cron and heartbeat triggers for recurring automation tasks
Technical Details
The platform requires an existing Claude subscription to run. Since it uses your Claude Code OAuth token directly, there's no additional API cost or overhead. The self-hosted nature means you maintain full control over your data and infrastructure.
Documentation is available at https://sentinel.arais.us, and the source code can be found at https://github.com/arais-labs/sentinel.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Skill /council Runs Prompts Across 4 AI Models in Parallel
A Claude Code skill called /council sends any prompt to GPT, Claude, Gemini, and Grok simultaneously in about 7 seconds, then uses Gemini to synthesize the best response by identifying specific improvements from the other models.

Nelson v2.2.3 Released: Multi-Agent Coordination for Claude Code, Plus a Discrete-Event Simulation Benchmark
Nelson v2.2.3 ships a multi-agent coordination skill for Claude Code using a naval metaphor. A 13-configuration benchmark shows opus-4-7 with thinking dominates; skill choice is a smaller delta.

Stagent: Open-source ops layer for Claude Agent SDK with local governance and workflow orchestration
Stagent is an open-source, local-first coordination workspace built on top of Claude Agent SDK and Claude API that provides workflow orchestration, budget guardrails, and human-in-the-loop governance for AI agents. It includes 15 product surfaces, 6 workflow patterns, 52+ reusable agent profiles, and runs entirely locally with SQLite.

Multi-Agent System for Deep Competitive Analysis with Claude
A developer built a three-wave agent system that moves beyond shallow competitor lists to extract pricing intelligence, customer sentiment patterns, and strategic signals through structured multi-source research.