OpenClaw user creates 'feelslikeclaude' skill to improve ChatGPT agent workflow behavior

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
OpenClaw user creates 'feelslikeclaude' skill to improve ChatGPT agent workflow behavior
Ad

Workflow differences between Claude and ChatGPT in OpenClaw

A developer recently switched their OpenClaw setup from Claude to ChatGPT and discovered the primary difference wasn't about writing style or tone, but about workflow behavior. After using ChatGPT for real work, they identified specific execution gaps compared to Claude.

What the developer missed from Claude

  • Doing the obvious next step without requiring babysitting
  • Giving cleaner progress updates
  • Not stopping at the first blocker
  • Saying "done" when actually finished
  • Asking fewer unnecessary confirmation questions

The developer described Claude as feeling more like a "competent operator" while ChatGPT required more steering despite being capable.

Ad

The 'feelslikeclaude' clawhub skill

Instead of trying to replicate Claude's wording, the developer created a clawhub skill called feelslikeclaude to address workflow behavior. The skill focuses on pushing the agent toward better working habits rather than different conversational styles.

Key characteristics of the skill:

  • Doesn't call external APIs
  • Doesn't install anything
  • Doesn't try to literally impersonate Claude
  • Nudges behavior in a more useful direction

The goal is: "Less filler. More initiative. Better follow-through. Clearer done / blocked / next."

The developer noted that while the underlying model matters, the behavior layer on top is what users actually feel day-to-day in agent workflows.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Rails-AI-Context Gem Provides Claude Code with Complete Rails App Model via MCP
Tools

Rails-AI-Context Gem Provides Claude Code with Complete Rails App Model via MCP

The rails-ai-context gem auto-introspects Rails applications and exposes 39 tools via MCP, allowing Claude Code to query specific app details like schema with encrypted columns, model associations, routes, Stimulus wiring, and Turbo mappings instead of reading entire files.

OpenClawRadar
Claude Review: IntelliJ Plugin for Real-Time Code Review with Claude Code
Tools

Claude Review: IntelliJ Plugin for Real-Time Code Review with Claude Code

Claude Review is an open-source IntelliJ plugin that automatically reviews code changes on every file save using Claude Code. It sends unstaged git diffs to Claude with customizable prompts and displays findings as native IntelliJ annotations.

OpenClawRadar
Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries
Tools

Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries

A new ClawHub skill called Agent Times enables AI agents to answer real-time queries about news, weather, and cryptocurrency prices. Installation is via npx clawhub install agenttimes, and it provides access to 228K+ articles from 3,576 feeds with sentiment scoring and entity extraction.

OpenClawRadar
Community patch adds RTL language support to Claude Desktop on Windows
Tools

Community patch adds RTL language support to Claude Desktop on Windows

A developer has created a patch that adds proper right-to-left language support to Claude Desktop on Windows, fixing broken rendering for Hebrew, Arabic, and other RTL languages. The patch injects RTL detection logic into the Electron app's renderer and includes backup/restore functionality.

OpenClawRadar