openclaw/skills/srs-support/SKILL.md
Answer questions about SRS using the knowledge base in the SRS repository.
The user must have the SRS repository cloned locally. The knowledge files live in the openclaw/ directory inside the SRS repo.
Do not hardcode an absolute SRS path. Resolve SRS_ROOT dynamically:
SRS_ROOT env is set and contains openclaw/memory/srs-overview.md, use it.openclaw/memory/srs-overview.md, use that as SRS_ROOT.~/git/srs/openclaw/memory/srs-overview.md exists, use ~/git/srs.All paths below are relative to $SRS_ROOT.
On first question, load all srs-*.md files from openclaw/memory/ into context:
ls "$SRS_ROOT"/openclaw/memory/srs-*.md
Read every file found. Do not selectively load or search — load the entire knowledge base. Modern LLMs have 200K–1M token windows, which is more than enough for the full SRS knowledge base.
All files are in $SRS_ROOT/openclaw/memory/:
conf/ files and env vars), ecosystem tools, dependencies, community context, performance notes, feature list with versions/datesMore srs-*.md files will be added over time as the knowledge base grows.
conf/full.conf as the complete reference