Skip to content

Commit 9111c85

Browse files
committed
docs: add SkillsMP discovery link in READMEs and documentation
1 parent 85c8969 commit 9111c85

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ ASK searches these sources by default:
172172
| **OpenAI** | dir | Codex skills from [openai/skills](https://github.com/openai/skills) |
173173
| **MATLAB** | dir | Official [matlab/skills](https://github.com/matlab/skills) |
174174

175+
### 🔍 Skill Discovery
176+
177+
Looking for more skills? Check out [SkillsMP](https://skillsmp.com), the open-source marketplace for AI Agent Skills. You can search thousands of community skills and add them using `ask repo add` or by installing directly from their repositories.
178+
179+
### 🔍 Skill Discovery
180+
181+
Looking for more skills? Check out [SkillsMP](https://skillsmp.com), the open-source marketplace for AI Agent Skills. You can search thousands of community skills and add them using `ask repo add` or by installing directly from their repositories.
182+
175183
### Add Custom Sources
176184

177185
```yaml

README_zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ ASK 默认搜索以下来源:
145145
| **OpenAI** | dir | [openai/skills](https://github.com/openai/skills) Codex 技能 |
146146
| **MATLAB** | dir | 官方 [matlab/skills](https://github.com/matlab/skills) |
147147

148+
### 🔍 发现更多技能
149+
150+
想要寻找更多技能?请访问 [SkillsMP](https://skillsmp.com),这是最大的开源 AI Agent 技能市场。您可以搜索数以千计的社区技能,并通过 `ask repo add` 添加它们,或直接从其仓库安装。
151+
148152
### 添加自定义来源
149153

150154
```yaml

docs/skill-sources.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ ASK comes with six pre-configured sources:
1919

2020
---
2121

22+
## Skill Discovery
23+
24+
Looking for more skills? Check out [SkillsMP](https://skillsmp.com), the open-source marketplace for AI Agent Skills.
25+
26+
SkillsMP indexes thousands of skills from GitHub. When you find a skill you like:
27+
1. Copy its GitHub repository URL.
28+
2. Add it to your project:
29+
```bash
30+
ask repo add <owner>/<repo>/<path/to/skills>
31+
```
32+
3. Or install it directly if it's in a standard repository:
33+
```bash
34+
ask skill install <skill-name>
35+
```
36+
2237
## Source Types
2338

2439
### Topic Sources (`topic`)

0 commit comments

Comments
 (0)