workspace-ops

Manage agent-hand workspace sessions, groups, and canvas via Unix socket CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/weykon/agent-hand --skill workspace-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-ops
Source: https://github.com/weykon/agent-hand/tree/main/skills/workspace-ops
Command: npx skills add https://github.com/weykon/agent-hand --skill workspace-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a unified interface for AI agents to manage and interact with an agent-hand workspace, including sessions, groups, and canvas visualizations.

Core Features & Use Cases

  • Session Management: Start, stop, interrupt, resume, and send commands to agent sessions.
  • Workspace Overview: Get the status of all sessions, filter by status, and inspect session output or progress.
  • Canvas Operations: Create and manage nodes and edges in the agent-hand canvas for visualizing project structures and dependencies.
  • Use Case: An AI agent can use this Skill to automatically check the status of all running development sessions, identify any that have errored, read their logs, and attempt to restart them.

Quick Start

Use the workspace-ops skill to check the status of all running agent-hand sessions.

Frequently Asked Questions about workspace-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to monitor running AI agent sessions?

Yes, you can visualize project structures by creating and managing nodes and edges within the agent-hand canvas, which provides structural visualization for dependencies and project relationships.

Can I automate restarting errored agent sessions?

You can automate restarting errored agent sessions by checking the workspace status to identify failures, reading their logs, and sending resume or start commands through the session control interface.

Does workspace-ops work with tmux for session management?

Workspace-ops requires an agent-hand environment accessible via Unix domain sockets, using a command-line bridge to facilitate programmatic control over the AI agent workspace and its components.

What are the limitations of managing canvas elements via command-line?

The primary limitation is that canvas manipulation is restricted to creating and managing nodes and edges through the Unix domain socket bridge, constraining complex visual interactions to programmatic commands.