Skip to content

NeoSkillFactory/skill-dependency-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skill-dependency-graph

Audit License OpenClaw

Automatically generates and maintains a visual dependency graph of all OpenClaw agent skills, showing which skills trigger others and their executi

Usage

# Full dependency graph as DOT
node scripts/main.js show-all --skills-dir ~/.openclaw/skills

# Text tree view
node scripts/main.js text-tree --skills-dir ~/.openclaw/skills --depth 3

# Detect circular dependencies
node scripts/main.js find-circular --skills-dir ~/.openclaw/skills

# Export as JSON
node scripts/main.js export --format json --skills-dir ~/.openclaw/skills

# Query a specific skill
node scripts/main.js query skill-github --skills-dir ~/.openclaw/skills

Installation

OpenClaw (recommended)

Copy the skill into your OpenClaw skills directory:

git clone https://github.com/NeoSkillFactory/skill-dependency-graph.git
cp -r skill-dependency-graph ~/.openclaw/skills/skill-dependency-graph

Standalone

git clone https://github.com/NeoSkillFactory/skill-dependency-graph.git
cd skill-dependency-graph
npm install

License

MIT © NeoSkillFactory

About

Automatically generates and maintains a visual dependency graph of all OpenClaw agent skills, showing which skills trigger others and their execution paths

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors