Claude Skill
openclaw/agent-skills
Agent Skills是一个开源的可复用TypeScript技能集合,专为AI智能体和Claude Skill设计,支持模块化和可扩展的智能体能力。
概览
仓库信息
安装这个 Skill
git clone https://github.com/openclaw/agent-skills.gitRegistry 信息
项目简介
一个精选的可复用技能集合,专为AI智能体和Claude Skill设计,使用TypeScript构建以增强智能体能力。
Useful skills for agents and claws.
要点
- 基于TypeScript的智能体技能模块
- 为Claude Skill设计的可复用组件
- 易于与AI智能体集成
- 开源社区贡献的集合
使用场景
- 为Claude Skill扩展自定义功能
- 构建模块化的智能体工作流
- 快速原型设计智能体行为
- 跨项目共享和复用智能体技能
README 摘要
# 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
话题
暂无话题