cache — Manage skills cache
Manage the local skills cache for offline queries.
xskill cache <COMMAND>
cache update
Fetch skills list from remote sources and save to cache:
xskill cache update [-f <source>]
Options:
-f, --from <source>— Update a specific source only (name or URL)
Per-source output: <source_name>: <count> skills. Summary: Cache updated: N sources, M skills total.
cache clear
Clear cached skills data:
xskill cache clear [-f <source>]
Options:
-f, --from <source>— Clear a specific source only (name or URL)