awb

Automate Claude Web context transfer via tmux and clipboard.

Updated Jul 10, 2022
One-click install
npx skills add https://github.com/samuerio/.dotfiles --skill awb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: awb
Source: https://github.com/samuerio/.dotfiles/tree/main/agents/skills/awb
Command: npx skills add https://github.com/samuerio/.dotfiles --skill awb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tmux, wl-paste, xclip, wl-copy, and includes scripts (resource) components.

What problem does it solve?

Automates Claude Web interactions by orchestrating tmux sessions, clipboard transfers, and a one-shot /copy-context /paste flow to move context between tasks without manual intervention.

Core Features & Use Cases

  • Deterministic tmux session handling and seamless initiation of the Aider workflow.
  • One-shot context transfer to Claude Web with automatic retrieval and re-pasting of the assistant reply.
  • Safe fallbacks and explicit failure handling when the browser automation fails.
  • Use Case: When you need a quick, repeatable context handoff from a local task to Claude Web and back.

Quick Start

Start tmux, load the awb workflow, and issue /copy-context with your task to begin.

Frequently Asked Questions about awb

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

FAQPage Schema
How do I automate context transfer to Claude Web from a local terminal?▼

You can automate context transfer to Claude Web using tmux sessions and clipboard utilities. This Skill orchestrates a one-shot copy-and-paste flow, moving local task context to the browser and retrieving the assistant reply without manual intervention.

What is the best way to run one-shot Claude web automation via tmux?▼

The best way to run one-shot Claude web automation via tmux is to use a deterministic sequencing script. It handles session initiation, executes the /copy-context and /paste commands, and manages clipboard data exchange automatically.

Do I need xclip or wl-clipboard installed to automate browser interactions?▼

Yes, you need clipboard utilities like xclip, wl-copy, or wl-paste installed. These dependencies handle the clipboard-based data exchange required to move context between your local terminal and the web browser.

What happens if tmux browser automation fails during context handoff?▼

If tmux browser automation fails during context handoff, the process triggers safe fallbacks and explicit failure handling. This ensures your workflow exits gracefully rather than hanging or losing context data.

Can I use this for continuous browser automation instead of a one-shot transfer?▼

No, this is designed for a single-pass context transfer requiring a one-time handoff. It specifically handles moving context to Claude Web and back once, rather than supporting continuous or multi-turn browser automation loops.

When do I need clipboard-based data exchange for Claude Web tasks?▼

You need clipboard-based data exchange for Claude Web tasks when performing a one-shot context handoff from a local environment. It bridges the gap between terminal workflows and the browser interface without requiring direct API integration.