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.
+
+
+
+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
+```
+
Sponsor spots are for tools, platforms, and services built for the OpenClaw ecosystem
(hosting, deployment, model providers, dev tools, etc.)