BeClaude

strawberry-terminal

New
Community RegistryGeneralby Liam Fuller

VM orchestration via TryCua, local computer control, and Claude activity tracking for the Strawberry terminal

Community PluginView Source

Overview

A Claude Code plugin marketplace for VM orchestration, browser automation, and activity tracking.

Quick Install

bash
# Add this marketplace to Claude Code
/plugin marketplace add LiamFuller07/strawberry-terminal-plugin

# Install the strawberry-terminal plugin
/plugin install strawberry-terminal@strawberry-plugins

What's Included

strawberry-terminal Plugin

Provides:

  • VM Automation - Spawn and control cloud VMs via TryCua
  • Local Computer Use - Control your local Mac (screenshots, mouse, keyboard)
  • Activity Tracking - Real-time Claude activity logging for the Strawberry terminal UI
  • vm-automation - Cloud VM management
  • local-computer-use - Local desktop control
  • /spawn-vm - Spawn a new cloud VM
  • /local-screenshot - Take a local screenshot
  • trycua - TryCua VM management API
  • local-computer-use - Local Mac computer use

Setup

Environment Variables

Set the following before using:

bash
# Required for TryCua VM features
export CUA_API_KEY="your-api-key-here"

macOS Permissions

For local computer use, grant Accessibility permissions: System Settings > Privacy & Security > Accessibility

Development

bash
# Clone
git clone https://github.com/LiamFuller07/strawberry-terminal-plugin.git
cd strawberry-terminal-plugin

# Add as local marketplace
/plugin marketplace add ./

# Install plugin locally
/plugin install strawberry-terminal@strawberry-plugins

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/strawberry-terminal.md https://raw.githubusercontent.com/LiamFuller07/strawberry-terminal-plugin/main/SKILL.md
3
Invoke in Claude Code
/strawberry-terminal
View source on GitHub
strawberryterminalvmbrowserautomationtrycuacomputer-use

Frequently Asked Questions

What is strawberry-terminal?

VM orchestration via TryCua, local computer control, and Claude activity tracking for the Strawberry terminal

How to install strawberry-terminal?

To install strawberry-terminal, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /strawberry-terminal.

What is strawberry-terminal best for?

strawberry-terminal is a community categorized under General. It is designed for: strawberry, terminal, vm, browser, automation, trycua, computer-use. Created by Liam Fuller.