Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.selftune.dev/llms.txt

Use this file to discover all available pages before exploring further.

Status: Experimental

OpenClaw support is in early development with batch ingest and cron scheduling.

Ingest

selftune ingest openclaw [--agents-dir PATH] [--since DATE] [--dry-run] [--force] [--verbose]
FlagDescription
--agents-dir PATHPath to the OpenClaw agents directory
--since DATEOnly ingest sessions after this date
--dry-runShow what would be ingested
--forceRe-ingest already processed sessions
--verboseDetailed output

Cron scheduling

OpenClaw has a dedicated cron adapter:
selftune cron setup --platform openclaw

Limitations

  • No real-time hooks — data is captured via batch or cron
  • Signal-reactive improvement is not available
  • selftune does not run LLM-backed judge, eval, or optimizer workflows through the OpenClaw CLI