Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@ description: Discover Agent Client Protocol agents
Mistral's open-source coding assistant
<p><code>2.0.1</code></p>
</Card>
<Card
title="OpenClaw"
icon={
<svg width="20" height="20" className="agent-icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path fill="currentColor" d="M2 13V3h2l4 6 4-6h2v10h-2V6.7L8 12 4 6.7V13H2z"/>
</svg>
}
href="https://github.com/openclaw/openclaw"
arrow="true"
>
Personal AI assistant with an ACP bridge
<p><code>2026.1.29</code></p>
</Card>
<Card
title="OpenCode"
icon={
Expand Down Expand Up @@ -146,4 +159,4 @@ description: Discover Agent Client Protocol agents
<p><code>0.8.1</code></p>
</Card>
</Columns>
</div>
</div>
19 changes: 19 additions & 0 deletions openclaw/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "openclaw",
"name": "OpenClaw",
"version": "2026.1.29",
"description": "Personal AI assistant with an ACP bridge",
"repository": "https://github.com/openclaw/openclaw",
"authors": [
"Peter Steinberger"
],
"license": "MIT",
"distribution": {
"npx": {
"package": "openclaw@2026.1.29",
"args": [
"acp"
]
}
}
}
3 changes: 3 additions & 0 deletions openclaw/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading