🪟
AutomationSwift

Zentty CLI

by dedene

Zentty CLI is an Automation skill for Claude Code, published by dedene in zentty.

243 stars28 forkson dedene/zenttyAdded 2026/09/02+1% in starsRepository updated 2026/08/30
agentic-aiampclaude-codecodexcoding-agentsdeveloper-toolsdroidgeminighosttyopencodeterminal
Install in seconds
Install Zentty CLI
Copy Zentty CLI 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/dedene/zentty/tree/main/skills/zentty-cli ~/.claude/skills/zentty-cli

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/dedene/zentty.git

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

In this catalog

Source file
skills/zentty-cli/SKILL.md in dedene/zentty
Installs to
~/.claude/skills/zentty-cli
Collection
The only skill cataloged from this repository
Category
Automation1648 skills

What Zentty CLI does

Zentty CLI lets an agent inspect and control Zentty panes and worklanes, launch nested coding agents, and send user notifications. Use it when running inside Zentty or when pane-aware session control is needed.

Zentty CLI is cataloged under Automation on DirSkills. Zentty CLI comes from a repository tagged agentic-ai, amp, claude-code, codex and coding-agents.

Documentation

README

Zentty CLI

Zentty injects a pane-aware CLI into sessions running inside the app. Use it to inspect the current terminal layout, control panes and worklanes, launch supported agents with Zentty status hooks, and notify the user when work needs attention.

Detect Zentty

Prefer the injected binary:

ZENTTY="${ZENTTY_CLI_BIN:-zentty}"

You are inside a controllable Zentty pane when these are set:

test -n "${ZENTTY_INSTANCE_SOCKET:-}" &&
test -n "${ZENTTY_WORKLANE_ID:-}" &&
test -n "${ZENTTY_PANE_ID:-}" &&
test -n "${ZENTTY_PANE_TOKEN:-}"

If they are missing, do not assume pane control works. Explain that the command must run from a Zentty pane, or use ordinary shell behavior.

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

Frequently asked about Zentty CLI

  • How does Zentty CLI compare to other Automation skills?

    Zentty CLI ranks #1490 by stars among the 1648 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 Zentty CLI against them. Open each page to compare what they document and how they install.