tako-cli 0.2.5 → 0.2.8
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/dist/catalog.json +243 -0
- package/dist/hub-web/404.html +2 -2
- package/dist/hub-web/apple-touch-icon-180x180.png +0 -0
- package/dist/hub-web/assets/index-BFFI6ZQs.js +567 -0
- package/dist/hub-web/assets/index-Cafcc5Wp.js +567 -0
- package/dist/hub-web/assets/index-Cb_RdKoR.js +567 -0
- package/dist/hub-web/assets/index-CgNhArY7.css +1 -0
- package/dist/hub-web/assets/index-urrIqv8H.js +567 -0
- package/dist/hub-web/assets/index-wkTDcFJS.js +567 -0
- package/dist/hub-web/assets/index-zzxKBcct.js +567 -0
- package/dist/hub-web/favicon.ico +0 -0
- package/dist/hub-web/icon.svg +25 -21
- package/dist/hub-web/index.html +2 -2
- package/dist/hub-web/mask-icon.svg +9 -2
- package/dist/hub-web/maskable-icon-512x512.png +0 -0
- package/dist/hub-web/pwa-192x192.png +0 -0
- package/dist/hub-web/pwa-512x512.png +0 -0
- package/dist/hub-web/pwa-64x64.png +0 -0
- package/dist/hub-web/sw.js +2 -2
- package/dist/index.js +323 -1710
- package/install.sh +14 -101
- package/package.json +21 -55
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "skill-find-skills",
|
|
4
|
+
"type": "skill",
|
|
5
|
+
"name": "Find Skills",
|
|
6
|
+
"description": "Discover and install agent skills from the open skills ecosystem. Ask 'how do I do X' to search and install matching skills.\n从开放技能生态中搜索并安装 Agent 技能。问「怎么做 X」即可搜索安装。",
|
|
7
|
+
"author": "vercel-labs",
|
|
8
|
+
"sourceType": "github",
|
|
9
|
+
"sourceUrl": "https://github.com/vercel-labs/skills",
|
|
10
|
+
"category": "discovery",
|
|
11
|
+
"tags": [
|
|
12
|
+
"skills",
|
|
13
|
+
"discovery",
|
|
14
|
+
"search",
|
|
15
|
+
"install",
|
|
16
|
+
"ecosystem"
|
|
17
|
+
],
|
|
18
|
+
"targetAgents": [
|
|
19
|
+
"claude"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "mcp-filesystem",
|
|
24
|
+
"type": "mcp-server",
|
|
25
|
+
"name": "Filesystem",
|
|
26
|
+
"description": "Secure file system operations with configurable access controls.\n安全的文件系统操作,支持可配置的访问控制。",
|
|
27
|
+
"author": "anthropic",
|
|
28
|
+
"sourceType": "npm",
|
|
29
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-filesystem",
|
|
30
|
+
"category": "file-system",
|
|
31
|
+
"tags": [
|
|
32
|
+
"files",
|
|
33
|
+
"directories",
|
|
34
|
+
"read",
|
|
35
|
+
"write"
|
|
36
|
+
],
|
|
37
|
+
"targetAgents": [
|
|
38
|
+
"claude",
|
|
39
|
+
"codex"
|
|
40
|
+
],
|
|
41
|
+
"configJson": {
|
|
42
|
+
"command": "bunx",
|
|
43
|
+
"args": [
|
|
44
|
+
"-y",
|
|
45
|
+
"@modelcontextprotocol/server-filesystem",
|
|
46
|
+
"/tmp"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "mcp-github",
|
|
52
|
+
"type": "mcp-server",
|
|
53
|
+
"name": "GitHub",
|
|
54
|
+
"description": "GitHub API integration — repos, issues, PRs, and more.\nGitHub API 集成 — 仓库、Issue、PR 等。",
|
|
55
|
+
"author": "github",
|
|
56
|
+
"sourceType": "npm",
|
|
57
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-github",
|
|
58
|
+
"category": "developer-tools",
|
|
59
|
+
"tags": [
|
|
60
|
+
"github",
|
|
61
|
+
"git",
|
|
62
|
+
"issues",
|
|
63
|
+
"pull-requests"
|
|
64
|
+
],
|
|
65
|
+
"targetAgents": [
|
|
66
|
+
"claude",
|
|
67
|
+
"codex"
|
|
68
|
+
],
|
|
69
|
+
"configJson": {
|
|
70
|
+
"command": "bunx",
|
|
71
|
+
"args": [
|
|
72
|
+
"-y",
|
|
73
|
+
"@modelcontextprotocol/server-github"
|
|
74
|
+
],
|
|
75
|
+
"env": {
|
|
76
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": ""
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "mcp-memory",
|
|
82
|
+
"type": "mcp-server",
|
|
83
|
+
"name": "Memory",
|
|
84
|
+
"description": "Persistent memory using a knowledge graph.\n基于知识图谱的持久化记忆。",
|
|
85
|
+
"author": "anthropic",
|
|
86
|
+
"sourceType": "npm",
|
|
87
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-memory",
|
|
88
|
+
"category": "knowledge",
|
|
89
|
+
"tags": [
|
|
90
|
+
"memory",
|
|
91
|
+
"knowledge-graph",
|
|
92
|
+
"persistence"
|
|
93
|
+
],
|
|
94
|
+
"targetAgents": [
|
|
95
|
+
"claude",
|
|
96
|
+
"codex"
|
|
97
|
+
],
|
|
98
|
+
"configJson": {
|
|
99
|
+
"command": "bunx",
|
|
100
|
+
"args": [
|
|
101
|
+
"-y",
|
|
102
|
+
"@modelcontextprotocol/server-memory"
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "mcp-brave-search",
|
|
108
|
+
"type": "mcp-server",
|
|
109
|
+
"name": "Brave Search",
|
|
110
|
+
"description": "Web search using the Brave Search API.\n通过 Brave Search API 进行网页搜索。",
|
|
111
|
+
"author": "brave",
|
|
112
|
+
"sourceType": "npm",
|
|
113
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-brave-search",
|
|
114
|
+
"category": "search",
|
|
115
|
+
"tags": [
|
|
116
|
+
"search",
|
|
117
|
+
"web",
|
|
118
|
+
"brave"
|
|
119
|
+
],
|
|
120
|
+
"targetAgents": [
|
|
121
|
+
"claude",
|
|
122
|
+
"codex"
|
|
123
|
+
],
|
|
124
|
+
"configJson": {
|
|
125
|
+
"command": "bunx",
|
|
126
|
+
"args": [
|
|
127
|
+
"-y",
|
|
128
|
+
"@modelcontextprotocol/server-brave-search"
|
|
129
|
+
],
|
|
130
|
+
"env": {
|
|
131
|
+
"BRAVE_API_KEY": ""
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "mcp-puppeteer",
|
|
137
|
+
"type": "mcp-server",
|
|
138
|
+
"name": "Puppeteer",
|
|
139
|
+
"description": "Browser automation using Puppeteer.\n使用 Puppeteer 进行浏览器自动化。",
|
|
140
|
+
"author": "anthropic",
|
|
141
|
+
"sourceType": "npm",
|
|
142
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-puppeteer",
|
|
143
|
+
"category": "automation",
|
|
144
|
+
"tags": [
|
|
145
|
+
"browser",
|
|
146
|
+
"automation",
|
|
147
|
+
"puppeteer",
|
|
148
|
+
"web"
|
|
149
|
+
],
|
|
150
|
+
"targetAgents": [
|
|
151
|
+
"claude",
|
|
152
|
+
"codex"
|
|
153
|
+
],
|
|
154
|
+
"configJson": {
|
|
155
|
+
"command": "bunx",
|
|
156
|
+
"args": [
|
|
157
|
+
"-y",
|
|
158
|
+
"@modelcontextprotocol/server-puppeteer"
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "mcp-fetch",
|
|
164
|
+
"type": "mcp-server",
|
|
165
|
+
"name": "Fetch",
|
|
166
|
+
"description": "Make HTTP requests and fetch web content.\n发送 HTTP 请求并获取网页内容。",
|
|
167
|
+
"author": "anthropic",
|
|
168
|
+
"sourceType": "npm",
|
|
169
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-fetch",
|
|
170
|
+
"category": "networking",
|
|
171
|
+
"tags": [
|
|
172
|
+
"http",
|
|
173
|
+
"fetch",
|
|
174
|
+
"web",
|
|
175
|
+
"api"
|
|
176
|
+
],
|
|
177
|
+
"targetAgents": [
|
|
178
|
+
"claude",
|
|
179
|
+
"codex"
|
|
180
|
+
],
|
|
181
|
+
"configJson": {
|
|
182
|
+
"command": "bunx",
|
|
183
|
+
"args": [
|
|
184
|
+
"-y",
|
|
185
|
+
"@modelcontextprotocol/server-fetch"
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "mcp-sqlite",
|
|
191
|
+
"type": "mcp-server",
|
|
192
|
+
"name": "SQLite",
|
|
193
|
+
"description": "SQLite database operations.\nSQLite 数据库操作。",
|
|
194
|
+
"author": "anthropic",
|
|
195
|
+
"sourceType": "npm",
|
|
196
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-sqlite",
|
|
197
|
+
"category": "database",
|
|
198
|
+
"tags": [
|
|
199
|
+
"sqlite",
|
|
200
|
+
"database",
|
|
201
|
+
"sql"
|
|
202
|
+
],
|
|
203
|
+
"targetAgents": [
|
|
204
|
+
"claude",
|
|
205
|
+
"codex"
|
|
206
|
+
],
|
|
207
|
+
"configJson": {
|
|
208
|
+
"command": "bunx",
|
|
209
|
+
"args": [
|
|
210
|
+
"-y",
|
|
211
|
+
"@modelcontextprotocol/server-sqlite",
|
|
212
|
+
"/tmp/test.db"
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"id": "mcp-postgres",
|
|
218
|
+
"type": "mcp-server",
|
|
219
|
+
"name": "PostgreSQL",
|
|
220
|
+
"description": "Read-only PostgreSQL database access with schema inspection.\n只读 PostgreSQL 数据库访问,支持表结构查看。",
|
|
221
|
+
"author": "anthropic",
|
|
222
|
+
"sourceType": "npm",
|
|
223
|
+
"sourceUrl": "https://www.npmjs.com/package/@modelcontextprotocol/server-postgres",
|
|
224
|
+
"category": "database",
|
|
225
|
+
"tags": [
|
|
226
|
+
"postgres",
|
|
227
|
+
"database",
|
|
228
|
+
"sql"
|
|
229
|
+
],
|
|
230
|
+
"targetAgents": [
|
|
231
|
+
"claude",
|
|
232
|
+
"codex"
|
|
233
|
+
],
|
|
234
|
+
"configJson": {
|
|
235
|
+
"command": "bunx",
|
|
236
|
+
"args": [
|
|
237
|
+
"-y",
|
|
238
|
+
"@modelcontextprotocol/server-postgres",
|
|
239
|
+
"postgresql://localhost/mydb"
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
]
|
package/dist/hub-web/404.html
CHANGED
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
</script>
|
|
53
53
|
|
|
54
54
|
<title>TAKO</title>
|
|
55
|
-
<script type="module" crossorigin src="/assets/index-
|
|
56
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
55
|
+
<script type="module" crossorigin src="/assets/index-BFFI6ZQs.js"></script>
|
|
56
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CgNhArY7.css">
|
|
57
57
|
<link rel="manifest" href="/manifest.webmanifest"></head>
|
|
58
58
|
<body>
|
|
59
59
|
<div id="root"></div>
|
|
Binary file
|