-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.json
More file actions
91 lines (91 loc) · 4.37 KB
/
index.json
File metadata and controls
91 lines (91 loc) · 4.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"schema_version": "v1",
"index_url": "https://raw.githubusercontent.com/AgenticHighway/kelvinclaw/main/index.json",
"updated_at": "2026-03-25T00:00:00Z",
"plugins": [
{
"id": "kelvin.echo",
"name": "Kelvin Echo Model Plugin",
"version": "0.1.0",
"description": "First-party echo plugin — reflects the user prompt back as the assistant response. No external network calls or API keys required.",
"homepage": "https://github.com/AgenticHighway/kelvinclaw/tree/main/plugins/kelvin-echo-plugin",
"package_url": "https://raw.githubusercontent.com/AgenticHighway/kelvinclaw/main/release/vendor/kelvin.echo-0.1.0.tar.gz",
"sha256": "166f2b86dd7a4cfdbeb0b1599354e631b846c55c81a755bb776e4ac0ef2629e8",
"quality_tier": "unsigned_local",
"api_version": "1.0.0",
"min_core_version": "0.1.0",
"capabilities": ["model_provider"],
"runtime": "wasm_model_v1"
},
{
"id": "kelvin.cli",
"name": "Kelvin CLI Toolpack",
"version": "0.1.2",
"description": "Core CLI toolpack providing filesystem, web fetch, cron, and session tools — required by every KelvinClaw installation.",
"homepage": "https://github.com/AgenticHighway/kelvinclaw",
"package_url": "https://raw.githubusercontent.com/AgenticHighway/kelvinclaw/main/release/vendor/kelvin.cli-0.1.2.tar.gz",
"sha256": "c151dc7a0a7b3d398165babbf3572d34711592208fdcd6d0bd6bc81a4b649203",
"quality_tier": "unsigned_local",
"api_version": "1.0.0",
"min_core_version": "0.1.0",
"capabilities": ["tool_provider"],
"runtime": "wasm_tool_v1"
},
{
"id": "kelvin.anthropic",
"name": "Kelvin Anthropic Model Plugin",
"version": "0.1.0",
"description": "First-party Anthropic model plugin — routes to Claude via Kelvin's provider_profile host routing.",
"homepage": "https://github.com/AgenticHighway/kelvinclaw/tree/main/plugins/kelvin-anthropic-plugin",
"package_url": "https://raw.githubusercontent.com/AgenticHighway/kelvinclaw/main/release/vendor/kelvin.anthropic-0.1.0.tar.gz",
"sha256": "09c933f75755e5e2d43c62a1a584150b44fb86926b4c5803be892a86ac2a1b5c",
"quality_tier": "unsigned_local",
"api_version": "1.0.0",
"min_core_version": "0.1.0",
"capabilities": ["model_provider", "network_egress"],
"runtime": "wasm_model_v1"
},
{
"id": "kelvin.openai",
"name": "Kelvin OpenAI Model Plugin",
"version": "0.1.0",
"description": "First-party OpenAI model plugin — routes to GPT via Kelvin's provider_profile host routing (Responses API).",
"homepage": "https://github.com/AgenticHighway/kelvinclaw/tree/main/plugins/kelvin-openai-plugin",
"package_url": "https://raw.githubusercontent.com/AgenticHighway/kelvinclaw/main/release/vendor/kelvin.openai-0.1.0.tar.gz",
"sha256": "38a40d78ffaaaae983eab754bba2bd50f4f0437e886f85b294466e1178ed1cad",
"quality_tier": "unsigned_local",
"api_version": "1.0.0",
"min_core_version": "0.1.0",
"capabilities": ["model_provider", "network_egress"],
"runtime": "wasm_model_v1"
},
{
"id": "kelvin.openrouter",
"name": "Kelvin OpenRouter Model Plugin",
"version": "0.1.0",
"description": "First-party OpenRouter model plugin — routes to 200+ models via Kelvin's declarative provider_profile routing.",
"homepage": "https://github.com/AgenticHighway/kelvinclaw/tree/main/plugins/kelvin-openrouter-plugin",
"package_url": "https://raw.githubusercontent.com/AgenticHighway/kelvinclaw/main/release/vendor/kelvin.openrouter-0.1.0.tar.gz",
"sha256": "da72740d3319b9a7816b879c8643413f00b239642e50c4bc499669d1cf7e77f4",
"quality_tier": "unsigned_local",
"api_version": "1.0.0",
"min_core_version": "0.1.0",
"capabilities": ["model_provider", "network_egress"],
"runtime": "wasm_model_v1"
},
{
"id": "kelvin.websearch",
"name": "Kelvin Web Search",
"version": "0.1.0",
"description": "Web search tool powered by the Brave Search API — gives your agent access to live web results.",
"homepage": "https://github.com/AgenticHighway/kelvinclaw/tree/main/plugins/kelvin-websearch-plugin",
"package_url": "https://raw.githubusercontent.com/AgenticHighway/kelvinclaw/main/release/vendor/kelvin.websearch-0.1.0.tar.gz",
"sha256": "057f24ea98c3d68b0489a1a67829927155a27cc961e2e3a1573c8dc8fa4a2e97",
"quality_tier": "unsigned_local",
"api_version": "1.0.0",
"min_core_version": "0.1.0",
"capabilities": ["tool_provider", "network_egress", "env_access"],
"runtime": "wasm_tool_v1"
}
]
}