# 使用 Homebrew 安装 openskills

查看 openskills 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:openskills
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install openskills
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:openskills
- **软件包管理器:** Homebrew
- **版本:** 1.5.0
- **来源摘要:** Universal skills loader for AI coding agents
- **主页:** <https://github.com/numman-ali/openskills>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- openskills (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.5.0
## 项目历史与用法

OpenSkills is a TypeScript CLI for installing and exposing `SKILL.md`-style agent skills to AI coding agents. Its project pitch is deliberately package-manager-like: one CLI, reusable skill folders, and generated `AGENTS.md` metadata that agents can read.

### 项目历史

The GitHub repository and npm package appeared in October 2025. The v1.0.0 release was published on October 26, 2025, followed quickly by releases adding documentation fixes, universal skills support, CI/local-development improvements, and project-local install clarity.

The README frames the tool as bringing Anthropic's skills system to Claude Code, Cursor, Windsurf, Aider, Codex, and any agent that can read `AGENTS.md`. It keeps compatibility with the `SKILL.md` layout while adding a universal loader and sync workflow.

### 采用历史

The project is young, so durable adoption history is thin. Primary package metadata shows it distributed through npm and Homebrew, while GitHub metadata shows a large star and fork count for a small TypeScript repository.

### 使用方式

Users run commands such as `npx openskills install anthropics/skills`, `npx openskills sync`, `npx openskills list`, and `npx openskills read <skill-name>`. By default, skills install project-locally under `.claude/skills`, with a universal mode that uses `.agent/skills`.

The CLI can install from GitHub repositories, local paths, and private git repos, then generate an `AGENTS.md` block listing available skills. That makes it a bridge between package installation, prompt assembly, and agent runtime context.

### 为什么软件包爱好者会关心

OpenSkills is noteworthy because it treats prompts and procedural agent capabilities as packages. For package metadata, it is a tiny but useful sign that AI-agent ecosystems are adopting recognizable package-manager concepts: install, list, update, remove, sync, local/global scope, and repository sources.

### 时间线

- 2025-10-26: The GitHub repository was created and v1.0.0 was published.
- 2025-10-27: v1.2.0 added universal skills support according to release metadata.
- 2026-01-17: v1.5.0 was published and Homebrew metadata listed 1.5.0 as the stable formula version.

### Related projects

- OpenSkills is related to Anthropic's skills format, `AGENTS.md` conventions, Claude Code, Codex, Cursor, Windsurf, Aider, and GitHub-hosted skill repositories.

### 来源

- <https://api.github.com/repos/numman-ali/openskills>
- <https://api.github.com/repos/numman-ali/openskills/releases?per_page=10>
- <https://formulae.brew.sh/api/formula/openskills.json>
- <https://formulae.brew.sh/formula/openskills>
- <https://github.com/numman-ali/openskills>
- <https://raw.githubusercontent.com/numman-ali/openskills/main/README.md>
- <https://registry.npmjs.org/openskills>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/openskills.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openskills.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
