- Add ai-core/ — Chief, Scout, Scribe OpenClaw agents + shared knowledge base - Consolidate research/reference docs and the sns.md brand foundation under ai-core/knowledge/ - Repoint every sns.md reference (business branding, divisions, root README) to ai-core/knowledge/sns.md - Update root + ai-core READMEs to reflect the new structure
4.2 KiB
4.2 KiB
Chief — Skills Registry
Chief's skills are familiar-with, not expert. Each is authored here (self-owned, so no license risk) but draws on public work. This file lists the upstream sources so OpenClaw (Claw) can install the permissively-licensed ones and check them for updates.
Skills
| Skill | Purpose |
|---|---|
decide-and-scope |
Pressure-test a decision, then turn it into a delegable spec |
verify-work |
Check specialist output against the spec + our source of truth |
report-to-sam |
Report to Sam: decision-first, dense, no slop |
pressure-test-opportunity |
Go/no-go on a business opportunity |
scope-to-business |
Route each work item to the correct SNS entity; catch scope bleed (self-authored, SnS-specific) |
Upstream sources & updates
Legend: ✅ = explicit permissive license, safe to install/redistribute · ⚠️ = license not specified upstream (treat as all rights reserved) — we do NOT install these; the principle is authored into our own SKILL.md. Link kept only to watch for updates/ideas.
| Repo | License | Use | Install / update |
|---|---|---|---|
| mattpocock/skills | ✅ MIT | /grill-me, /diagnose, /to-prd |
npx skills add mattpocock/skills |
| Anbeeld/WRITING.md | ✅ MIT | anti-slop writing rules (Mini) | npx skills add Anbeeld/WRITING.md |
| yzhao062/agent-style | ✅ CC BY 4.0 | "Elements of Agent Style" | clone + copy SKILL.md |
| Kappaemme-git/codex-startup-pressure-test-skill | ✅ MIT | opportunity pressure-test | npx skills add Kappaemme-git/codex-startup-pressure-test-skill |
| nateherkai/AIS-OS | ✅ MIT | solo-operator leverage (/audit, /level-up) |
npx skills add nateherkai/AIS-OS |
| forrestchang/andrej-karpathy-skills | ⚠️ unspecified | decision-hygiene principles | reference only — principle authored in decide-and-scope |
| Rimagination/good-question | ⚠️ unspecified | scope/requirements before acting | reference only |
| fivetaku/fablize | ⚠️ unspecified | evidence-as-procedure verification | reference only — authored in verify-work |
| amElnagdy/guard-skills | ⚠️ unspecified | 14 AI failure modes | reference only — authored in verify-work |
| golbin/agent-skills | ⚠️ unspecified | review-implementation vs spec | reference only |
| ronikobrosly/RigorLoop | ⚠️ unspecified | work as reviewable artifact | reference only |
| shreyashankar/plain-writing-skill | ⚠️ unspecified | plain-language writing | reference only — authored in report-to-sam |
| yetone/kill-ai-slop | ⚠️ unspecified | anti-slop | reference only |
Install / update notes for Claw
- Install a ✅ skill:
npx skills add <owner>/<repo>(drops it into the skills dir), or clone and copy itsSKILL.mdintoskills/<name>/. - Check for updates: re-run
npx skills add <owner>/<repo>, or if cloned,git -C <clone> pulland diff before adopting changes. - ⚠️ repos: do not install or redistribute until they add an OSI-approved license. Watch the repo for updates/ideas; if a license appears, promote it to ✅ here.
- Optional later — self-improvement: openclaw self-improving-agent, Kulaxyz/self-learning-skills — let Chief log corrections and promote patterns to rules. Add only when we want compounding.