Flux-Point-Studios

Poi Openclaw — Development skill for Claude Code

Development community

Zero-friction PoI recorder for OpenClaw (Claude Code) sessions.

How to install Poi Openclaw

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Flux-Point-Studios/poi-openclaw and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Poi Openclaw does

Zero-friction PoI recorder for OpenClaw (Claude Code) sessions.

Alternatives in Development

  • Friction Protocol — Friction protocol — convention 29.1k ★
  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Sanitize — Detect and redact PII from text files — 15 categories (SSNs, credit cards, API keys, etc.), zero dependencies 3.1k ★

README

PoI OpenClaw

Zero-friction Proof of Inference recorder for OpenClaw (Claude Code) sessions.

Quick Start

# Install the CLI
npx @fluxpointstudios/poi-openclaw@latest install

# Set your partner key
export POI_PARTNER_KEY="your-key-here"

# Start recording + anchoring
poi-openclaw start

What It Does

  • Tails OpenClaw session logs (JSONL) from disk
  • Builds PoI bundles with hash-only redaction by default (safest)
  • Anchors to Cardano via partner key (no wallet management needed)
  • Zero K8s assumption - works on Linux, macOS, Windows

Packages

Package Description
@fluxpointstudios/poi-sdk-recorder-openclaw Core recorder library + daemon
@fluxpointstudios/poi-openclaw CLI for install/start/doctor commands

Commands

poi-openclaw install    # Set up config file
poi-openclaw start      # Start the recorder daemon
poi-openclaw doctor     # Check configuration and paths

Configuration

Default config location:

  • Linux/macOS: ~/.config/poi-openclaw/openclaw.yaml
  • Windows: %APPDATA%/poi-openclaw/openclaw.yaml

See `examples/openclaw.yaml` for full configuration options.

Deployment Options

  • Local: Just run poi-openclaw start
  • Docker: See examples/docker-run.md
  • systemd: See examples/systemd.md
  • Windows Service: See examples/windows.md

License

MIT