🖥️
AutomationTypeScript

Helmor Debug Operate

by dohooo

Helmor Debug Operate is an Automation skill for Claude Code, published by dohooo in helmor.

1.3K stars118 forkson dohooo/helmorAdded 2026/08/20Repository updated 2026/08/19
agent-orchestrationaiclaude-codecodexcoding-agentsdeveloper-toolsgit-worktreelocal-firstmacosmulti-agentopen-sourcesoftware-development
Install in seconds
Install Helmor Debug Operate
Copy Helmor Debug Operate into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dohooo/helmor/tree/main/.agents/skills/helmor-debug-operate ~/.claude/skills/helmor-debug-operate

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dohooo/helmor.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/helmor-debug-operate/SKILL.md in dohooo/helmor
Installs to
~/.claude/skills/helmor-debug-operate
Collection
One of 5 skills cataloged from this repository
Category
Automation1523 skills

What Helmor Debug Operate does

Helmor Debug Operate operates and debugs a running local Helmor desktop development build through the Tauri MCP bridge. Use it for visual end-to-end validation, UI automation, screenshots, DOM/accessibility snapshots, IPC or log tracing, and reproducing desktop behavior as a user would.

Helmor Debug Operate is cataloged under Automation on DirSkills. Helmor Debug Operate comes from a repository tagged agent-orchestration, ai, claude-code, codex and coding-agents.

Documentation

README

Helmor Debug Operate

Use this skill to operate and debug a running Helmor dev build through Tauri MCP with the least possible exploration. It is the visual/runtime counterpart to helmor-cli: prefer Tauri MCP for webview UI, screenshots, CSS, accessibility, and IPC tracing; prefer helmor-cli for terminal-first data inspection or workspace orchestration.

Examples below use bare tool names such as driver_session; call the same tool through whatever namespace the runtime exposes.

References

Read these only when needed:

  • references/verified-recipes.md for action-specific recipes that have passed three consecutive Tauri MCP verification attempts.
  • references/ui-map.md for selectors, Settings panels, Inspector/Editor preconditions, and destructive-action boundaries.

This is the opening of the README. Read the full README on GitHub.

Commands Helmor Debug Operate provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /agent-browser
  • /commands

Frequently asked about Helmor Debug Operate

  • What else does dohooo publish alongside Helmor Debug Operate?

    Helmor Debug Operate is one of 5 skills that DirSkills catalogs from dohooo/helmor, the repository it ships in. Its siblings there include Helmor Bump Vendors, Helmor CLI and Helmor Debug Loop. Each one is a separate skill with its own page in this directory, installs the same way Helmor Debug Operate does, and is maintained by dohooo in that same repository. The rest of the collection is listed on the dohooo/helmor page.

  • How does Helmor Debug Operate compare to other Automation skills?

    Helmor Debug Operate ranks #688 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Helmor Debug Operate against them. Open each page to compare what they document and how they install.