โ† All skills
Tencent SkillHub ยท Developer Tools

Claude Code Control

Programmatically control Claude Code in visible macOS Terminal windows via AppleScript for command input, screenshots, session logging, and terminal management.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Programmatically control Claude Code in visible macOS Terminal windows via AppleScript for command input, screenshots, session logging, and terminal management.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, examples/run-atlas-tests.js, index-old.js, index-shell.js, index-v2.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Claude Code Control

Control Claude Code programmatically through visible Terminal.app windows on macOS.

How It Works

Uses AppleScript to: Open Terminal.app and launch claude code in a project directory Type commands via System Events keystrokes Capture screenshots of just the Terminal window (not full screen) Record full sessions with timestamped logs

Requirements

macOS Node.js 18+ Claude Code installed and authenticated Accessibility permissions for Terminal.app + Script Editor (System Settings โ†’ Privacy & Security โ†’ Accessibility)

Usage

const cc = require('./index'); // Launch Claude Code visibly const session = await cc.launch('/path/to/project'); // Send a command (types it + presses Enter) const result = await cc.send(session, 'write tests for app.py', 30); // result.screenshot โ†’ path to Terminal window screenshot // Save session recording await cc.saveSession(session, './recording.json'); // Close await cc.close(session);

API

FunctionDescriptionlaunch(path, opts?)Open Terminal + start Claude Code. Returns session IDsend(id, command, waitSec?)Type command, wait, screenshot. Returns {screenshot, duration_ms}verifyScreen(id, desc)Take a verification screenshotapproveSecurity(id)Handle "trust this folder" prompthandleLogin(id)Send /login commandsaveSession(id, path)Save session log to JSONclose(id) / closeAll()Exit Claude Code gracefullytakeScreenshot(path?)Capture Terminal windowfocusTerminal()Bring Terminal to front

Pro Features (Coming Soon)

๐ŸŽฌ Video recording of sessions ๐Ÿค– Multi-agent / multi-terminal orchestration ๐Ÿ“Š Session analytics ๐Ÿ”„ Session replay ๐ŸŒ Remote control via SSH

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • examples/run-atlas-tests.js Scripts
  • index-old.js Scripts
  • index-shell.js Scripts
  • index-v2.js Scripts