A comprehensive skill for managing OpenClaw skill development with GitHub integration.
- 🚀 Skill Project Management: Initialize, configure, and organize skill projects
- 🤖 AI Code Generation: Generate skill code using trae or other AI tools
- 🔍 Automated Testing: Unit, integration, and end-to-end testing
- 📦 GitHub Operations: Commit, push, PR creation, and CI/CD integration
- 🔄 Iterative Optimization: Version control, feedback loops, and continuous improvement
- 🎯 Flexible File Paths: Support for custom project structures and nested directories
github-skill-dev init --name "my-skill" --root-path "/Users/th/.openclaw/skills/"github-skill-dev generate --skill-name "my-skill" --prompt "Create a skill that does X"github-skill-dev test --skill-name "my-skill"github-skill-dev commit --skill-name "my-skill" --message "Initial implementation"
github-skill-dev push --skill-name "my-skill"See references/CONFIGURATION.md for detailed setup instructions.
- GitHub CLI (
gh) configured with authentication - OpenClaw workspace set up
- Python 3.8+ for script execution
- Optional: trae CLI for AI code generation
MIT License - see LICENSE file for details.