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

Stars856
Forks53
LanguagePython
Last pushed2026-07-01
Last synced2026-07-03
View on GitHub

Repository

Owneropenclaw
Repositoryagent-skills
Full nameopenclaw/agent-skills
Repo ID1,246,722,622

Install this Skill

git clone https://github.com/openclaw/agent-skills.git

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-06
Platforms
ClaudeOpenClawCodex
Capabilities
searchvideoworkflow
Detected files
README.mddocs

Summary

A curated collection of reusable skills designed for AI agents and Claude Skill, built with TypeScript to enhance agent capabilities.

Chinese description

对智能体和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 ![Agent Skills banner](docs/assets/readme-banner.jpg) 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.

Explore more

Data from GitHub. Synced on 2026-07-03