| name | workspace-ls |
| description | Lists the current workspace directory structure. Useful for verifying
agent file access, checking what files exist, and debugging workspace state.
Use this skill when you need to see the workspace layout or verify
files were created correctly.
|
| emoji | ๐ |
| tags | ["test","debug","workspace"] |
Workspace Directory Listing
This skill lets you inspect your workspace directory structure.
Usage
Run ls -la or find on the workspace directories to see:
- Agent configurations (AGENTS/)
- Workflow definitions (WORKFLOWS/)
- Organization files (ORG/)
- Custom skills (SKILLS/custom/)
- System files (SYSTEM/)
Example Commands
ls -la $OPENCLAW_WORKSPACE/
ls -la $OPENCLAW_WORKSPACE/AGENTS/
ls -la $OPENCLAW_WORKSPACE/WORKFLOWS/
find $OPENCLAW_WORKSPACE -name "*.md" -maxdepth 3
cat $OPENCLAW_WORKSPACE/AGENTS/*/IDENTITY.md
When to Use
- After template apply: verify agents and workflows were created
- During debugging: check file permissions and structure
- For system tests: validate workspace state