Toolverse
All skills

project-tree

by openclaw

Generate a visual directory tree of the ~/projects folder and update MEMORY.md with the result. Use when the user wants to view, update, or generate a project tree structure, or when they mention \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps
Views
2

About this skill

Generate a visual directory tree of the ~/projects folder and update MEMORY.md with the result. Use when the user wants to view, update, or generate a project tree structure, or when they mention \

How to use

  1. Upewnij się, że masz zainstalowany Node.js, a skill project-tree jest dostępny w Twoim środowisku (zwykle w ~/clawd/skills/project-tree). 2. Uruchom skrypt generujący drzewo poleceniem node ~/clawd/skills/project-tree/scripts/project-tree.js lub użyj skrótu ~/clawd/scripts/update-tree. 3. Skill przeskanuje folder ~/projects, wyświetli strukturę katalogów i plików markdown, a następnie automatycznie wstawi wynik do sekcji PROJECT_TREE w pliku MEMORY.md. 4. Jeśli chcesz zmienić głębokość skanowania lub wykluczyć dodatkowe katalogi, edytuj plik scripts/project-tree.js i zmień wartości MAX_DEPTH, EXCLUDE_DIRS lub ROOT_DIR. 5. Opcjonalnie: aby automatycznie generować drzewo przy każdym resecie sesji, włącz internal hooks w clawdbot.json i utwórz hook reset-project-tree, który będzie uruchamiał skill na zdarzeniu command:reset.

Related skills