Skip to content

aresoo/openclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Skill Development Integration

A comprehensive skill for managing OpenClaw skill development with GitHub integration.

Features

  • 🚀 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

Quick Start

1. Initialize a new skill

github-skill-dev init --name "my-skill" --root-path "/Users/th/.openclaw/skills/"

2. Generate code

github-skill-dev generate --skill-name "my-skill" --prompt "Create a skill that does X"

3. Test the skill

github-skill-dev test --skill-name "my-skill"

4. Commit to GitHub

github-skill-dev commit --skill-name "my-skill" --message "Initial implementation"
github-skill-dev push --skill-name "my-skill"

Configuration

See references/CONFIGURATION.md for detailed setup instructions.

Documentation

Requirements

  • GitHub CLI (gh) configured with authentication
  • OpenClaw workspace set up
  • Python 3.8+ for script execution
  • Optional: trae CLI for AI code generation

License

MIT License - see LICENSE file for details.

About

存放openclaw相关的信息

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors