agentsclimarketplace

Drift learn

Skill Walliiee/agent-harness/skills/drift-learn

Weekly Drift incident learning pass. Reads accumulated incidents, clusters them, and produces compound lessons (Phase 4 of the Drift incident pipeline).From its SKILL.md

Install
npx -y skills add Walliiee/agent-harness --skill drift-learn

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.5 KB, 314 tokens by cl100k_base, as published. Nobody here has run it

drift-learn — weekly incident clustering pass

Phase 4 of the Drift incident ledger: take a week of ${OPENCLAW_HOME}/incidents/YYYY-MM-DD/*.md records and produce compound lessons (patterns that recur, root causes, recommended skill patches).

When this runs

  • Primary: cron. ai.openclaw.drift-learn.plist fires Sunday 04:30.
  • Wrapper: through skill-wrapper --skill drift-learn --agent main --trigger cron.

What it does

Invokes ${OPENCLAW_HOME}/bin/incident-learn --verbose:

  1. Scan the past 7 days of incident records.
  2. Cluster by taxonomy (cron-postmortem, memory-capture-bypass, etc.).
  3. Generate lesson candidates with LLM analysis.
  4. Append to ${OPENCLAW_HOME}/incidents/lessons/YYYY-WW.md.

Exit codes

  • 0 — success or partial success
  • non-zero — script-level failure

Files

  • Script: ${OPENCLAW_HOME}/bin/incident-learn
  • Plist: $HOME/Library/LaunchAgents/ai.openclaw.drift-learn.plist
  • This spec: ${OPENCLAW_HOME}/skills/drift-learn/SKILL.md

Related

  • drift-watcher — emits incidents this skill consumes.
  • incident-emit, incident-analyze, incident-notify — incident pipeline phases 1-3.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most learn study skills give in 314 tokens

Counted across 545 of the 593 authors here whose files we hold, read 2026-09-06

  • Treat the current directory as a teaching workspacein 20 of 545, across 17 files
  • Teach knowledge first then practice skillsin 19 of 545, across 16 files
  • Design lessons which build long-term retentionin 15 of 545, across 12 files
  • Save each lesson as a self-contained HTML filein 15 of 545, across 12 files
  • Question the user on why they want to learn thisin 15 of 545, across 12 files
  • Reuse components from the assets directoryin 14 of 545, across 11 files
  • Never trust your parametric knowledgein 13 of 545, across 10 files
  • Record user preferences in NOTES.mdin 11 of 545, across 8 files
  • Ground all teaching in the MISSION.md documentin 11 of 545, across 8 files
  • Save each lesson to the lessons directoryin 8 of 545
  • Question the user if the mission is unclearin 7 of 545
  • Gather primary sources onlyin 7 of 545, across 4 files

Said here and by no other author read

  • Scan the past 7 days of incident records
  • Cluster by taxonomy
  • Generate lesson candidates with LLM analysis

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.