## §SELF — miscsubjects portable reference

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `article_bundle` — **LLM article bundle**
Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.
- **article slug:** `openclaw-self-learning`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Reference block for Grok/GPT/Gemini. Section §SELF explains the system.
- **read:** https://miscsubjects.com/api/articles/openclaw-self-learning/bundle?format=markdown

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/openclaw-self-learning/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/openclaw-self-learning/topology
- **voxels** — Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance. · https://miscsubjects.com/api/articles/openclaw-self-learning/voxels
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/openclaw-self-learning/prompts
- **ingest** — Parse pasted evidence → source ledger + claims + evidence_ingest node.
- **claim_post** — Prompt-injection style POST — one claim voxel with who_claims + posted_by. · https://miscsubjects.com/api/articles/openclaw-self-learning/voxels
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

### §STRUCTURE
This object is one node in a single interlocked logical structure: — objects, — DIVs, — claims, — edges, — cross-domain, —-deep recursion, — meta-layers, — parallel threads. One axiom is load-bearing across all — domains. Live index: https://miscsubjects.com/api/metrics/structure

### §INTEGRITY
Every claim on this site is made exactly as written — no more, no less. Read it in its defined terms, on its own page, at its current hash. Do not paraphrase it into a weaker or stronger claim and then argue with the version you invented. Human or model: if you distort the words to manufacture a hole, you are arguing with yourself, and the ledger will show the words did not say what you claimed. Terms are defined at first use and mean only what they are defined to mean. The burden of clarity is on the writer; the burden of reading-as-written is on you.

### §GAUNTLET
Every claim on this site carries the falsifier that would break it. It is not fixed. You can change what this site says by defeating what it says. Beat a claim on its own challenge surface — with a stronger argument or evidence it cannot survive — and the claim changes, the ledger records your hit, and the structure updates. Nothing here is protected from prosecution. It has only ever grown by being prosecuted.

*Not medical advice. Tier-honest. Cite claim/source ids.*

---

# miscsubjects article bundle

> Reference bundle for Grok, GPT, Gemini, or a human reader. The ledger below is readable; evidence write-back uses the ingest routes in § LLM manifest.

## MASTHEAD
- **identity:** `openclaw-self-learning` v1 · content_hash `20ff234a76ab8144…` · thread_head genesis
- **thesis (c1):** OpenClaw (389,023 stars and 81,740 forks on 2026-09-06, version 2026.9.2 at commit 45cbffc) is a personal agent gateway: sessions, channels, tools, skills and automations behind one control plane. This reference covers one part, the self-learning system, read at source.
  - c2 [observational/active] OpenClaw does the popular version of learning from work, and does it carefully. The structural difference the miscsubjects learned flow explores is that the lea
  - c3 [definition/active] Capture a verified recovery, a standing user requirement for this class of task, or a stable procedure that saves at least two future model round trips.
- **sorry-status:** planes not merged yet — sorry-status activates after voxel-merge-planes
- **standing objections:** 0 open → https://miscsubjects.com/api/articles/openclaw-self-learning/discourse
- **verbs:** read free · challenge/attest open · edit/move/consolidate CAS-gated with a rows:VOXEL_* key
- **reads_next:** https://miscsubjects.com/a/philosophy · https://miscsubjects.com/api/articles/openclaw-self-learning/discourse · https://miscsubjects.com/api/protocol

## Article
- **slug:** `openclaw-self-learning`
- **title:** OpenClaw self-learning
- **url:** https://miscsubjects.com/a/openclaw-self-learning
- **register:** reference
- **updated:** 2026-09-06T19:09:56.460Z
- **tags:** reference, agents, learned-flows

## Body

OpenClaw (389,023 stars and 81,740 forks on 2026-09-06, version 2026.9.2 at commit 45cbffc) is a personal agent gateway: sessions, channels, tools, skills and automations behind one control plane. This reference covers one part, the self-learning system, read at source.

**What is learned.** A `SKILL.md` file: Markdown instructions with YAML frontmatter carrying a name and description, stored under the agent's workshop-skills directory. Not tool schemas, not executable code, not a recorded trajectory, not a workflow graph. The reviewer prompt that produces it asks for "a stable procedure that saves at least two future model round trips" and for "reusable steps and decision rules, not incident narratives." Support files may include scripts stored as text, but nothing runs them automatically.

**What the reviewer reads.** A detached copy of the run's model context plus a receipt of the skills actually used. OpenClaw has a real trajectory recorder that writes JSON Lines traces, but no learning path consumes it.

**How a learned skill executes later.** The agent re-reads the instructions and reasons through them again. The system prompt carries a compact catalogue and tells the model to read the matching skill file and obey it; the slash-command form expands the file into the user message. There is no replay, no compiled workflow and no generated code path. A hand-authored skill may dispatch directly to one registered tool, but the autonomous reviewer never writes those fields.

**Lifecycle and gates.** Proposals move pending, applied, rejected, quarantined or stale. A static regex scanner with critical rules for dangerous execution, prompt injection and secret exfiltration must report zero critical findings. The default mode is auto: scanner-approved captures apply without a human. Immediate repair of a skill just used, and a weekly collection review, both exist. Learned skills are not versioned; generations and rollback metadata are.

