From 10ad182f7366976e6507e20b73d0734710b36a88 Mon Sep 17 00:00:00 2001 From: necatiozmen Date: Thu, 12 Mar 2026 14:07:28 +0300 Subject: [PATCH 1/3] update tools section --- README.md | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c066a28..c0e3539 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,42 @@ This list only includes skills that are **already published** in the `github.com Include both the ClawHub link (e.g. `https://clawhub.ai/steipete/slack`) and the GitHub link (e.g. `https://github.com/openclaw/skills/tree/main/skills/steipete/slack`) in your PR description. See [CONTRIBUTING.md](CONTRIBUTING.md) for details. -## OpenClaw Ecosystem Tools🦞🦞 +## OpenClaw Ecosystem Tools + +### πŸ”Œ Connecting to External Services + +OpenClaw agents can interact with external services like GitHub, Slack, Gmail, and more. You can build integrations yourself with Skills or Plugins, or use a managed service to handle auth, token refresh, and permissions across all your connections. + + +Composio +Managed OAuth, scoped permissions, and logged native toolcalls across 1000+ apps. + + + +### πŸ€– Model Providers + +OpenClaw works with **25+ LLM providers** out of the box Anthropic, OpenAI and [many more](https://docs.openclaw.ai/providers). Switch between them with a single config change. + +
+Example: Using OpenAI models + +OpenClaw supports `gpt-5.4` and `gpt-5.4-pro` via direct API key or ChatGPT/Codex OAuth. WebSocket transport is enabled by default for lower latency. + +```bash +openclaw onboard --auth-choice openai-api-key +# or use subscription-based access: +openclaw onboard --auth-choice openai-codex +``` +
+ + +### ☁️ Hosting & Deployment + +You can deploy OpenClaw on any VPS or cloud platform run your skills securely on your own infrastructure, a managed host, or a containerized environment. Docker, Podman, Nix, and Ansible are all supported as install methods. + +> **Tip:** If you're looking for a quick cloud setup, spin up a VPS with your preferred provider, install OpenClaw via Docker, and you're good to go. + +---
@@ -90,11 +125,11 @@ Include both the ClawHub link (e.g. `https://clawhub.ai/steipete/slack`) and the -

πŸš€ Your Logo & Product Here πŸš€

+

🦞 You can feature your OpenClaw ecosystem tool in the section above.

-

Sponsor spots are for tools, platforms, and services built for the OpenClaw ecosystem
(hosting, deployment, model providers, dev tools, etc.)

+

-πŸ“ˆ 950K monthly views β€” the #1 most visited community resource after the official OpenClaw resource +πŸ“ˆ +1M monthly views β€” the #1 most visited community resource after the official OpenClaw resource
From bda02956e5952f6d6170b1540e3afb4fb76a9da3 Mon Sep 17 00:00:00 2001 From: necatiozmen Date: Thu, 12 Mar 2026 14:07:56 +0300 Subject: [PATCH 2/3] minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e3539..24d1b8c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Managed OAuth, scoped permissions, and logged native toolcalls across 1000+ apps ### πŸ€– Model Providers -OpenClaw works with **25+ LLM providers** out of the box Anthropic, OpenAI and [many more](https://docs.openclaw.ai/providers). Switch between them with a single config change. +OpenClaw works with **25+ LLM providers** out of the box Anthropic, OpenAI and many more. Switch between them with a single config change.
Example: Using OpenAI models From 8497f51ec5017cf8b04f654677888284069a29c6 Mon Sep 17 00:00:00 2001 From: necatiozmen Date: Thu, 12 Mar 2026 14:11:40 +0300 Subject: [PATCH 3/3] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24d1b8c..1836b96 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Include both the ClawHub link (e.g. `https://clawhub.ai/steipete/slack`) and the OpenClaw agents can interact with external services like GitHub, Slack, Gmail, and more. You can build integrations yourself with Skills or Plugins, or use a managed service to handle auth, token refresh, and permissions across all your connections. -Composio +Composio Managed OAuth, scoped permissions, and logged native toolcalls across 1000+ apps. @@ -113,11 +113,10 @@ openclaw onboard --auth-choice openai-codex ### ☁️ Hosting & Deployment -You can deploy OpenClaw on any VPS or cloud platform run your skills securely on your own infrastructure, a managed host, or a containerized environment. Docker, Podman, Nix, and Ansible are all supported as install methods. +You can deploy OpenClaw on any VPS or cloud platform run your skills securely on your own infrastructure, or a managed host. Docker, Podman, Nix, and Ansible are all supported as install methods. > **Tip:** If you're looking for a quick cloud setup, spin up a VPS with your preferred provider, install OpenClaw via Docker, and you're good to go. ----