A versatile skill that enables AI agents to access external intelligence through browser automation and API endpoints like ChatGPT, Claude, and Hugging Face.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install external-ki-integration-backup
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install external-ki-integration-backup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The External KI Integration skill serves as a bridge between your local environment and the world's most powerful language models. By leveraging the OpenClaw Chrome Relay for browser automation, your agent can interact directly with web-based interfaces like ChatGPT and Gemini, utilizing your existing logged-in sessions without needing direct API keys.
This skill also supports direct API communication for Hugging Face, OpenAI, and Anthropic, allowing for a hybrid approach to problem-solving. Whether you need a second opinion on a complex code snippet or want to leverage specialized models for creative writing, this component of Openclaw Skills ensures your agent always has access to the best reasoning tools available.
To use browser-based integration, ensure the OpenClaw Browser Relay is installed in Chrome. Click the toolbar icon on your preferred AI service tab to attach it, then verify with:
openclaw browser status
For API-based access, set your keys as environment variables or add them to your configuration file:
export OPENAI_API_KEY="sk-..."
export ANTHROPIC_API_KEY="sk-ant-..."
export HF_TOKEN="hf_..."
The skill organizes metadata and cost tracking to ensure efficient usage of Openclaw Skills:
| Data Type | Location | Purpose |
|---|---|---|
| API Tokens | ~/.openclaw/openclaw.json | Secure storage for Hugging Face and LLM provider keys. |
| Cost Logs | system/logs/hf-costs.log | Tracks estimated expenditure for Inference API calls. |
| UI Patterns | memory/patterns/ | Stores learned ARIA selectors for different web AI interfaces. |
| Browser State | Chrome Relay | Maintains session cookies and login states for automated interactions. |
Loading
Integrate external LLMs like ChatGPT and Claude directly into your agent's workflow as callable tools using browser automation or APIs.

A robust framework for automating the detection and self-healing of common system failures in AI agent environments.

A technical blueprint for implementing robust React shopping cart state management with duplicate prevention and persistent storage.

An intelligent repository exploration tool that uses Repomix to pack and analyze local or remote codebases for rapid understanding and pattern discovery.

A high-performance, GPU-free text-to-speech skill for Windows that leverages built-in SAPI5 and Neural voices for instant audio generation.

Manage and automate your Home Assistant smart home devices directly through your AI agent.








































