axec-input

Send input to live axec sessions for interactive runtimes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Send input to a running axec session to drive REPLs, shells, and other interactive processes, avoiding manual re-entry and lost context.

Core Features & Use Cases

  • Send single-line or multi-line input to a live session.
  • Stream output with optional timeout or stopword matching to capture progress and results.
  • Use cases include interacting with Python, Bash, Node.js, and other runtimes inside axec sessions.

Quick Start

Start or pick a running axec session and send your first input to begin interactive execution.

Frequently Asked Questions about axec-input

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

FAQPage Schema
How do I send input to a running live shell session?▼

To send input to a running live shell session, target the active process using a session identifier. This drives interactive execution by injecting commands directly into the active session stream.

Can I stream output from an interactive Python REPL?▼

Yes, you can stream output from an interactive Python REPL. Apply a timeout or stopword to capture streaming results and progress continuously until a specific condition is met or the time limit expires.

What is the best way to drive long-running processes without losing context?▼

The best way to drive long-running processes without losing context is sending real-time input to a live session. This avoids manual re-entry by interacting directly with the running process environment.

Does this approach work with Node.js and Bash runtimes?▼

Yes, this approach works with Node.js and Bash runtimes. It supports interactive input and streaming output across multiple environments where interactive execution and streaming are needed.

How do I terminate a live session after sending input?▼

To terminate a live session after sending input, apply a termination flag to the command. You can also format the final output as JSON to cleanly capture the session's closing state and results.