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

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.
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
👀 See Also

A2P: An MCP Server That Enforces Engineering Discipline for AI Coding Agents
A2P (Architect-to-Product) is an AI engineering framework packaged as an MCP server that enforces a gated workflow: Architecture → Plan → Build → Audit → Security → Deploy, with each feature slice requiring RED → GREEN → REFACTOR → SAST → DONE progression.

Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents
Claude Skills Hub (clskills.in) provides a centralized search interface for 789+ Claude Code skill files across 71 categories, plus 10 autonomous AI agents that chain multiple skills into complete workflows. The open-source project aggregates skills from multiple community collections and offers one-click downloads.
Voker Launches Agent Analytics Platform with Intent/Correction/Resolution Primitives
YC S24 startup Voker launches an agent analytics platform with a lightweight SDK that automatically annotates user intents, corrections, and resolutions — providing self-service dashboards without relying on LLMs for data engineering.

Two New Open Source Tools for AI Agent Security and Optimization
Two open source tools are available for AI agent developers: AI Agent Defense Kit provides runtime security skills, and AgentGuard (in development) offers cost tracking, security scanning, and activity monitoring.