Skip to content

Commit 2244ba8

Browse files
committed
docs: add generated plugin reference pages
1 parent da2a8bd commit 2244ba8

119 files changed

Lines changed: 3046 additions & 132 deletions

File tree

Some content is hidden

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

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@
11841184
"tools/plugin",
11851185
"plugins/community",
11861186
"plugins/plugin-inventory",
1187+
"plugins/reference",
11871188
"plugins/bundles",
11881189
"plugins/dependency-resolution",
11891190
"plugins/codex-harness",

docs/plugins/plugin-inventory.md

Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.

docs/plugins/reference.md

Lines changed: 134 additions & 0 deletions
Large diffs are not rendered by default.

docs/plugins/reference/acpx.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
summary: "Embedded ACP runtime backend with plugin-owned session and transport management."
3+
read_when:
4+
- You are installing, configuring, or auditing the acpx plugin
5+
title: "ACPx plugin"
6+
---
7+
8+
# ACPx plugin
9+
10+
Embedded ACP runtime backend with plugin-owned session and transport management.
11+
12+
## Distribution
13+
14+
- Package: `@openclaw/acpx`
15+
- Install route: ClawHub + npm
16+
17+
## Surface
18+
19+
skills
20+
21+
## Related docs
22+
23+
- [acpx](/tools/acp-agents-setup)

docs/plugins/reference/alibaba.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
summary: "Adds video generation provider support."
3+
read_when:
4+
- You are installing, configuring, or auditing the alibaba plugin
5+
title: "Alibaba plugin"
6+
---
7+
8+
# Alibaba plugin
9+
10+
Adds video generation provider support.
11+
12+
## Distribution
13+
14+
- Package: `@openclaw/alibaba-provider`
15+
- Install route: included in OpenClaw
16+
17+
## Surface
18+
19+
contracts: videoGenerationProviders
20+
21+
## Related docs
22+
23+
- [alibaba](/providers/alibaba)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
summary: "Adds Amazon Bedrock Mantle model provider support to OpenClaw."
3+
read_when:
4+
- You are installing, configuring, or auditing the amazon-bedrock-mantle plugin
5+
title: "Amazon Bedrock Mantle plugin"
6+
---
7+
8+
# Amazon Bedrock Mantle plugin
9+
10+
Adds Amazon Bedrock Mantle model provider support to OpenClaw.
11+
12+
## Distribution
13+
14+
- Package: `@openclaw/amazon-bedrock-mantle-provider`
15+
- Install route: included in OpenClaw
16+
17+
## Surface
18+
19+
providers: amazon-bedrock-mantle
20+
21+
## Related docs
22+
23+
- [amazon-bedrock-mantle](/providers/bedrock-mantle)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
summary: "Adds Amazon Bedrock model provider support to OpenClaw."
3+
read_when:
4+
- You are installing, configuring, or auditing the amazon-bedrock plugin
5+
title: "Amazon Bedrock plugin"
6+
---
7+
8+
# Amazon Bedrock plugin
9+
10+
Adds Amazon Bedrock model provider support to OpenClaw.
11+
12+
## Distribution
13+
14+
- Package: `@openclaw/amazon-bedrock-provider`
15+
- Install route: included in OpenClaw
16+
17+
## Surface
18+
19+
providers: amazon-bedrock; contracts: memoryEmbeddingProviders
20+
21+
## Related docs
22+
23+
- [amazon-bedrock](/providers/bedrock)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
summary: "Adds Anthropic Vertex model provider support to OpenClaw."
3+
read_when:
4+
- You are installing, configuring, or auditing the anthropic-vertex plugin
5+
title: "Anthropic Vertex plugin"
6+
---
7+
8+
# Anthropic Vertex plugin
9+
10+
Adds Anthropic Vertex model provider support to OpenClaw.
11+
12+
## Distribution
13+
14+
- Package: `@openclaw/anthropic-vertex-provider`
15+
- Install route: included in OpenClaw
16+
17+
## Surface
18+
19+
providers: anthropic-vertex
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
summary: "Adds Anthropic model provider support to OpenClaw."
3+
read_when:
4+
- You are installing, configuring, or auditing the anthropic plugin
5+
title: "Anthropic plugin"
6+
---
7+
8+
# Anthropic plugin
9+
10+
Adds Anthropic model provider support to OpenClaw.
11+
12+
## Distribution
13+
14+
- Package: `@openclaw/anthropic-provider`
15+
- Install route: included in OpenClaw
16+
17+
## Surface
18+
19+
providers: anthropic; contracts: mediaUnderstandingProviders
20+
21+
## Related docs
22+
23+
- [anthropic](/providers/anthropic)

docs/plugins/reference/arcee.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
summary: "Adds Arcee model provider support to OpenClaw."
3+
read_when:
4+
- You are installing, configuring, or auditing the arcee plugin
5+
title: "Arcee plugin"
6+
---
7+
8+
# Arcee plugin
9+
10+
Adds Arcee model provider support to OpenClaw.
11+
12+
## Distribution
13+
14+
- Package: `@openclaw/arcee-provider`
15+
- Install route: included in OpenClaw
16+
17+
## Surface
18+
19+
providers: arcee
20+
21+
## Related docs
22+
23+
- [arcee](/providers/arcee)

0 commit comments

Comments
 (0)