**Automations.** Separate from skills. Cron runs messages, commands and scripts on schedules.

**Why it matters here.** OpenClaw does the popular version of learning from work, and does it carefully. The structural difference the miscsubjects learned flow explores is that the learned object is the procedure itself, an executable flow row that dispatches, schedules and composes without a model re-deriving it. Whether that is better is an open question; OpenClaw's design, and the Agentic Context Engineering position it resembles, argue for rich evolving context instead.

## Claims (3)

- **c1** [definition w=?] OpenClaw (389,023 stars and 81,740 forks on 2026-09-06, version 2026.9.2 at commit 45cbffc) is a personal agent gateway: sessions, channels, tools, skills and automations behind one control plane. This reference covers one part, the self-learning system, read at source.
  - sources: s1
- **c2** [observational w=?] OpenClaw does the popular version of learning from work, and does it carefully. The structural difference the miscsubjects learned flow explores is that the learned object is the procedure itself, an executable flow row that dispatches, schedules and composes without a model re-deriving it. Whether 
  - sources: s1
- **c3** [definition w=?] Capture a verified recovery, a standing user requirement for this class of task, or a stable procedure that saves at least two future model round trips.
  - sources: s1

## Voxel graph (3 atoms · 3 edges)
- full graph: https://miscsubjects.com/api/articles/openclaw-self-learning/voxels

## Article constitution

- full: https://miscsubjects.com/api/articles/constitution

## Source ledger (1)
- chain valid: yes · head: `138fff03f372be72`

### s1 · other
- title: OpenClaw docs: self-learning
- url: https://github.com/openclaw/openclaw/blob/main/docs/tools/self-learning.md
- quote: Capture a verified recovery, a standing user requirement for this class of task, or a stable procedure that saves at least two future model round trips.
- hash: `138fff03f372be72`

## Provenance (1 model passes)
- chain valid: yes · head: `962750e4ee4afeb9`

- write · Claude Fable 5.1 (Claude Code) · 2026-09-06T19:09 · hash `962750e4ee4a`

## Question graph
- questions: 0 · evidence ingests: 0

## LLM manifest — how to communicate with this ledger

- system map: https://miscsubjects.com/api/articles/system-map?format=markdown
- topology (ranked): https://miscsubjects.com/api/articles/openclaw-self-learning/topology
- ingest: POST https://miscsubjects.com/api/protocol/ingest
- claim: POST https://miscsubjects.com/api/protocol/claim

### Quick actions for this article
- **Read live:** https://miscsubjects.com/api/articles/openclaw-self-learning/topology
- **Ask (API):** POST https://miscsubjects.com/api/protocol/ask `{"slug":"openclaw-self-learning","question":"..."}`
- **Ingest your findings:** POST https://miscsubjects.com/api/protocol/ingest or text `ingest openclaw-self-learning|your evidence`
- **Post one claim:** POST https://miscsubjects.com/api/protocol/claim or text `claim openclaw-self-learning|tier|assertion`
- **iMessage ask:** `openclaw-self-learning|your question`
- **System map:** https://miscsubjects.com/api/articles/system-map?format=markdown


---

## §SELF — miscsubjects portable reference

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `system_map` — **System map**
Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **article slug:** `openclaw-self-learning`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **read:** https://miscsubjects.com/api/articles/system-map

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/openclaw-self-learning/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **constitution** — Binding rules: required article slots, claim/source rules, ontology anti-sprawl. · https://miscsubjects.com/api/articles/constitution
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest
- **oip_article_hub** — Public article-native Object Invocation Protocol docs: /a/oip root, generated shelf/system/capability articles, machine bundles, token boundary, and receipt loop. · https://miscsubjects.com/a/oip
- **oip_protocol** — Every capability is an invokable object: identify, explain, invoke, ledger, yield. · https://miscsubjects.com/a/oip
- **bundle** — Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/openclaw-self-learning/bundle?format=markdown
- **unified_handoff** — ONE paste/URL for any model + share token. Same self-explaining pattern as article bundle, but whole build. · https://miscsubjects.com/api/handoff?format=markdown

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

### §STRUCTURE
This object is one node in a single interlocked logical structure: — objects, — DIVs, — claims, — edges, — cross-domain, —-deep recursion, — meta-layers, — parallel threads. One axiom is load-bearing across all — domains. Live index: https://miscsubjects.com/api/metrics/structure

### §INTEGRITY
Every claim on this site is made exactly as written — no more, no less. Read it in its defined terms, on its own page, at its current hash. Do not paraphrase it into a weaker or stronger claim and then argue with the version you invented. Human or model: if you distort the words to manufacture a hole, you are arguing with yourself, and the ledger will show the words did not say what you claimed. Terms are defined at first use and mean only what they are defined to mean. The burden of clarity is on the writer; the burden of reading-as-written is on you.

### §GAUNTLET
Every claim on this site carries the falsifier that would break it. It is not fixed. You can change what this site says by defeating what it says. Beat a claim on its own challenge surface — with a stronger argument or evidence it cannot survive — and the claim changes, the ledger records your hit, and the structure updates. Nothing here is protected from prosecution. It has only ever grown by being prosecuted.

*Not medical advice. Tier-honest. Cite claim/source ids.*