Skip to content

Commit 1806b15

Browse files
fix: add ClawHub plugin display names (#87354)
1 parent c571652 commit 1806b15

62 files changed

Lines changed: 87 additions & 38 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extensions/acpx/openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"enabledByDefault": true,
77
"name": "ACPX Runtime",
8-
"description": "Embedded ACP runtime backend with plugin-owned session and transport management.",
8+
"description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
99
"skills": ["./skills"],
1010
"configSchema": {
1111
"type": "object",

extensions/acpx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openclaw/acpx",
33
"version": "2026.5.27",
4-
"description": "OpenClaw ACP runtime backend",
4+
"description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/openclaw/openclaw"

extensions/amazon-bedrock-mantle/openclaw.plugin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": "amazon-bedrock-mantle",
3+
"name": "Amazon Bedrock Mantle",
4+
"description": "OpenClaw Amazon Bedrock Mantle provider plugin for OpenAI-compatible model routing.",
35
"activation": {
46
"onStartup": false
57
},

extensions/amazon-bedrock-mantle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openclaw/amazon-bedrock-mantle-provider",
33
"version": "2026.5.27",
4-
"description": "OpenClaw Amazon Bedrock Mantle (OpenAI-compatible) provider plugin",
4+
"description": "OpenClaw Amazon Bedrock Mantle provider plugin for OpenAI-compatible model routing.",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/openclaw/openclaw"

extensions/amazon-bedrock/openclaw.plugin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": "amazon-bedrock",
3+
"name": "Amazon Bedrock",
4+
"description": "OpenClaw Amazon Bedrock provider plugin with model discovery, embeddings, and guardrail support.",
35
"activation": {
46
"onStartup": false
57
},

extensions/amazon-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openclaw/amazon-bedrock-provider",
33
"version": "2026.5.27",
4-
"description": "OpenClaw Amazon Bedrock provider plugin",
4+
"description": "OpenClaw Amazon Bedrock provider plugin with model discovery, embeddings, and guardrail support.",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/openclaw/openclaw"

extensions/anthropic-vertex/openclaw.plugin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": "anthropic-vertex",
3+
"name": "Anthropic Vertex",
4+
"description": "OpenClaw Anthropic Vertex provider plugin for Claude models on Google Vertex AI.",
35
"activation": {
46
"onStartup": false
57
},

extensions/anthropic-vertex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openclaw/anthropic-vertex-provider",
33
"version": "2026.5.27",
4-
"description": "OpenClaw Anthropic Vertex provider plugin",
4+
"description": "OpenClaw Anthropic Vertex provider plugin for Claude models on Google Vertex AI.",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/openclaw/openclaw"

extensions/brave/openclaw.plugin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": "brave",
3+
"name": "Brave",
4+
"description": "OpenClaw Brave Search provider plugin for web search.",
35
"activation": {
46
"onStartup": false
57
},

extensions/brave/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openclaw/brave-plugin",
33
"version": "2026.5.27",
4-
"description": "OpenClaw Brave plugin",
4+
"description": "OpenClaw Brave Search provider plugin for web search.",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/openclaw/openclaw"

0 commit comments

Comments
 (0)