agent-skills

agent-skills

Common skills for the coding agent in the OpenClaw project.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

This capability library includes a set of skills for coding agents in the OpenClaw project, such as code review and remote validation. With these skills, AI can complete tasks more efficiently and improve development productivity. Installation methods include cloning the repository and using scripts to install skills. Suitable for developers who need automated code review and validation.

Capabilities

  • Code review workflow
  • Remote behavior validation
  • Local session recording
  • Session data publishing
  • Task delegation

Use cases

Automated code reviewRemote validation of user-visible behaviorsRecording and viewing local sessionsPublishing local coding sessions

Setup

Requires: Node 环境
After cloning the repository, use the `scripts/install-skills` script to install the required skills.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to install a specific skill?

Use the command `scripts/install-skills <skill_name>` to install a specific skill.

How to verify installed skills?

Run the script `scripts/validate-skills` to validate installed skills.

Related skills