OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Apify
6,000+ web scrapers for your agent, free to start
Try Apify free →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
DataForSEO
SEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/manaflow-ai/cmux/cmux-diagnostics
cmux-diagnostics logo

cmux-diagnostics

manaflow-ai/cmux
1K installs22K stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|Command Execution|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/manaflow-ai/cmux --skill cmux-diagnostics

Summary

Run end-user cmux diagnostics. Use when cmux hooks, notifications, session restore, settings, browser automation, socket access, CLI control, or agent resume behavior is not working, or when the user asks for a cmux health check, doctor report, or support-safe debug summary.

SKILL.md

cmux Diagnostics

Use this skill to collect and interpret support-safe cmux diagnostics for end users. Default to read-only checks. Do not dump hook config files, session stores, prompt logs, tokens, or environment secrets.

Quick Report

Run the bundled read-only diagnostic script first:

# From a cmux checkout
skills/cmux-diagnostics/scripts/cmux-diagnostics

# From an installed skill
~/.agents/skills/cmux-diagnostics/scripts/cmux-diagnostics

# From a Codex-only skills.sh install
~/.codex/skills/cmux-diagnostics/scripts/cmux-diagnostics

Use --include-context only when workspace names, cwd paths, and current cmux identifiers are relevant to the user-reported issue:

skills/cmux-diagnostics/scripts/cmux-diagnostics --include-context

What to Check

  1. CLI and socket health:
   command -v cmux
   cmux ping
   cmux capabilities --json

If socket commands fail, check whether the agent is running inside a cmux terminal and whether socket automation is enabled.

  1. Settings health:
   ~/.agents/skills/cmux-settings/scripts/cmux-settings validate
   ~/.agents/skills/cmux-settings/scripts/cmux-settings get terminal.autoResumeAgentSessions

If the user installed with skills.sh, use ~/.codex/skills/cmux-settings/scripts/cmux-settings instead. If terminal.autoResumeAgentSessions is false, cmux restores panes but will not automatically resume saved agent sessions.

  1. Hook installation:
   cmux hooks setup --agent codex
   cmux hooks setup --agent opencode
   cmux hooks setup

Only run install or uninstall commands after the user agrees. cmux hooks setup installs supported agents found on PATH and skips missing agents.

  1. Session restore evidence:
   ls -lh ~/.cmuxterm/*-hook-sessions.json 2>/dev/null

Missing session stores usually means the agent has not run inside cmux since hooks were installed, hooks are disabled, or the agent integration does not support resume capture.

  1. Notification path:
   cmux notify "cmux diagnostic test"

Use this only when the user is ready for a visible test notification.

Interpretation

  • cmux not found: the CLI is not installed or not on PATH for this shell.
  • cmux ping fails: app is not reachable through the current socket path, the app is closed, or automation access is disabled.
  • No CMUX_WORKSPACE_ID or CMUX_SURFACE_ID: the command is probably running outside a cmux terminal. Some hooks intentionally no-op outside cmux.
  • Hook config exists but no session store: run one supported agent inside cmux after installing hooks, then re-check.
  • Session store exists but restore does not launch agents: check terminal.autoResumeAgentSessions and whether the saved executable still exists on PATH.
  • Settings validation fails: fix the config first. Invalid config can make later symptoms misleading.

Rules

  • Stay read-only until the user asks to fix something.
  • Never print raw hook files, session JSON, prompt logs, shell history, tokens, or API keys.
  • Summarize file presence, size, modified time, and marker presence instead of contents.
  • Prefer narrow fixes such as cmux hooks setup --agent codex over reinstalling every integration.
  • After a fix, rerun the diagnostic script and report the changed lines.

Score

0–100
65/ 100

Grade

C

Popularity17/30

1,461 installs — growing adoption. Source repo has 22,057 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Cmux Diagnostics skill score badge previewScore badge

Markdown

[![Cmux Diagnostics skill](https://www.claudemarket.ai/skills/manaflow-ai/cmux/cmux-diagnostics/badges/score.svg)](https://www.claudemarket.ai/skills/manaflow-ai/cmux/cmux-diagnostics)

HTML

<a href="https://www.claudemarket.ai/skills/manaflow-ai/cmux/cmux-diagnostics"><img src="https://www.claudemarket.ai/skills/manaflow-ai/cmux/cmux-diagnostics/badges/score.svg" alt="Cmux Diagnostics skill"/></a>

Cmux Diagnostics FAQ

How do I install the Cmux Diagnostics skill?

Run “npx skills add https://github.com/manaflow-ai/cmux --skill cmux-diagnostics” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Cmux Diagnostics skill do?

Run end-user cmux diagnostics. Use when cmux hooks, notifications, session restore, settings, browser automation, socket access, CLI control, or agent resume behavior is not working, or when the user asks for a cmux health check, doctor report, or support-safe debug summary. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Cmux Diagnostics skill free?

Yes. Cmux Diagnostics is a free, open-source skill published from manaflow-ai/cmux. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Cmux Diagnostics work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Cmux Diagnostics works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
azure-diagnostics logo

azure-diagnostics

microsoft/azure-skills

500K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
grill-me logo

grill-me

mattpocock/skills

750K installsInstall
frontend-design logo

frontend-design

anthropics/skills

740K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

637K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

625K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideHow To Debug Openclaw Skills Not WorkingGuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before Installing

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed