What problem does it solve? It prevents agents from loading stale or wrong copies of a skill by acting as a thin, read-only wrapper that locates the canonical orama-system repository and delegates to its authoritative SKILL.md. ## Core Features & Use Cases - Canonical Path Resolution: Searches environment variables, the current git repository root, and sibling checkouts to find the verified canonical skill file. - Read-Only Loading: Reads and follows the canonical SKILL.md without fetching, pulling, installing, or modifying anything during load. - Explicit Refresh Workflow: Supports a separately authorized git fetch and fast-forward pull only when the user explicitly requests a refresh. - Use Case: An agent in any workspace needs the openclaw-skills instructions; the wrapper locates the sibling orama-system checkout and loads its canonical skill card without duplicating content. ## Quick Start Ask the agent to load the openclaw-skills skill so it resolves the canonical orama-system repository and follows its SKILL.md.