A streamlined utility for visualizing directory hierarchies in both human-readable ASCII and machine-readable JSON formats.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install folder-tree-generator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install folder-tree-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Folder Tree Generator is a specialized utility within the Openclaw Skills library designed to provide instant visibility into file system structures. Whether you are documenting a complex project or debugging nested directory layouts, this tool converts raw file paths into a structured visual format.
By integrating this skill into your workflow, you enhance the context-awareness of your environment. It is particularly useful for providing AI agents with a clear map of a workspace, ensuring that Openclaw Skills can interact with your file system more effectively through well-defined structural data.
To use this tool within your environment, ensure you have Node.js installed and navigate to your local skills directory:
# General usage
node skills/folder-tree-generator/index.js [directory]
# Example: Generate tree for current directory with depth limit
node skills/folder-tree-generator/index.js . --depth 2
The Folder Tree Generator supports two primary data formats to ensure compatibility across various Openclaw Skills workflows:
| Format | Output Type | Primary Use Case |
|---|---|---|
| ASCII Tree | Text/Visual | Human-readable documentation and terminal debugging. |
| JSON | Structured Data | Programmatic integration and metadata analysis. |
JSON Structure Example:
name: The name of the file or directory.type: Classified as either "file" or "directory".children: A recursive array containing the contents of a directory.Loading
A meta-analysis tool that examines AI evolution memory graphs to detect stagnation and optimize success rates.

A lightweight sentiment analysis tool that automatically suggests contextually appropriate emoji reactions to increase engagement in digital conversations.

CritPt Solver provides a robust environment for validating and executing Python-based solutions for CritPt benchmark challenges.

A trusted publishing assistant that automates the syncing and releasing of local AI agent skills to ClawHub with built-in safety checks.

Automates HLE benchmark reward ingestion and curriculum generation for AI capability evolution.

A specialized tool for wrapping Humanity's Last Exam (HLE) questions in a structured Chain-of-Thought reasoning framework.








































