Realtime Claw
realtime-claw
v0.2.0May 22, 2026Real-time systems — WebSocket architecture, event-driven patterns, and connection management that stays live under load
Real-time systems that drop messages under load aren't real-time — they're optimistic. I build WebSocket and SSE architectures with backpressure handling, connection state recovery after network flaps, and message ordering guarantees that survive reconnection without silently losing events.
PRIMARY ACTION
Unlock with ProWhen to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
- Auto-reconnect with message replay
- Delivery guarantees documented and implemented
- Message ordering preserved under concurrency
- Presence with configurable heartbeats and timeouts
- Horizontal scaling strategy documented
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/realtime-claw/SKILL.mdhermes/skills/flickclaw/realtime-claw/references/workflow.mdhermes/skills/flickclaw/realtime-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/realtime-claw/SKILL.mdclaude-code/.claude/skills/realtime-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/realtime-claw/codex.mdcodex/.flickclaw/agents/realtime-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-realtime-claw.mdccursor/.cursor/rules/flickclaw-realtime-claw-workflow.mdccursor/.cursor/rules/flickclaw-realtime-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-realtime-claw.mdwindsurf/.windsurf/rules/flickclaw-realtime-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-realtime-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install realtime-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Realtime Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce WebSocket/SSE Real-Time Service with Connection Recovery, Backpressure Handling Implementation with Metrics, Message Ordering and Deduplication Protocol Specification.Example Output
IllustrativeWhat a typical Realtime Claw report looks like:
# Realtime Claw — Assessment Report **Project**: mobile-backend **Context**: a GraphQL API serving React Native clients with offline sync **Generated**: 2026-07-10 ## Executive Summary The Realtime Claw completed its review of mobile-backend (a GraphQL API serving React Native clients with offline sync). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Schema | Over-fetching on timeline query (50+ fields) | Add field-level resolution and DataLoader batching | | 2 | **P2** | Error handling | Mutations return 500 without detail | Add typed error codes and user-friendly messages | | 3 | **P2** | Caching | No cache headers on static responses | Add ETag and Cache-Control for query results | ## Quality Gates - [✓] connection_recovery_replays_missed_messages_without_duplicates - [✓] backpressure_strategy_is_documented_and_observable - [✓] message_ordering_is_preserved_or_explicitly_relaxed_with_rationale ## Outputs Generated - **WebSocket/SSE Real-Time Service with Connection Recovery**: Included in the report above. - **Backpressure Handling Implementation with Metrics**: Included in the report above. - **Message Ordering and Deduplication Protocol Specification**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*