model-behavior-layer

Make any AI model (GPT-5.4, Gemini, Ollama) behave more like Claude. Applies 8 named failure modes reverse-engineered from Claude Code's internal verificationAgent.ts, a cognitive performance framework, and a drop-in system prompt under 700 tokens. Use when setting up a new agent, switching models, or when your current model is frustrating to work with.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "model-behavior-layer" with this command: npx skills add model-behavior-layer

Model Behavior Layer (Ares MBL)

What it does

  • 8 named failure modes with exact rationalizations and counter-instructions (from Claude Code verificationAgent.ts pattern)
  • 3-layer cognitive performance framework (context injection + output rules + critique loop)
  • Drop-in system prompt block under 700 tokens for any model

How to use

1. Drop-in system prompt (fastest)

Read MAKE_ANY_MODEL_CLAUDE.md in this skill directory. Copy the "Drop-In System Prompt" block at the end. Paste into your SOUL.md, AGENTS.md, or any system prompt.

2. Full guide

Read MAKE_ANY_MODEL_CLAUDE.md section by section. Apply the failure mode framework progressively.

3. Model-specific

Jump to the Model-Specific Notes section for GPT-5.4, Gemini, or Codex weighting guidance.

When to use this skill

  • Switching from Claude to GPT-5.4 or Gemini
  • New agent setup (add the drop-in block to SOUL.md)
  • Current model is sycophantic, padding responses, or not completing tasks
  • Deploying OpenClaw for others who may be on non-Claude models

Source

Reverse-engineered from Claude Code's verificationAgent.ts + Eric (@outsource_) cognitive framework. Built by Ares.

GitHub: https://github.com/rushindrasinha/ares-mbl

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Claude Chrome

Use Claude Code with Chrome browser extension for web browsing and automation tasks. Alternative to OpenClaw's built-in browser tools.

Registry SourceRecently Updated
Coding

App Builder

Build, edit, and deploy Instant-backed apps using npx instant-cli, create-instant-app (Next.js + Codex), GitHub (gh), and Vercel (vercel). Use when asked to create a new app, modify an existing app, fix bugs, add features, or deploy/update an app. Projects live under ~/apps; always work inside the relevant app folder.

Registry SourceRecently Updated
Coding

Opengraph Io

Extract web data, capture screenshots, scrape content, and generate AI images via OpenGraph.io. Use when working with URLs (unfurling, previews, metadata), capturing webpage screenshots, scraping HTML content, asking questions about webpages, or generating images (diagrams, icons, social cards, QR codes). Triggers: 'get the OG tags', 'screenshot this page', 'scrape this URL', 'generate a diagram', 'create a social card', 'what does this page say about'.

Registry SourceRecently Updated
Coding

Xlsx Pro

Compétence pour manipuler les fichiers Excel (.xlsx, .xlsm, .csv, .tsv). Utiliser quand l'utilisateur veut : ouvrir, lire, éditer ou créer un fichier tableur ; ajouter des colonnes, calculer des formules, formater, créer des graphiques, nettoyer des données ; convertir entre formats tabulaires. Le livrable doit être un fichier tableur. NE PAS utiliser si le livrable est un document Word, HTML, script Python standalone, ou intégration Google Sheets.

Registry SourceRecently Updated