Scaffolds custom OpenClaw AgentSkills for NemoClaw sandboxes using standardized templates and automated directory structures.
This skill streamlines the development of custom AI agent capabilities within NVIDIA NemoClaw sandboxed environments. By providing automated scaffolding for SKILL.md files and structured directory hierarchies, it enables developers to quickly author, test, and deploy domain-specific instructions. It features advanced conditional gating to ensure skills only load when necessary dependencies are met, and supports progressive disclosure patterns to keep agent context windows optimized for performance.
主要功能
01Built-in load precedence management for workspace and plugin skills
02Standardized directory structuring for reference docs, scripts, and templates
03Optimized progressive disclosure workflow for large documentation sets
040 GitHub stars
05Automated SKILL.md generation with required YAML frontmatter
06Environment-aware conditional gating for binary and config dependencies
使用场景
01Implementing environment-locked skills that require specific CLI tools or API keys
02Authoring custom instruction sets for domain-specific sandboxed AI agents
03Standardizing agent skill development across large engineering teams