Use the local claw-easa CLI from this repository.
Preferred commands:
claw-easa lookup <REF>for exact references such asORO.FTL.110claw-easa refs "<query>"for reference-oriented searchclaw-easa snippets "<query>"for cited text excerptsclaw-easa hybrid "<query>"for mixed lexical + semantic retrievalclaw-easa ask "<question>"for routed natural-language queriesclaw-easa statusto verify corpus/index availability
Source-scoped search — use --slug <source> to restrict results to a specific
source document. This is important when a broad query returns too many results
from different sources, or when you know which source is most relevant:
claw-easa refs "crew fatigue" --slug occurrence-reportingclaw-easa snippets "crew fatigue" --slug occurrence-reportingclaw-easa hybrid "fatigue reporting" --slug occurrence-reportingUseclaw-easa sources-listto see available slugs.claw-easa sources-listto list ingested EARs and FAQ domains (supports--type ear|faq)claw-easa ear-discoverto list Easy Access Rules available on the EASA websiteclaw-easa ear-listto list built-in known source aliasesclaw-easa ingest fetch <slug>to download a source (use--urlto bypass catalog)claw-easa ingest parse <slug>to parse a fetched source into the databaseclaw-easa ingest diagnose <slug>to verify parser coverage against the source XMLclaw-easa ingest faq-allto ingest all EASA FAQs (crawls every sub-domain)claw-easa ingest faq <domain>to ingest FAQs for a specific domainclaw-easa ingest faq-discoverto list available FAQ domains on the EASA website
Answering rules:
- Prefer exact lookup when the user gives a regulation reference.
- Quote the retrieved text or excerpt before paraphrasing.
- Distinguish regulation text from AMC/GM/FAQ material.
- If retrieval is empty or ambiguous, say so explicitly instead of inferring.
- When the question targets a specific regulation domain (e.g. occurrence
reporting, aircrew, air operations), use
--slugto scope the search. This dramatically improves recall for items buried in long annexes.
Read these files only when needed:
references/usage.mdfor repository-aware usage and installation notesreferences/runtime-setup.mdwhen the localclaw-easaCLI may not be installed yetreferences/easa-answering.mdfor answer format and evidence rules
Local install notes:
- The skill package lives under
skill/claw-easa/in the repository. - For OpenClaw local installation, copy this folder into
~/.openclaw/workspace/skills/claw-easa/. - Avoid symlinks that resolve outside the OpenClaw workspace.