🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

skill-base

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skill-base - npm Package Compare versions

Comparing version
2.0.39
to
2.0.40
static/assets/index-BKxMhvyN.css

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+3
-2

@@ -9,4 +9,5 @@ # Skill Base

> 不要再把 Agent Skills 塞进代码仓库了。
> Skill Base 是一个面向中小团队的 Agent Skill 私有分发平台:一个轻量服务端,加一个 `skb` CLI,把团队规范从仓库里剥出来,统一分发给 Cursor、Claude Code、Qoder、OpenCode、Windsurf、OpenClaw 类产品等工具。
> Skill Base 是面向团队的 Agent Skill 私有分发平台。
> 通过最小化服务端 + `skb` CLI,实现技能的一次发布、多端安装、统一更新与可回滚,覆盖 Cursor、Claude Code、Codex、OpenClaw 等助手工具。
> 它解决的是团队技能分发与版本治理,不是通用文件存储。

@@ -13,0 +14,0 @@ <p align="center">

+1
-1
{
"name": "skill-base",
"version": "2.0.39",
"version": "2.0.40",
"description": "Skill Base - A lightweight, privately deployable agent skills distribution hub",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -9,4 +9,5 @@ # Skill Base

> Stop stuffing Agent Skills into source repositories.
> Skill Base is a lightweight private distribution platform for Agent Skills for small and medium teams: a minimal server plus an `skb` CLI that pulls team standards out of repos and ships them consistently to Cursor, Claude Code, Qoder, OpenCode, Windsurf, OpenClaw-class assistants, and similar tools.
> Skill Base is a private distribution platform for Agent Skills.
> Publish once, then let your team install, update, and rollback skills consistently across Cursor, Claude Code, Codex, OpenClaw, and similar assistants via a minimal server and the `skb` CLI.
> It solves skill distribution and versioning for teams, not generic file storage.

@@ -89,3 +90,3 @@ <p align="center">

|-------|------|
| **`skill-base-cli`** | Guide the assistant to run **`skb`** from the terminal: `init`, `login`, `search`, `install`, `update`, `publish`, etc., against your Skill Base site. |
| **`skill-base-cli`** | Guide the assistant to run **`skb`** from the terminal: `init`, `login`, `whoami`, `search`, `install`, `update`, `publish`, etc., against your Skill Base site. |
| **`skill-base-web-deploy`** | Guide the assistant to deploy, start, or operate the **Skill Base server** (`npx skill-base`, Docker, ports, data directory, backups, etc.). |

@@ -236,2 +237,4 @@

To confirm the saved token still works against that server: `skb whoami` (or `skb whoami --json` / `skb whoami -q` for scripts).
### 4. Install, update, publish

@@ -238,0 +241,0 @@

@@ -24,4 +24,4 @@ <!DOCTYPE html>

</script>
<script type="module" crossorigin src="./assets/index-BHCIEZUE.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index--kDkOFoi.css">
<script type="module" crossorigin src="./assets/index-D8ciSLhe.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BKxMhvyN.css">
</head>

@@ -28,0 +28,0 @@ <body>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display