1. 订阅当前仓库 Tap banner
chrlsio chrlsio

1. 订阅当前仓库 Tap

Git community intermediate

Description

brew tap chrlsio/agent-skills https://github.com/chrlsio/agent-skills brew install --cask agentskills

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AgentSkills Logo

AgentSkills

跨平台桌面应用,用于管理 AI 代理技能。
通过统一界面浏览、安装、同步和编辑 16 个代理的技能。

Release License Stars

简体中文 | English


支持的 AI 工具

  • Claude Code
  • Cursor
  • Codex
  • Gemini CLI
  • GitHub Copilot CLI
  • Kiro
  • OpenCode
  • Antigravity
  • CodeBuddy
  • OpenClaw
  • Trae
  • Windsurf
  • Cline
  • Factory
  • Warp
  • Qoder

功能

  • 仪表盘 — 查看已安装的代理及每个代理的技能数量
  • 技能管理 — 查看、编辑、卸载技能,跨代理同步
  • 市场 — 从 skills.shClawHub 浏览并安装技能
  • 技能编辑器 — 在应用内直接编辑 SKILL.md 文件
  • 文件监听 — 磁盘上技能变化时自动刷新
  • 跨代理同步 — 一键将技能从一个代理同步到所有其他代理

界面导览

AgentSkills 仪表盘视图 AgentSkills 技能管理视图

AgentSkills 市场视图 AgentSkills 导入视图

AgentSkills 设置视图

技术栈

**前端:** React 19、TypeScript、Tailwind CSS 4、shadcn/ui

**原生核心层:** Rust、Tauri 2、SQLite

安装

方案 A:一行命令安装(推荐)

自动识别操作系统与架构,并从 GitHub Releases 选择匹配的安装包。

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/chrlsio/agent-skills/v0.1.8/install.sh | bash

Windows(PowerShell):

irm https://raw.githubusercontent.com/chrlsio/agent-skills/v0.1.8/install.ps1 | iex

支持格式:Linux(`.deb` / `.rpm` / `.AppImage`)| macOS(`.dmg`)| Windows(`.exe` / `.msi`)

如果遇到 GitHub API 速率限制,可先设置 `GITHUB_TOKEN` 再运行安装脚本。

方案 B:macOS 使用 Homebrew

# 1. 订阅当前仓库 Tap
brew tap chrlsio/agent-skills https://github.com/chrlsio/agent-skills

# 2. 安装 AgentSkills
brew install --cask agentskills

提示:如果遇到 quarantine 相关权限问题,可尝试 `--no-quarantine`。

方案 C:手动下载

  • macOS: AgentSkills.app + .dmg
  • Windows: .msi + .exe
  • Linux: .AppImage + .deb
  • 发布页:GitHub Releases

常见问题排查(Troubleshooting)

macOS 提示“应用已损坏,无法打开”?

由于 macOS 的安全机制,非 App Store 下载的应用可能会触发此提示。

命令行修复(推荐):

sudo xattr -rd com.apple.quarantine "/Applications/AgentSkills.app"

Homebrew 安装技巧:

brew install --cask --no-quarantine