Install
openclaw skills install foldersIndex important directories and perform safe folder operations with proper security checks.
openclaw skills install foldersMaintain a lightweight index at ~/.config/folder-index.json to know where important things are without rescanning.
{
"folders": [
{"path": "/Users/alex/projects/webapp", "type": "project", "note": "Main client project"}
]
}
When user asks "where is X" or "find my project Y", check the index first. If not found, do targeted discovery then offer to add the result.
When asked to find or index folders:
~, .., symlinks) before any operation\\?\ prefix.