
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
@fleettools/opencode-plugin
Advanced tools
Integrates FleetTools CLI functionality into OpenCode using a tools-first approach.
Add this plugin to your OpenCode config:
{
"plugin": ["@fleettools/opencode-plugin"]
}
After restarting OpenCode, the plugin will provide tools for FleetTools management.
First time users: Run the setup command to create OpenCode command files:
/fleet_opencode_setup
This creates .opencode/commands/fleet.md and subcommand files for easier access.
fleet_opencode_setupCreate OpenCode command files for FleetTools (run once)
Parameters:
projectPath (optional, string) - Project path (defaults to current directory)overwrite (optional, boolean) - Overwrite existing command filesfleet_statusGet FleetTools service status and configuration
Parameters:
format (optional, enum: text|json, default: text) - Output formatfleet_startStart FleetTools services
Parameters:
services (optional, array: api,squawk) - Services to start (default: all enabled)fleet_stopStop FleetTools services
Parameters:
services (optional, array: api,squawk) - Services to stop (default: all running)force (optional, boolean) - Force stop without graceful shutdowntimeout_ms (optional, number) - Timeout for graceful shutdown (ms)json (optional, boolean) - Output in JSON formatfleet_doctorCheck FleetTools installation and configuration
Parameters:
fix (optional, boolean) - Attempt to fix common issues automaticallyfleet_setupInitialize FleetTools configuration
Parameters:
global (optional, boolean) - Setup global configuration onlysetup_force (optional, boolean) - Force re-initializationfleet_servicesManage FleetTools services
Parameters:
args (optional, string) - Arguments to pass to fleet services commandfleet_helpShow FleetTools help and usage
Parameters:
args (optional, string) - Additional help argumentsfleet_contextGet compact FleetTools state for context/memory
Parameters:
verbose (optional, boolean) - Include detailed informationAfter running fleet_opencode_setup once, you can use slash commands:
# Check FleetTools status
/fleet status
# Start services
/fleet start
# Stop services
/fleet stop
# Get help
/fleet help
# Doctor check
/fleet doctor
# Check services
/fleet services
Or use tools directly:
# Get status in JSON format
fleet_status --format json
# Force stop with timeout
fleet_stop --force true --timeout_ms 5000
# Auto-fix issues
fleet_doctor --fix true
The plugin automatically injects FleetTools context:
This prevents repeated setup/context loss during long conversations.
cd plugins/opencode
bun run build # Compile TypeScript
bun test # Run tests
MIT License - see LICENSE file for details.
FAQs
FleetTools OpenCode Plugin - AI Agent Coordination System
The npm package @fleettools/opencode-plugin receives a total of 122 weekly downloads. As such, @fleettools/opencode-plugin popularity was classified as not popular.
We found that @fleettools/opencode-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.