OpenClaw
12 compatible skills
Skills for OpenClaw — sourced from real GitHub repositories.
Each skill gives OpenClaw a structured, repeatable workflow for a specific task. Inspect the source before you install.
Changelog Generator
Writing
A Composio community skill for turning release notes, commits, and updates into a cleaner changelog draft.
Code Reviewer
Development
Deep code review for TypeScript, JavaScript, Python, and Go — anti-pattern detection, security issues, performance bottlenecks, and quality metrics.
Dependency Auditor
Development
Audit project dependencies for vulnerabilities, outdated packages, license risks, and bloat — with a prioritized remediation plan.
Engineering Architecture
Development
Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.
Engineering Code Review
Development
Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.
Engineering Debug
Development
Structured debugging session — reproduce, isolate, diagnose, and fix. Trigger with an error message or stack trace, "this works in staging but not prod", "something broke after the deploy", or when behavior diverges from expected and the cause isn't obvious.
Engineering Deploy Checklist
Development
Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals before going to production, or documenting rollback triggers ahead of time.
Engineering Documentation
Development
Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.
Engineering System Design
Development
Design systems, services, and architectures. Trigger with "design a system for", "how should we architect", "system design for", "what's the right architecture for", or when the user needs help with API design, data modeling, or service boundaries.
Engineering Testing Strategy
Development
Design test strategies and test plans. Trigger with "how should we test", "test strategy for", "write tests for", "test plan", "what tests do we need", or when the user needs help with testing approaches, coverage, or test architecture.
PR Review Expert
Development
Expert pull request reviews — code quality, architectural impact, test coverage, security implications, and developer-friendly feedback.
TDD Guide
Development
A step-by-step guide and live coding partner for test-driven development — write failing tests first, then implement just enough code to pass.
Other agents