Token导航 LogoToken导航TokenDH.com
Off The Shelf logo
开发工具未说明官方级别未说明来源级核验

Off The Shelf

MCP Server

一个共享的Claude代码资产注册表,提供浏览、搜索和安装代理、技能、模板、钩子和配置的功能。

工具数

0

提示词数

0

GitHub Stars

3

资源数

0
开发工具ShellClaudeClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

XeldarAlz

提供方

XeldarAlz

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

现成的(ots)

![CI](https://github.com/XeldarAlz/off-the-shelf/actions/workflows/ci.yml) ![License: MIT](LICENSE) ](https://github.com/XeldarAlz/off-the-shelf)

现成的Claude Code资产的共享注册表。直接从您的终端浏览、搜索和安装代理、技能、CLAUDE.md模板、钩子和MCP配置。

快速开始

# Install ots
curl -fsSL https://raw.githubusercontent.com/XeldarAlz/off-the-shelf/main/install.sh | bash

# Browse assets interactively
ots

# Or install directly
ots install skills/quick-commit

分类

类别路径描述
代理商agents/代理提示和配置
技能skills/自定义斜线命令技能(.claude/commands/)
CLAUDE.mdclaude-md/项目模板文件
钩子hooks/Claude Code的钩子配置
MCP配置mcp-configs/MCP服务器配置

命令参考

命令描述示例
ots / ots browse交互式fzf浏览器ots
ots list [category]列出类别或项目ots list skills
ots search 搜索所有类别ots search "review"
ots info 显示项目详细信息ots info agents/code-reviewer
ots install 将项目安装到当前目录ots install skills/quick-commit
ots install --dry-run无需写入即可预览安装ots install agents/reviewer --dry-run
ots uninstall 删除以前安装的项目ots uninstall skills/quick-commit
ots config配置注册表设置ots config
ots update清除缓存并刷新ots update
ots self-update将ots更新到最新版本ots self-update
ots init [dir]创建新的注册表仓库结构ots init ./my-registry
ots help显示帮助ots help
ots version显示版本ots version

命令别名

完整别名
browseb
listls, l
searchs
infoi
installin
uninstallrm
configcfg
updateu
self-updateselfupdate

认证

对于私有注册表或为了避免GitHub API速率限制,请设置 GITHUB_TOKEN:

# Option 1: Export in your shell profile
export GITHUB_TOKEN="ghp_your_token_here"

# Option 2: Set per-command
GITHUB_TOKEN="ghp_..." ots browse

令牌需要 repo 私有存储库的范围,或者公共存储库根本没有范围(只是增加了速率限制)。

清单架构

每个注册表项都是一个目录,其中包含 manifest.json 以及一个或多个有效载荷文件。

{
  "name": "Human-readable name",
  "description": "What this item does",
  "author": "github-username",
  "tags": ["tag1", "tag2"],
  "install": {
    "source-file.md": ".claude/commands/target.md"
  },
  "postInstall": "Optional message shown after install"
}
字段必填描述
name显示名称
description简短描述
author作者的GitHub用户名
tags搜索标签数组
install地图 source -> destination 路径
postInstall安装后显示消息

install map定义了源文件(相对于项目目录)及其目标(相对于项目根目录)。在目的地前添加前缀 ~ 对于相对于的路径 $HOME.

需求

  • curl, jq, fzf
  • macOS或Linux(bash 3.2+)
  • 可选: GITHUB_TOKEN 用于私人repos

链接

目录标签

目录标签

开发工具ShellClaude本地部署代码资产终端工具注册表

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP