apiskill 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/MCP.md +5 -5
- package/README.ja.md +8 -8
- package/README.ko.md +8 -8
- package/README.md +27 -15
- package/README.zh.md +27 -15
- package/dist/assets/index-CV6e3HAP.js +299 -0
- package/dist/assets/index-slFOragU.css +1 -0
- package/dist/index.html +2 -2
- package/docs/cli.ja.md +1 -1
- package/docs/cli.ko.md +1 -1
- package/docs/cli.md +4 -2
- package/docs/cli.zh.md +4 -2
- package/docs/mcp.ja.md +1 -1
- package/docs/mcp.ko.md +1 -1
- package/docs/mcp.md +3 -1
- package/docs/mcp.zh.md +3 -1
- package/docs/web.ja.md +1 -1
- package/docs/web.ko.md +1 -1
- package/docs/web.md +2 -2
- package/docs/web.zh.md +3 -3
- package/package.json +1 -1
- package/scripts/apiskill-cli.mjs +11 -4
- package/scripts/lib/cache-paths.mjs +8 -0
- package/scripts/lib/openapi-store.mjs +2 -3
- package/scripts/mcp-server.mjs +2 -1
- package/src/App.tsx +223 -184
- package/src/styles.css +172 -6
- package/vite.config.ts +2 -1
- package/dist/assets/index-DH0wsJCI.js +0 -299
- package/dist/assets/index-vocUDpcf.css +0 -1
package/MCP.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
The detailed MCP documentation has moved to standalone docs:
|
|
4
4
|
|
|
5
|
-
- [English MCP documentation](docs/mcp.md)
|
|
6
|
-
- [中文 MCP 文档](docs/mcp.zh.md)
|
|
5
|
+
- [English MCP documentation](https://unpkg.com/apiskill@latest/docs/mcp.md)
|
|
6
|
+
- [中文 MCP 文档](https://unpkg.com/apiskill@latest/docs/mcp.zh.md)
|
|
7
7
|
|
|
8
8
|
Project overview:
|
|
9
9
|
|
|
10
|
-
- [README](README.md)
|
|
11
|
-
- [Web app docs](docs/web.md) / [Web 中文文档](docs/web.zh.md)
|
|
12
|
-
- [CLI docs](docs/cli.md) / [CLI 中文文档](docs/cli.zh.md)
|
|
10
|
+
- [README](https://unpkg.com/apiskill@latest/README.md)
|
|
11
|
+
- [Web app docs](https://unpkg.com/apiskill@latest/docs/web.md) / [Web 中文文档](https://unpkg.com/apiskill@latest/docs/web.zh.md)
|
|
12
|
+
- [CLI docs](https://unpkg.com/apiskill@latest/docs/cli.md) / [CLI 中文文档](https://unpkg.com/apiskill@latest/docs/cli.zh.md)
|
package/README.ja.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# API Skill
|
|
2
2
|
|
|
3
|
-
[English](README.md) / [中文](README.zh.md) / [한국어](README.ko.md) / [日本語](README.ja.md)
|
|
3
|
+
[English](https://unpkg.com/apiskill@latest/README.md) / [中文](https://unpkg.com/apiskill@latest/README.zh.md) / [한국어](https://unpkg.com/apiskill@latest/README.ko.md) / [日本語](https://unpkg.com/apiskill@latest/README.ja.md)
|
|
4
4
|
|
|
5
|
-
API Skill は、フロントエンド開発と AI 支援開発のためのローカル OpenAPI/Swagger
|
|
5
|
+
API Skill は、フロントエンド開発と AI 支援開発のためのローカル OpenAPI/Swagger ワークスペースです。人向けの Web ワークスペースと AI Agent 向けの CLI/MCP インターフェースが、同じキャッシュ済み API ドキュメントを共有します。
|
|
6
6
|
|
|
7
|
-
- Web アプリ: API
|
|
8
|
-
- CLI:
|
|
9
|
-
- MCP サーバー: 同じ API
|
|
7
|
+
- Web アプリ: 人が API ドキュメントをインポート、閲覧、検索、確認、テストし、バージョンと API 操作を管理するための画面。
|
|
8
|
+
- CLI: AI Agent や自動化処理がドキュメント状態を確認し、必要な API コンテキストを取得・保守するためのコマンド。
|
|
9
|
+
- MCP サーバー: 同じ API の照会・保守機能を Codex や他の AI Agent クライアントへ公開。
|
|
10
10
|
|
|
11
11
|
## Web アプリの使い方
|
|
12
12
|
|
|
@@ -92,9 +92,9 @@ Agent ワークフローでは MCP が最も効果的です。コーディング
|
|
|
92
92
|
|
|
93
93
|
## ドキュメント
|
|
94
94
|
|
|
95
|
-
- Web アプリ: [English](docs/web.md) / [中文](docs/web.zh.md) / [한국어](docs/web.ko.md) / [日本語](docs/web.ja.md)
|
|
96
|
-
- CLI 設定と使い方: [English](docs/cli.md) / [中文](docs/cli.zh.md) / [한국어](docs/cli.ko.md) / [日本語](docs/cli.ja.md)
|
|
97
|
-
- MCP 設定と使い方: [English](docs/mcp.md) / [中文](docs/mcp.zh.md) / [한국어](docs/mcp.ko.md) / [日本語](docs/mcp.ja.md)
|
|
95
|
+
- Web アプリ: [English](https://unpkg.com/apiskill@latest/docs/web.md) / [中文](https://unpkg.com/apiskill@latest/docs/web.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/web.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/web.ja.md)
|
|
96
|
+
- CLI 設定と使い方: [English](https://unpkg.com/apiskill@latest/docs/cli.md) / [中文](https://unpkg.com/apiskill@latest/docs/cli.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/cli.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/cli.ja.md)
|
|
97
|
+
- MCP 設定と使い方: [English](https://unpkg.com/apiskill@latest/docs/mcp.md) / [中文](https://unpkg.com/apiskill@latest/docs/mcp.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/mcp.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/mcp.ja.md)
|
|
98
98
|
|
|
99
99
|
## データモデル
|
|
100
100
|
|
package/README.ko.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# API Skill
|
|
2
2
|
|
|
3
|
-
[English](README.md) / [中文](README.zh.md) / [한국어](README.ko.md) / [日本語](README.ja.md)
|
|
3
|
+
[English](https://unpkg.com/apiskill@latest/README.md) / [中文](https://unpkg.com/apiskill@latest/README.zh.md) / [한국어](https://unpkg.com/apiskill@latest/README.ko.md) / [日本語](https://unpkg.com/apiskill@latest/README.ja.md)
|
|
4
4
|
|
|
5
|
-
API Skill은 프론트엔드 개발과 AI 보조 코딩을 위한 로컬 OpenAPI/Swagger 작업 공간입니다.
|
|
5
|
+
API Skill은 프론트엔드 개발과 AI 보조 코딩을 위한 로컬 OpenAPI/Swagger 작업 공간입니다. 사람을 위한 Web 작업 공간과 AI Agent를 위한 CLI/MCP 인터페이스가 같은 캐시된 API 문서를 공유합니다.
|
|
6
6
|
|
|
7
|
-
- Web 앱: API 문서를 가져오고, 탐색하고, 검색하고, 검사하고,
|
|
8
|
-
- CLI:
|
|
9
|
-
- MCP 서버: 같은 API
|
|
7
|
+
- Web 앱: 사람이 API 문서를 가져오고, 탐색하고, 검색하고, 검사하고, 테스트하며 버전과 API 작업을 관리합니다.
|
|
8
|
+
- CLI: AI Agent와 자동화 작업이 문서 상태를 확인하고 필요한 API 컨텍스트를 조회하거나 유지 관리합니다.
|
|
9
|
+
- MCP 서버: 같은 API 조회 및 유지 관리 기능을 Codex 또는 다른 AI Agent 클라이언트에 제공합니다.
|
|
10
10
|
|
|
11
11
|
## Web 앱 사용
|
|
12
12
|
|
|
@@ -92,9 +92,9 @@ Agent 워크플로는 MCP에서 가장 큰 이점을 얻습니다. 코딩 agent
|
|
|
92
92
|
|
|
93
93
|
## 문서
|
|
94
94
|
|
|
95
|
-
- Web 앱: [English](docs/web.md) / [中文](docs/web.zh.md) / [한국어](docs/web.ko.md) / [日本語](docs/web.ja.md)
|
|
96
|
-
- CLI 구성 및 사용법: [English](docs/cli.md) / [中文](docs/cli.zh.md) / [한국어](docs/cli.ko.md) / [日本語](docs/cli.ja.md)
|
|
97
|
-
- MCP 구성 및 사용법: [English](docs/mcp.md) / [中文](docs/mcp.zh.md) / [한국어](docs/mcp.ko.md) / [日本語](docs/mcp.ja.md)
|
|
95
|
+
- Web 앱: [English](https://unpkg.com/apiskill@latest/docs/web.md) / [中文](https://unpkg.com/apiskill@latest/docs/web.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/web.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/web.ja.md)
|
|
96
|
+
- CLI 구성 및 사용법: [English](https://unpkg.com/apiskill@latest/docs/cli.md) / [中文](https://unpkg.com/apiskill@latest/docs/cli.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/cli.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/cli.ja.md)
|
|
97
|
+
- MCP 구성 및 사용법: [English](https://unpkg.com/apiskill@latest/docs/mcp.md) / [中文](https://unpkg.com/apiskill@latest/docs/mcp.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/mcp.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/mcp.ja.md)
|
|
98
98
|
|
|
99
99
|
## 데이터 모델
|
|
100
100
|
|
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# API Skill
|
|
2
2
|
|
|
3
|
-
[English](README.md) / [中文](README.zh.md) / [한국어](README.ko.md) / [日本語](README.ja.md)
|
|
3
|
+
[English](https://unpkg.com/apiskill@latest/README.md) / [中文](https://unpkg.com/apiskill@latest/README.zh.md) / [한국어](https://unpkg.com/apiskill@latest/README.ko.md) / [日本語](https://unpkg.com/apiskill@latest/README.ja.md)
|
|
4
4
|
|
|
5
|
-
API Skill is a local OpenAPI/Swagger workspace for frontend and agent-assisted development. It has
|
|
5
|
+
API Skill is a local OpenAPI/Swagger workspace for frontend and agent-assisted development. It has one human-facing workspace and two agent-facing interfaces that share the same cached API documents:
|
|
6
6
|
|
|
7
|
-
- Web app: import, browse, search, inspect, test, and manually maintain API operations.
|
|
8
|
-
- CLI:
|
|
9
|
-
- MCP server: expose the same
|
|
7
|
+
- Web app, for people: import, browse, search, inspect, test, version, and manually maintain API operations.
|
|
8
|
+
- CLI, for AI agents and automation: check document availability, retrieve focused API context, maintain documents, and start local services with predictable commands.
|
|
9
|
+
- MCP server, for AI agents: expose the same query and maintenance actions directly to Codex or other MCP clients.
|
|
10
10
|
|
|
11
11
|
## Web App Usage
|
|
12
12
|
|
|
@@ -17,28 +17,40 @@ npm install -g apiskill
|
|
|
17
17
|
apiskill run web
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
Global npm installations store version data in the user-writable `~/.apiskill/cache` directory by default. Use `--cwd` for a project-local `<cwd>/cache`, or `--cache-dir` for a custom location. When developing this repository, you can also start it from the project root:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
23
|
npm install
|
|
24
24
|
npm run dev
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
Open the local URL shown in the terminal. The
|
|
27
|
+
Open the local URL shown in the terminal. The New Document dialog can import a direct OpenAPI JSON/YAML URL, crawl a Swagger UI / Knife4j / Redoc page, upload a local file, execute a curl command that returns an OpenAPI document, or create a blank document from scratch.
|
|
28
28
|
|
|
29
29
|
After importing or creating a blank document, use the version selector to switch cached documents, search endpoints by path, summary, tag, method, or parameter text, and open endpoint tabs to inspect request parameters, request bodies, response fields, AI-ready context, and raw JSON. You can also add, edit, or delete manual API operations; those changes are saved as local cached versions.
|
|
30
30
|
|
|
31
31
|
After API document data exists, click Start MOCK Service in the web app or run `apiskill mock` in CLI to start a local random-data MOCK API server from the current interface definitions.
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
### AI Agent Quick Start
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
# 1. Check whether API documentation is ready
|
|
37
|
+
apiskill check
|
|
38
|
+
|
|
39
|
+
# 2. Initialize the cache when no document exists
|
|
40
|
+
apiskill import https://example.com/openapi.json
|
|
41
|
+
apiskill crawl https://example.com/swagger
|
|
42
|
+
apiskill import-file ./openapi.yaml
|
|
43
|
+
apiskill document create --title "My API" --doc-version 1.0.0
|
|
38
44
|
|
|
39
|
-
|
|
45
|
+
# 3. Retrieve only the API context needed for the current coding task
|
|
46
|
+
apiskill versions
|
|
47
|
+
apiskill query /api/v1/users --method GET
|
|
48
|
+
|
|
49
|
+
# 4. Start a local random-data API from the active document
|
|
50
|
+
apiskill mock
|
|
51
|
+
```
|
|
40
52
|
|
|
41
|
-
|
|
53
|
+
CLI and MCP are primarily designed for AI coding agents. Agents should check the cache first, initialize it only when needed, and query a focused endpoint instead of reading the entire OpenAPI document. Run `apiskill --help` for all CLI commands. In MCP clients, start with `apiskill_check`, use `apiskill_search_endpoints` or `apiskill_query_api` to locate an API, and call `apiskill_help` for the complete tool list.
|
|
42
54
|
|
|
43
55
|
## Why This Tool Exists
|
|
44
56
|
|
|
@@ -103,9 +115,9 @@ Agent workflows benefit most from MCP. A coding agent can call `apiskill_search_
|
|
|
103
115
|
|
|
104
116
|
## Documentation
|
|
105
117
|
|
|
106
|
-
- Web app: [English](docs/web.md) / [中文](docs/web.zh.md) / [한국어](docs/web.ko.md) / [日本語](docs/web.ja.md)
|
|
107
|
-
- CLI configuration and usage: [English](docs/cli.md) / [中文](docs/cli.zh.md) / [한국어](docs/cli.ko.md) / [日本語](docs/cli.ja.md)
|
|
108
|
-
- MCP configuration and usage: [English](docs/mcp.md) / [中文](docs/mcp.zh.md) / [한국어](docs/mcp.ko.md) / [日本語](docs/mcp.ja.md)
|
|
118
|
+
- Web app: [English](https://unpkg.com/apiskill@latest/docs/web.md) / [中文](https://unpkg.com/apiskill@latest/docs/web.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/web.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/web.ja.md)
|
|
119
|
+
- CLI configuration and usage: [English](https://unpkg.com/apiskill@latest/docs/cli.md) / [中文](https://unpkg.com/apiskill@latest/docs/cli.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/cli.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/cli.ja.md)
|
|
120
|
+
- MCP configuration and usage: [English](https://unpkg.com/apiskill@latest/docs/mcp.md) / [中文](https://unpkg.com/apiskill@latest/docs/mcp.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/mcp.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/mcp.ja.md)
|
|
109
121
|
|
|
110
122
|
## Data Model
|
|
111
123
|
|
package/README.zh.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# API Skill
|
|
2
2
|
|
|
3
|
-
[English](README.md) / [中文](README.zh.md) / [한국어](README.ko.md) / [日本語](README.ja.md)
|
|
3
|
+
[English](https://unpkg.com/apiskill@latest/README.md) / [中文](https://unpkg.com/apiskill@latest/README.zh.md) / [한국어](https://unpkg.com/apiskill@latest/README.ko.md) / [日本語](https://unpkg.com/apiskill@latest/README.ja.md)
|
|
4
4
|
|
|
5
|
-
API Skill 是一个本地 OpenAPI/Swagger 工作区,面向前端开发和 AI
|
|
5
|
+
API Skill 是一个本地 OpenAPI/Swagger 工作区,面向前端开发和 AI 辅助编码。它提供一个面向人的工作台和两个面向 AI Agent 的接口,并共享同一份本地缓存接口文档:
|
|
6
6
|
|
|
7
|
-
- Web
|
|
8
|
-
- CLI
|
|
9
|
-
- MCP
|
|
7
|
+
- Web 端,主要给人使用:导入、浏览、搜索、查看、测试、版本管理和手动维护接口。
|
|
8
|
+
- CLI,主要给 AI Agent 和自动化任务使用:检查文档状态、按需获取接口上下文、维护文档并启动本地服务。
|
|
9
|
+
- MCP 服务,主要给 AI Agent 使用:把同一套查询和维护能力直接暴露给 Codex 或其他 MCP 客户端。
|
|
10
10
|
|
|
11
11
|
## Web 端使用
|
|
12
12
|
|
|
@@ -17,28 +17,40 @@ npm install -g apiskill
|
|
|
17
17
|
apiskill run web
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
Web
|
|
20
|
+
通过 npm 全局安装时,Web 端默认使用用户可写的 `~/.apiskill/cache` 保存版本数据。使用 `--cwd` 可切换为项目目录下的 `<cwd>/cache`,使用 `--cache-dir` 可指定其他位置。开发本仓库时也可以在项目根目录启动:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
23
|
npm install
|
|
24
24
|
npm run dev
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
打开终端输出的本地地址。“新建文档”弹窗可以导入直接的 OpenAPI JSON/YAML 地址,爬取 Swagger UI / Knife4j / Redoc 页面,上传本地文件,执行返回 OpenAPI 文档的 curl 命令,也可以从零新建空白文档。
|
|
28
28
|
|
|
29
29
|
导入或新建文档后,可以用版本选择器切换缓存文档,按路径、摘要、tag、method 或参数文本搜索接口,并打开接口 tab 查看请求参数、请求体、响应字段、AI 友好的上下文和原始 JSON。也可以新增、编辑、删除手动接口;这些改动会保存为本地缓存版本。
|
|
30
30
|
|
|
31
31
|
已有 API 文档数据后,可以在 Web 端点击“启动MOCK服务”,或在 CLI 里运行 `apiskill mock`,根据当前接口定义启动本地随机数据 MOCK API 服务。
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
### AI Agent 快速使用
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
# 1. 检查 API 文档是否可用
|
|
37
|
+
apiskill check
|
|
38
|
+
|
|
39
|
+
# 2. 没有文档时初始化缓存
|
|
40
|
+
apiskill import https://example.com/openapi.json
|
|
41
|
+
apiskill crawl https://example.com/swagger
|
|
42
|
+
apiskill import-file ./openapi.yaml
|
|
43
|
+
apiskill document create --title "My API" --doc-version 1.0.0
|
|
38
44
|
|
|
39
|
-
|
|
45
|
+
# 3. 只获取当前开发任务需要的接口上下文
|
|
46
|
+
apiskill versions
|
|
47
|
+
apiskill query /api/v1/users --method GET
|
|
48
|
+
|
|
49
|
+
# 4. 根据当前文档启动本地随机数据接口
|
|
50
|
+
apiskill mock
|
|
51
|
+
```
|
|
40
52
|
|
|
41
|
-
|
|
53
|
+
CLI 和 MCP 主要面向 AI 编码 Agent。Agent 应先检查缓存,只在缺少文档时初始化,然后按当前任务精确查询接口,避免每次读取整份 OpenAPI 文档。运行 `apiskill --help` 可以查看全部 CLI 命令;在 MCP 客户端中先调用 `apiskill_check`,再使用 `apiskill_search_endpoints` 或 `apiskill_query_api` 定位接口,调用 `apiskill_help` 可查看完整工具列表。
|
|
42
54
|
|
|
43
55
|
## 为什么开发这个工具
|
|
44
56
|
|
|
@@ -103,9 +115,9 @@ Agent 工作流最适合接入 MCP。编码 agent 可以先调用 `apiskill_sear
|
|
|
103
115
|
|
|
104
116
|
## 文档
|
|
105
117
|
|
|
106
|
-
- Web 端:[English](docs/web.md) / [中文](docs/web.zh.md) / [한국어](docs/web.ko.md) / [日本語](docs/web.ja.md)
|
|
107
|
-
- CLI 配置和使用:[English](docs/cli.md) / [中文](docs/cli.zh.md) / [한국어](docs/cli.ko.md) / [日本語](docs/cli.ja.md)
|
|
108
|
-
- MCP 配置和使用:[English](docs/mcp.md) / [中文](docs/mcp.zh.md) / [한국어](docs/mcp.ko.md) / [日本語](docs/mcp.ja.md)
|
|
118
|
+
- Web 端:[English](https://unpkg.com/apiskill@latest/docs/web.md) / [中文](https://unpkg.com/apiskill@latest/docs/web.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/web.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/web.ja.md)
|
|
119
|
+
- CLI 配置和使用:[English](https://unpkg.com/apiskill@latest/docs/cli.md) / [中文](https://unpkg.com/apiskill@latest/docs/cli.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/cli.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/cli.ja.md)
|
|
120
|
+
- MCP 配置和使用:[English](https://unpkg.com/apiskill@latest/docs/mcp.md) / [中文](https://unpkg.com/apiskill@latest/docs/mcp.zh.md) / [한국어](https://unpkg.com/apiskill@latest/docs/mcp.ko.md) / [日本語](https://unpkg.com/apiskill@latest/docs/mcp.ja.md)
|
|
109
121
|
|
|
110
122
|
## 数据模型
|
|
111
123
|
|