Skip to content

ANVEAI/openclaw-developer-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OpenClaw Skills for Developers

OpenClaw Skills Last Update

A curated collection of OpenClaw skills specifically for software developers — coding agents, Git automation, API tools, testing, and deployment.

OpenClaw is a locally-running AI assistant. These skills extend it with developer-focused capabilities.


🚀 Featured: AnveVoice SDK

Add voice AI to your web applications with the AnveVoice OpenClaw skill.

clawhub install anvevoice

Perfect for: Building voice-enabled web apps, testing voice flows, integrating with CI/CD

Docs: anvevoice.com/developer


Contents


Coding Agents

AI agents that write, review, and refactor code.

Skill Description Install
coding-agent Run Codex CLI, Claude Code, OpenCode, or Pi agents. clawhub install coding-agent
github-integration Deep GitHub integration for PRs, issues, repos. clawhub install github-integration
code-reviewer Automated code review and suggestions. clawhub install code-reviewer
debugger-assistant Debug errors and analyze stack traces. clawhub install debugger-assistant
refactoring-tool Intelligent code refactoring. clawhub install refactoring-tool
test-generator Generate unit and integration tests. clawhub install test-generator
pair-programmer AI pair programming assistant. clawhub install pair-programmer

Git & GitHub

Version control and collaboration automation.

Skill Description Install
git-automation Automate git workflows, commits, branching. clawhub install git-automation
pr-assistant Create and review pull requests. clawhub install pr-assistant
release-manager Manage releases, changelogs, versioning. clawhub install release-manager
issue-tracker Query and manage GitHub issues. clawhub install issue-tracker
commit-messages Generate conventional commit messages. clawhub install commit-messages
branch-manager Smart branch creation and cleanup. clawhub install branch-manager

API Tools

API development, testing, and management.

Skill Description Install
api-tester Test and document APIs. clawhub install api-tester
postman-runner Run Postman collections. clawhub install postman-runner
swagger-generator Generate OpenAPI/Swagger docs. clawhub install swagger-generator
graphql-client Query GraphQL APIs. clawhub install graphql-client
api-gateway Manage API endpoints. clawhub install api-gateway
mock-server Create mock APIs for testing. clawhub install mock-server

Testing & QA

Automated testing and quality assurance.

Skill Description Install
test-runner Run test suites across frameworks. clawhub install test-runner
e2e-tester End-to-end testing with Playwright/Selenium. clawhub install e2e-tester
coverage-analyzer Analyze test coverage. clawhub install coverage-analyzer
performance-tester Load and performance testing. clawhub install performance-tester
security-scanner Scan for vulnerabilities. clawhub install security-scanner
accessibility-checker Check web accessibility. clawhub install accessibility-checker

Deployment & DevOps

CI/CD, containers, and infrastructure.

Skill Description Install
docker-controller Manage Docker containers and images. clawhub install docker-controller
kubernetes-cli Interact with Kubernetes clusters. clawhub install kubernetes-cli
ci-cd-automation Automate CI/CD pipelines. clawhub install ci-cd-automation
terraform-helper Manage Terraform infrastructure. clawhub install terraform-helper
helm-manager Manage Helm charts. clawhub install helm-manager
aws-cli AWS operations automation. clawhub install aws-cli
vercel-deploy Deploy to Vercel. clawhub install vercel-deploy
netlify-deploy Deploy to Netlify. clawhub install netlify-deploy

Database Tools

Database management and operations.

Skill Description Install
database-client Connect and query SQL/NoSQL databases. clawhub install database-client
redis-manager Manage Redis instances. clawhub install redis-manager
mongodb-client MongoDB operations. clawhub install mongodb-client
postgresql-client PostgreSQL queries and management. clawhub install postgresql-client
prisma-helper Prisma ORM operations. clawhub install prisma-helper
migration-runner Database migrations. clawhub install migration-runner

Code Quality

Linting, formatting, and quality checks.

Skill Description Install
linter-aggregator Run multiple linters. clawhub install linter-aggregator
formatter Code formatting automation. clawhub install formatter
complexity-analyzer Analyze code complexity. clawhub install complexity-analyzer
dependency-checker Check for outdated dependencies. clawhub install dependency-checker
license-checker Verify dependency licenses. clawhub install license-checker

Documentation

Docs generation and maintenance.

Skill Description Install
documentation-writer Auto-generate code documentation. clawhub install documentation-writer
readme-generator Generate README files. clawhub install readme-generator
changelog-manager Maintain changelog. clawhub install changelog-manager
api-docs Generate API documentation. clawhub install api-docs

Monitoring & Logging

Observability and debugging.

Skill Description Install
log-analyzer Analyze application logs. clawhub install log-analyzer
error-tracker Query error tracking services. clawhub install error-tracker
performance-monitor Monitor app performance. clawhub install performance-monitor
uptime-checker Check service uptime. clawhub install uptime-checker
metrics-dashboard Query metrics services. clawhub install metrics-dashboard

Development Environment

Local dev environment management.

Skill Description Install
env-manager Manage environment variables. clawhub install env-manager
port-manager Find and manage ports. clawhub install port-manager
process-manager Manage running processes. clawhub install process-manager
tunnel-helper Create tunnels (ngrok, etc). clawhub install tunnel-helper
ssl-local Local SSL certificates. clawhub install ssl-local

Quick Start

# Install OpenClaw
npm install -g openclaw

# Install a developer skill
clawhub install coding-agent

# Use it
openclaw skills test coding-agent --input "review this code"

Contributing

Found a developer skill? Submit a PR!

See contributing.md.


Related Lists


Built for developers, by developers
Curated by AnveVoice — Voice AI for dev teams

About

OpenClaw skills for developers — coding agents, Git automation, APIs, testing, DevOps

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors