Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
S

skills

> 编程语言
开源

The open agent skills tool - npx skills

217.7K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

skills The CLI for the open agent skills ecosystem. <!-- agent-list:start --> Supports **OpenCode**, **Claude Code**, **Codex**, **Cursor**, and 72 more. <!-- agent-list:end --> Install a Skill Use a Skill Without Installing Generate a prompt for one skill, or start a supported coding agent interactively: `skills use` resolves sources the same way as `skills add`, writes the selected skill files to a temporary directory, and prints only the generated prompt to stdout unless `--agent` is provided. With `--agent`, it starts one supported agent interactively with the generated prompt. Source Formats Private Repositories Use the same command for public and private repositories. The CLI uses the authentication already configured for the repository URL: For GitHub HTTPS and shorthand sources, `skills` first uses normal Git credentials. If that fails and GitHub CLI is authenticated, it tries `gh repo clone`, followed by SSH. It does not execute `gh auth token` or copy the stored GitHub CLI credential into the Node.js process. For GitHub tree lookups, `skills` first tries the API anonymously, then an explicitly supplied environment token, then `gh api`. GitHub CLI applies its own stored authentication and returns only the API response; the credential is never printed to or read by `skills`. If API access still fails, update checks fall back to an authenticated Git clone. `GITHUB_TOKEN` or `GH_TOKEN` can be set explicitly for GitHub API access, including private repository downloads and update checks. They are optional for installs when Git, GitHub CLI, or SSH authentication is already configured. Options | Option | Description | | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `-g, --global` | Install to user directory instead of project | | `-a, --agent <agents...>` | <!-- agent-names:start -->Target specific agents (e.g., `claude-code`, `codex`). See Supported Agents<!-- agent-names:end --> | | `-s, --skill <skills...>` | Install specific skills by name (use `'*'` for all skills) | | `-l, --list` | List available skills without installing | | `--copy` | Copy files instead of symlinking to agent directories | | `-y, --yes` | Skip all confirmation prompts | | `--all` | Install all skills to all agents without prompts | Examples Direct download URLs are tried after well-known discovery. They may point to a single valid `SKILL.md` file or a `.zip`, `.tar`, `.tar.gz`, or `.tgz` archive; the URL does not need to include a file extension. Downloads are limited to 10 MiB, extracted content to 25 MiB, and archives to 1000 files by default. Override with `SKILLS_DOWNLOAD_MAX_BYTES`, `SKILLS_EXTRACT_MAX_BYTES`, and `SKILLS_EXTRACT_MAX_FILES` when you trust the source. Installation Scope | Scope | Flag | Location | Use Case | | ----------- | --------- | ------------------- | --------------------------------------------- | | **Project** | (default) | `./<agent>/skills/` | Committed with your project, shared with team | | **Global** | `-g` | `~/<agent>/skills/` | Available across all projects | Installation Methods When installing interactively, you can choose: | Method | Description | | ------------------------- | ------------------------------------------------------------------------------------------- | | **Symlink** (Recommended) | Creates symlinks from each agent to a canonical copy. Single source

核心特点

  • •The CLI for the open agent skills ecosystem.
  • •<!-- agent-list:start -->
  • •Supports **OpenCode**, **Claude Code**, **Codex**, **Cursor**, and 72 more.
  • •<!-- agent-list:end -->
  • •Install a Skill
  • •Use a Skill Without Installing
  • •Generate a prompt for one skill, or start a supported coding agent interactively:
  • •Source Formats

> 标签

TypeScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年8月15日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言
Baike.dev

baike.dev helps you discover great languages, frameworks, databases, DevOps and cloud-native tools.

Quick links

  • Home
  • All tools
  • Trending
  • Open source

About

  • About us
  • Community
  • News

Contribute

Found a great developer tool? Share it with the community.

Submit a tool
© 2026 baike.dev Developer EncyclopediaUpdated daily · Discover great developer tools