Skip to content

Commit 28e06be

Browse files
authored
feat: add Claude plugin marketplace catalog (#5)
1 parent 903106c commit 28e06be

3 files changed

Lines changed: 47 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
3+
"name": "superagents-lab",
4+
"description": "Search1API plugins for live web research.",
5+
"owner": {
6+
"name": "Search1API",
7+
"email": "sys@search1api.com"
8+
},
9+
"plugins": [
10+
{
11+
"name": "search1api",
12+
"source": "./",
13+
"description": "Search the live web, read pages, find news, discover site links, and explore trending topics.",
14+
"version": "1.0.0",
15+
"author": {
16+
"name": "Search1API",
17+
"email": "sys@search1api.com"
18+
},
19+
"homepage": "https://www.search1api.com/docs/integrations/skills",
20+
"repository": "https://github.com/superagents-lab/search1api-cli",
21+
"license": "MIT",
22+
"category": "productivity",
23+
"keywords": [
24+
"search",
25+
"research",
26+
"news",
27+
"crawl",
28+
"fetch",
29+
"mcp"
30+
]
31+
}
32+
]
33+
}

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,24 @@ s1 update --force # reinstall even if already on the latest version
167167

168168
## Agent skill and plugins
169169

170-
This repo includes an Agent Skill plus plugin manifests for Claude Code and
171-
ChatGPT/Codex. The plugins connect to Search1API's hosted MCP server and keep
172-
the `s1` CLI as a fallback, so the same research workflow works across hosts.
170+
This repo includes an Agent Skill plus compatibility manifests for Claude Code,
171+
ChatGPT/Codex, Cursor, and OpenClaw. The plugins connect to Search1API's hosted
172+
MCP server and keep the `s1` CLI as a fallback, so the same research workflow
173+
works across hosts.
173174

174175
Install the standalone skill:
175176

176177
```bash
177178
npx skills add superagents-lab/search1api-cli
178179
```
179180

181+
Install the Claude Code plugin from Search1API's custom marketplace:
182+
183+
```bash
184+
claude plugin marketplace add superagents-lab/search1api-cli
185+
claude plugin install search1api@superagents-lab
186+
```
187+
180188
Developers can validate or test the plugin bundle from a local clone:
181189

182190
```bash

docs/directory-submission.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ WeChat, and Bilibili.
5151
- Repository URL: https://github.com/superagents-lab/search1api-cli
5252
- Plugin root: repository root.
5353
- Components: one Agent Skill and one remote MCP connection.
54+
- Custom marketplace:
55+
- `claude plugin marketplace add superagents-lab/search1api-cli`
56+
- `claude plugin install search1api@superagents-lab`
5457
- Validation:
5558
- `claude plugin validate . --strict`
5659
- `claude --plugin-dir . plugin list`

0 commit comments

Comments
 (0)