OpenClaw Agent Skills
OpenClaw's MIT-licensed shared skill bundle packages reusable coding-agent workflows for review closeout, handoff, remote validation, transcript provenance, and local session browsing.
Current Source Snapshot
As of the 2026-07-02 version check, openclaw/agent-skills is on main at commit 19ebc3c689a217a85b1ca19dda8c4d0857922247, MIT licensed, with 856 stars and 53 forks. GitHub reports no release tags, so default-branch commit is the version authority. The reviewed X image showed the repo at 377 stars, so the current source check supersedes the screenshot's historical count. Source: GitHub API, 2026-07-02
The repo's purpose is to write shared workflows once and reuse them across OpenClaw projects, Claude Code, Codex, and other AgentSkills-compatible harnesses. Its README recommends symlink or copy installs, and explicitly warns that vendored snapshots are distribution artifacts rather than the source of truth. Source: openclaw/agent-skills README, 2026-06-30
Included Skills
| Skill | What it owns | Local Kevin status |
|---|---|---|
autoreview |
Structured closeout/code-review workflow plus helper script. | Adopted and extended as Security and Review Skills in skills/engineering/autoreview. |
handoff |
Path-free prompt handoff for delegating a task to another agent. | Adopted as Cloud, Data, and Service Skills in skills/productivity/handoff. |
crabbox |
Remote validation workflow for CI-parity proof on leased machines. | Documented as Crabbox; not default until remote-credential path is explicit. |
agent-transcript |
Local-only, redacted PR/issue transcript provenance. | Candidate; overlaps Kevin's transcript-learning and audit needs, but must be privacy-reviewed before import. |
session-viewer |
Local searchable HTML viewer for agent session JSONL. | Candidate; useful for session archaeology, but generated HTML should stay local/private unless redacted. |
Local Decision
Keep the already-adopted /autoreview and /handoff routes. They match Kevin's existing review and agent-delegation workflows, and the local versions already carry Kevin-specific git/process constraints. Do not add a duplicate skill just because the upstream bundle exists.
Evaluate agent-transcript and session-viewer next as a paired import candidate. Together they would improve "what happened in this agent session?" debugging, but they touch private prompts, repo paths, issue links, logs, and possibly secrets. They need a redaction fixture, local-only output default, and skill-auditor pass before promotion.
Where It Fits
This bundle belongs in the OpenClaw Harness capsule, but it is not OpenClaw-only. The useful pattern is portable AgentSkills distribution:
- source skills live in one repo
- harnesses symlink into their own skill directories
- important repos can vendor a zero-setup snapshot
- snapshots carry provenance and drift checks
- validation scripts run before promotion
Kevin's stack already mirrors that model: executable sources live in skills/<category>/, generated runtime symlinks live in skills/.runtime/all, and ~/.agents/skills is the universal bridge for bespoke harnesses.
Safety Notes
OpenClaw's broader skill ecosystem has a known supply-chain risk history, so third-party skills still require source review, Brin or equivalent security checks, skill-auditor, and a local verification run before installation. Transcript/session tools add a second privacy risk: local files may contain sensitive conversation and repo data. Source: OpenClaw Harness; openclaw/agent-skills README, 2026-06-30
Timeline
- 2026-07-02 | Refreshed source snapshot while reviewing the Crabbox/autoreview bookmark:
openclaw/agent-skillsHEAD19ebc3c689a217a85b1ca19dda8c4d0857922247, 856 stars, 53 forks, MIT, no release tags. Source: GitHub API, 2026-07-02 - 2026-06-05 | Hung Vinh surfaced
openclaw/agent-skills, calling/autoreviewand/handofftwo of the best agent skills he had used. The local X artifact showed the repo at 377 stars and commit9e9443b. Source: X/@hungv47, 2026-06-05 - 2026-06-30 | Deep-reviewed the current GitHub repo, README, skill inventory, local adoption state, and screenshot artifact. Promoted the bundle as an OpenClaw capsule source; deferred
agent-transcriptandsession-vieweruntil privacy/security audit. Source: GitHubopenclaw/agent-skills, commit283f06904d917a2464e7fb4787795a7fe063e391, 2026-06-30