ChatGPT Subscriptions Now Work in OpenClaw (2026)
Sam Altman announced ChatGPT subscription support in OpenClaw. What it changes for agent search: built-in search is opaque, skill-based search is structured. They complement.
Sam Altman announced that ChatGPT subscriptions now work natively in OpenClaw. The r/openclaw post hit 73 upvotes in 24 hours. The practical question: does this change how you should set up search inside OpenClaw agents?
What actually changed
Previously, OpenClaw agents used external tools (skills) for everything including web search. With ChatGPT subscription support, agents can now access ChatGPT's built-in search. But ChatGPT's built-in search is opaque: you cannot control which search provider it uses, you cannot get structured JSON output, and you cannot search specific platforms like Reddit or YouTube.
When to use ChatGPT search vs a search skill
- ChatGPT search: general knowledge questions, conversational browsing, when you do not need structured data
- Search skill (Scavio): when you need JSON output, multi-platform search, specific platform targeting, or credit-based cost control
Installing Scavio as an OpenClaw skill
The Scavio skills are available on ClawHub. Five skills covering Google, Reddit, YouTube, Amazon, and Walmart search. Each returns typed JSON that the agent can parse and reason over. Install from ClawHub marketplace, add your API key, and the skill is available in any OpenClaw conversation.
The honest take
ChatGPT subscription support in OpenClaw is convenient for casual use. For agent workflows that need structured search data, platform targeting, or cost predictability, a dedicated search skill is still the right tool. The two approaches are complementary, not competing: use ChatGPT search for quick lookups, Scavio for structured agent workflows.