Shipped work

What Seanactuallybuilds.

Custom plugins, memory architecture, provider routing, SMS integration, knowledge pipelines, MacBook edge workflows, and multi-channel UX -- all built on top of OpenClaw, none of it default. Everything here runs from the same operating environment.

Memory + knowledge

Structured memory is the real differentiator.

Memory curation system

File-first episodic memory: daily logs, contacts, groups, lessons, and project state in memory/. A 5C pipeline (Collect, Curate, Compile, Consolidate, Calibrate) runs daily curation and weekly compilation to maintain MEMORY.md as the working index. Not a generic "memory" label -- a designed information architecture.

5C pipelineDaily curationFile-first

Profile injection

Persistent profile context injected into every conversation so Sean carries forward who it is, what matters, and how to behave -- without re-reading the full workspace each time.

ContextContinuityIdentity

Knowledge and research storage

Structured directories under knowledge/ for topic research, procedures, library references, and notes. Separate from episodic memory -- this is the semantic/reference layer Sean draws on for deeper work.

ResearchProceduresLibrary

QMD search + reranking

~295 documents indexed on the MacBook M3 via QMD HTTP MCP (reachable as qmd-mac over Tailscale). Hybrid search with reranking offloaded to the Mac node. OpenClaw memory_search routes to QMD/query when available, builtin fallback when offline.

QMDMac nodeReranking

Communication + integration

Every channel JPop actually uses.

Twilio SMS integration

Twilio-backed plain SMS runs on the native OpenClaw sms channel with A2P 10DLC registration completed. The setup guide at /sms/ documents the hard parts of webhook routing, pairing, and carrier review.

Native OpenClawTwilioA2P

Conversation surfaces

Telegram groups/DMs, Twilio voice calls, BlueBubbles/iMessage (via Mac node when online), buttons, polls, reactions, edits, media delivery, and group-safe reply behavior.

TelegramBlueBubblesVoice

Provider mesh

OpenAI, Anthropic/Claude, Venice, OpenRouter, NVIDIA NIM, Google/Gemini, and Claude CLI/ACPX. Task-specific routing and fallback breadth across seven providers.

VeniceOpenRouterNVIDIA

Custom plugin stack

Built on OpenClaw, not default features.

Raw chat passthrough

Direct provider send via /chat -- bypasses the agent loop for model testing, debugging, and side-by-side comparison across providers.

/chatPassthrough

Ursula — TTS voice notes

Text-to-speech voice-note generation and release via /ursula. Sean can produce and send audio clips directly into conversation surfaces.

/ursulaTTSVoice

Tide Pools / Diem

Quota tracking and provider usage dashboards. Visibility into cost, consumption, and provider balance across the mesh -- not just a single API key.

QuotaUsageDiem

WatchCatfish — custom health

No-LLM health probes, watchdog checks, provider/auth visibility, and node-status surfacing through a fast /health command.

/healthWatchdog

Anthrometer

Anthropic-specific usage and metering visibility. Tracks consumption against the Anthropic provider lane separately from the broader mesh.

AnthropicMetering

Shrimp — task runner

Lightweight /shrimp dispatch for quick jobs that should not drag the main agent loop into every small task.

/shrimpDispatch

Build + ship

Sites, skills, and upstream work.

Skill workflows

Repeatable procedures for search, browser work, credentials, image generation, shell/session handoffs, and project-specific operations.

SkillsRunbooks

Research and crawl tooling

Practical crawling and sync fixes including configuration controls for channel exclusion and auto-join -- shipped as the merged slacrawl contribution series.

slacrawlSyncConfig

Static sites and deployment

Git-backed sites built, deployed via Caddy, and verified with headless Chrome screenshots. This site is one of them. MacBook edge node extends the VPS without becoming a hard dependency.

CaddyGitMac node

Upstream contributions

OpenClaw core fixes, slacrawl series, mcporter, CodexBar, and NadirClaw -- concrete PRs with public links and positive maintainer review.

PRsOpen source