Skip to content

Commit 580f01e

Browse files
committed
add skills.sh instructions
1 parent 6d0d2ae commit 580f01e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Install the extension from the [Gemini marketplace](https://geminicli.com/extens
2020

2121
Install the plugin from the github repository: `/plugin install https://github.com/mongodb/agent-skills.git`. Then restart copilot to activate the MCP server.
2222

23+
### Install using skills.sh
24+
25+
1. Add the skills you want to your agent:
26+
27+
```bash
28+
npx skills add mongodb/agent-skills
29+
```
30+
31+
2. Install the MCP server: `npx mongodb-mcp-server@1 setup` and follow the instructions.
32+
2333
### Local install from repository
2434

2535
1. Clone the repository:

0 commit comments

Comments
 (0)