skilldb 0.4.3 → 0.5.2
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/README.md +7 -4
- package/dist/cli.js +492 -186
- package/dist/cli.js.map +1 -1
- package/dist/mcp.js +152 -9
- package/dist/mcp.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,13 +12,16 @@ Connect SkillDB directly to your AI coding tool via the Model Context Protocol:
|
|
|
12
12
|
# Step 1: Install globally (one time)
|
|
13
13
|
npm install -g skilldb
|
|
14
14
|
|
|
15
|
-
# Step 2:
|
|
16
|
-
claude mcp add skilldb -- skilldb-mcp
|
|
15
|
+
# Step 2: Get your free API key at https://skilldb.dev/api-access
|
|
17
16
|
|
|
18
|
-
#
|
|
19
|
-
claude mcp add skilldb -- skilldb-mcp --api-key
|
|
17
|
+
# Step 3: Add to Claude Code (with API key for full content)
|
|
18
|
+
claude mcp add skilldb -- skilldb-mcp --api-key sk_live_YOUR_KEY
|
|
20
19
|
```
|
|
21
20
|
|
|
21
|
+
> **⚠️ Without an API key**, you can search and browse skills (metadata only).
|
|
22
|
+
> **With a free API key**, you get full skill content — the actual markdown instructions your agent uses.
|
|
23
|
+
> Get your key in 30 seconds at [skilldb.dev/api-access](https://skilldb.dev/api-access).
|
|
24
|
+
|
|
22
25
|
**Cursor** — add to `.cursor/mcp.json`:
|
|
23
26
|
```json
|
|
24
27
|
{
|