Claude Skill
openclaw/agent-skills
Agent Skills is an open-source collection of reusable TypeScript skills for AI agents and Claude Skill, enabling modular and extensible agent capabilities.
Overview
Repository
Install this Skill
git clone https://github.com/openclaw/agent-skills.gitRegistry
Summary
A curated collection of reusable skills designed for AI agents and Claude Skill, built with TypeScript to enhance agent capabilities.
对智能体和Claude Skill有用的技能。
Key features
- TypeScript-based skill modules for agents
- Reusable components for Claude Skill
- Designed for easy integration with AI agents
- Open-source collection with community contributions
Use cases
- Extending Claude Skill with custom functionalities
- Building modular agent workflows
- Rapid prototyping of agent behaviors
- Sharing and reusing agent skills across projects
README excerpt
# OpenClaw Agent Skills  Shared skills for coding agents that work on OpenClaw projects. This repo is the public canonical source for common workflows such as review closeout and remote validation. The goal is simple: write a workflow once, reuse it everywhere, and avoid hand-copying long `SKILL.md` files across every repo. ## Included Skills - `agent-transcript`: local-only, redacted PR/issue transcript provenance. - `autoreview`: structured closeout/code-review workflow plus helper script. - `crabbox`: Crabbox/Testbox remote validation workflow for broad or CI-parity proof. - `handoff`: path-free prompt handoff workflow for delegating a task to another agent. - `session-viewer`: local searchable HTML viewer for agent session JSONL. Repo-specific product skills should stay in the repo they describe. For example, an `acpx` usage skill belongs in `openclaw/acpx`; a general review helper belongs here. ## Quick Start Clone the repo: ```sh git clone https://github.com/openclaw/agent-skills.git cd agent-skills ``` List available skills: ```sh scripts/install-skills --list ``` Preview an install without changing files: ```sh scripts/install-skills --dry-run ``` Install all skills into the default agent skill directory: ```sh scripts/install-skills ``` Install only selected skills: ```sh scripts/install-skills autoreview crabbox ``` Install somewhere else: ```sh scripts/install-skills --target ~/.codex/skills autoreview ``` Use copies instead of symlinks: ```sh scripts/install-skills --mode copy --target ~/.agents/skills ``` Replace an existing installed skill: ```sh scripts/install-skills --force autoreview ``` Symlinks are best for local development because changes in this checkout are immediate
Topics
No topics yet.