Claude Skill

openclaw/agent-skills

Agent Skills是一个开源的可复用TypeScript技能集合,专为AI智能体和Claude Skill设计,支持模块化和可扩展的智能体能力。

概览

Stars857
Forks53
语言Python
最后更新2026-07-01
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者openclaw
仓库agent-skills
完整名称openclaw/agent-skills
Repo ID1,246,722,622

安装这个 Skill

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

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-06
平台
ClaudeOpenClawCodex
能力
searchvideoworkflow
识别文件
README.mddocs

项目简介

一个精选的可复用技能集合,专为AI智能体和Claude Skill设计,使用TypeScript构建以增强智能体能力。

英文描述

Useful skills for agents and claws.

要点

  • 基于TypeScript的智能体技能模块
  • 为Claude Skill设计的可复用组件
  • 易于与AI智能体集成
  • 开源社区贡献的集合

使用场景

  • 为Claude Skill扩展自定义功能
  • 构建模块化的智能体工作流
  • 快速原型设计智能体行为
  • 跨项目共享和复用智能体技能

README 摘要

# 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03