-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 759 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "skill-finder",
"description": "Search 42,000+ curated agent skills by describing what you want to do. Runs entirely on-device via a local FAISS index — no API calls, no latency.",
"version": "0.1.2",
"author": {
"name": "yya007",
"url": "https://github.com/yya007"
},
"repository": "https://github.com/yya007/SkillFinder",
"license": "MIT",
"keywords": ["skills", "search", "discovery", "faiss", "vector-search"],
"platforms": ["claude_code", "openclaw", "codex"],
"install": {
"steps": [
"pip install -r scripts/requirements.txt",
"ollama pull qwen3-embedding:0.6b",
"python scripts/update_index.py"
],
"note": "Requires Ollama (https://ollama.com/install) to be installed first."
}
}