🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@fleettools/opencode-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fleettools/opencode-plugin

FleetTools OpenCode Plugin - AI Agent Coordination System

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
48
-64.71%
Maintainers
1
Weekly downloads
 
Created
Source

FleetTools OpenCode Plugin

Integrates FleetTools AI Agent Coordination System into OpenCode.

Installation

npm install @fleettools/opencode-plugin

From OpenCode CLI

opencode plugin install @fleettools/opencode-plugin

Usage

Once installed, the plugin provides three tools:

🚀 fleet-start

Start FleetTools services (API, Squawk coordination)

# Start all services
fleet-start

# Start specific services
fleet-start --services api,squawk

# Run in foreground
fleet-start --foreground

🛑 fleet-stop

Stop FleetTools services

# Graceful stop
fleet-stop

# Force stop
fleet-stop --force

📊 fleet-status

Get FleetTools service status and configuration

# Human-readable status
fleet-status

# JSON format
fleet-status --format json

Features

  • Service Management: Start, stop, and monitor FleetTools services
  • JSON & Text Output: Flexible output formats for different use cases
  • Error Handling: Graceful error reporting and process management
  • Background/Foreground: Choose how services run
  • Service Selection: Start specific services or all services

Requirements

  • OpenCode >= 1.0.0
  • FleetTools CLI >= 0.1.0
  • Node.js >= 18.0.0

License

MIT License - see LICENSE file for details.

Keywords

fleettools

FAQs

Package last updated on 28 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts