axec-attach

Attach to a live axec session for direct terminal access.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SpecterShell/axec --skill axec-attach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axec-attach
Source: https://github.com/SpecterShell/axec/tree/main/skills/axec-attach
Command: npx skills add https://github.com/SpecterShell/axec --skill axec-attach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactively attach to a running axec session to provide direct terminal access for real-time control, debugging, and manual intervention.

Core Features & Use Cases

  • Attach to a live axec session to gain direct terminal access from your AI or developer environment.
  • Detach safely with Ctrl+\ to keep the session running.
  • Ideal for debugging, live experimentation, and long-running tasks where interactive input is required.

Quick Start

Attach to an existing axec session by running axec attach --session <NAME|UUID> and begin interactive control.

Frequently Asked Questions about axec-attach

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

FAQPage Schema
How do I attach to a live terminal session for interactive debugging?

To attach to a live terminal session for interactive debugging, use the command axec attach --session <NAME|UUID> to gain direct terminal access and control real-time input and output.

How do I detach from an interactive session without stopping the daemon?

To safely detach from an interactive session without stopping the daemon, press Ctrl+\ while attached; this leaves the live session running in the background for later reattachment.

When do I need to interactively attach to a running session?

You need to interactively attach to a running session when debugging live processes, performing manual exploration, or managing long-running tasks that require real-time input and output.

Do I need a session ID to connect to a running axec session?

Yes, you need a session ID to connect to a running axec session; the attach command requires specifying a target session using the --session flag with either a session name or UUID.

Can I provide manual input to a long-running task in a terminal session?

Yes, you can provide manual input to a long-running task by attaching to the live terminal session, which grants direct interactive control over the ongoing process.