HybridClaw gives Discord, web, and terminal users the same memory, the same guardrails, and the same reliable execution flow.
npm install -g @hybridaione/hybridclaw
HybridAI gives HybridClaw a strong enterprise foundation: security, compliance alignment, and document-grounded intelligence.
Each bot can have its own focus, tone, and knowledge. Use one for deep research, one for support, and one for day-to-day team productivity.
Built for teams that need trustworthy controls and secure operations by default.
Designed for real business workflows, team governance, and operational reliability.
Strong fit for organizations prioritizing EU-centric infrastructure and data posture.
Supports privacy-conscious deployment strategies and compliance-driven teams.
Ground answers in your organization’s knowledge for higher relevance and confidence.
Turn internal documents into practical, searchable context your digital coworker can use.
Core actions are grouped into six outcomes so teams can scan value quickly without feature overload.
Use workspace memory and knowledge grounding to produce responses your team can act on immediately.
Run useful actions behind trust acceptance, runtime guardrails, and instruction approval checks so automation stays controlled.
Share one assistant behavior across Discord, web, and terminal without managing separate bot personalities.
Persist and compact long-running conversations so quality stays high even as sessions grow.
Schedule recurring or one-shot tasks so your assistant continues work without manual reminders.
Track status, sessions, tamper-evident audit history, approval decisions, and observability export health from one runtime surface.
| Area | HybridClaw | OpenClaw | NanoClaw | PicoClaw |
|---|---|---|---|---|
| Onboarding | Explicit trust acceptance | Strong default flow | Quick startup flow | Minimal setup path |
| Security & Trust | Trust-first policy posture | Solid baseline controls | Lean safeguards | Minimal guardrails |
| Runtime Control | Live config updates | Setup-dependent tuning | Simple control surface | Minimal controls |
| Digital Coworker Feel | Memory + proactive follow-up | Strong continuity model | Lightweight continuity | Short-turn focus |
| Enterprise Readiness | Hash-chained audit plus local instruction approval controls | Strong base, extended per team | Lean core + add-ons | Minimal footprint strategy |
| Cross-Channel Consistency | One assistant brain across channels | Often one primary channel | Light multi-channel support | Mostly single-channel simplicity |
HybridClaw keeps one shared assistant brain across channels while running actions with safety guardrails.
HybridClaw is optimized for quick responses, even when your team uses it all day.
Clear runtime surfaces make it easier to monitor, maintain, and trust in production.
Guardrails are built in so teams can unlock automation without sacrificing control.
Structured prompting keeps behavior stable, reliable, and aligned with your standards.
For technical teams who want to understand how HybridClaw is built and operated.
Node.js gateway with persistent session state, scheduling, and HTTP endpoints for status, chat, and commands.
Append-only wire logs are SHA-256 hash-chained for tamper-evident immutability, with searchable events, verification, and approval history.
Trust-model acceptance is required during onboarding, execution uses runtime guardrails by default, user-directed browser auth-flow testing is supported, and TUI blocks on unapproved instruction changes.
Structured hook pipeline: bootstrap, memory, safety, and proactivity, plus history/token budgets and prompt-mode tiers for predictable context size control.
Typed config.json with defaults, validation, and hot reload. Secrets remain in .env.
Persistent workspace memory plus long-session compaction keeps conversations responsive without losing important context.
OpenClaw/CLAUDE-compatible SKILL.md support with multi-tier discovery, prompt embedding modes (always/summary/hidden), eligibility checks, and trust-aware security scanning.
Read-first routing prefers web_fetch for static retrieval, emits escalation hints on JS/app-shell/bot-blocked pages, and guides browser extraction with full snapshots for dynamic content.
Shared assistant behavior across Discord, web, and terminal, powered by HybridAI bots and model selection.
Structured audit events are pushed to HybridAI observability ingest with cursor-based delivery, auto-managed bot-scoped ingest tokens, and per-turn token usage metrics.
Runtime supports start, stop, and restart flows with graceful shutdown handling for both managed and unmanaged gateway processes.
From reading content to taking action, HybridClaw can complete real workflows end-to-end.
Bootstrap files give your agent identity, memory, and purpose. Each bot gets its own persistent workspace.
| File | Purpose |
|---|---|
| SOUL.md | Personality and behavior |
| IDENTITY.md | Name, avatar, style |
| USER.md | Info about the user |
| MEMORY.md | Persistent memory across sessions |
| TOOLS.md | Tool usage notes and tips |
| HEARTBEAT.md | Tasks to check during heartbeat |
| BOOT.md | Startup instructions |
| AGENTS.md | Conventions and guidelines |
Install, initialize trust, start the runtime, then connect your preferred interface.
npm install -g @hybridaione/hybridclaw
hybridclaw onboarding to accept trust model and generate config.json.
hybridclaw gateway to launch the core service with your configured bot/model.
Use Discord or run hybridclaw tui for a terminal-native chat experience. If core instructions changed, TUI asks you to approve first.
Use hybridclaw gateway restart when config or runtime behavior changes and keep observability export aligned.
# 60-second flow npm install -g @hybridaione/hybridclaw hybridclaw onboarding hybridclaw gateway hybridclaw tui
config.json with policy version and timestamp so operators can prove security acknowledgement. Technical runtime controls are documented separately in SECURITY.md.config.json (with defaults, validation, and hot reload). Keep .env for secrets like API tokens and credentials.web_fetch for static/read-only retrieval. HybridClaw escalates to browser automation for JavaScript-heavy apps, auth-gated flows, interaction steps, or when web_fetch reports hints like javascript_required, spa_shell_only, empty_extraction, boilerplate_only, or bot_blocked.hybridclaw audit verify <sessionId> to validate integrity, and hybridclaw audit approvals --denied to review denied actions.hybridclaw audit instructions to review status and hybridclaw audit instructions --approve to approve updates. Approval decisions are audit logged.hybridclaw tui for the terminal UI. The same assistant behavior and context model is shared across supported interfaces.bot set and model set commands.model list and switch per channel at any time.memory/YYYY-MM-DD.md) and curates long-term insights into MEMORY.md. Before session compaction, a dedicated flush turn ensures durable notes are persisted. These files plus SOUL.md are injected into every request, giving the agent continuous, growing context.SKILL.md frontmatter, including always, requires, and metadata fields. Skills can be loaded from workspace, project .agents/skills, personal (~/.codex/~/.claude/~/.agents), bundled, or enterprise extra directories; higher-priority tiers override lower ones. Trust-aware scanning blocks risky personal/community skills while allowing vetted bundled skills.