warp

Manage interactive SSH and tmux sessions on remote Oracle nodes.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill warp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: warp
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/warp
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill warp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The warp skill enables developers to work directly on a remote Oracle node when a single round‑trip query isn’t enough, providing full interactive access for multi‑step debugging or exploration.

Core Features & Use Cases

  • SSH + tmux session: Connect to a remote node and attach to an existing tmux session or create a new one.
  • Session management: List active sessions, detach, and return to the local Oracle with /warp back.
  • Safety safeguards: Requires SSH config, uses tmux to keep sessions alive, and logs all warp actions. Use case example: While troubleshooting a complex deployment, you can /warp into the remote node, run commands interactively, and then return to continue local work.

Quick Start

Ask the AI to “warp to node <node>:<agent> with a new tmux session”.

Frequently Asked Questions about warp

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

FAQPage Schema
How do I run interactive multi-step debugging on a remote Oracle node via SSH?

Interactive remote debugging uses SSH to connect to an Oracle node and attaches to a tmux session, enabling multi-step command execution. This allows developers to run sequential troubleshooting commands interactively without losing session state during complex deployments.

What is the best way to maintain a persistent remote SSH session for deployment?

Persistent remote SSH sessions use tmux to keep processes alive on the Oracle node after disconnecting. This approach prevents workflow interruption during remote deployments, allowing you to detach from active sessions and return to local work while commands continue running.

Do I need tmux installed on the remote Oracle node to use interactive SSH sessions?

Yes, tmux must be installed on the remote Oracle system to enable interactive multi-step sessions. You also require pre-configured SSH access to the target node. These components work together to maintain session persistence and record action logs in memory.

How do I switch between an active remote tmux session and my local Oracle environment?

Switching between remote and local environments uses the back command to detach from the active tmux session and return to the local Oracle. This allows seamless transitions between interactive remote node exploration and continuing local development tasks.

Can I attach to an existing tmux session when connecting to a remote node?

Yes, connecting via SSH to a remote Oracle node supports attaching to existing tmux sessions or creating new ones. This session management capability lets you resume previous interactive debugging or deployment workflows exactly where they left off.