@fingerskier/pi-fleet

Fleet AWS monitor plugin for Pi, bridged from fleet-claude-plugin MCP

Packages

Package details

extensionskill

Install @fingerskier/pi-fleet from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@fingerskier/pi-fleet
Package
@fingerskier/pi-fleet
Version
2026.5.7
Published
May 7, 2026
Downloads
39/mo · 11/wk
Author
fingerskier
License
MIT
Types
extension, skill
Size
4.2 KB
Dependencies
1 dependency · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/fleet.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Fleet Pi Plugin

Pi package port of fleet-claude-plugin.

Fleet inspects AWS resources across STS, EC2, S3, Lambda, ECS, CloudWatch, and CloudFormation. This Pi version starts the upstream Fleet MCP stdio server with npx -y fleet-claude-plugin mcp and exposes its tools in Pi with a fleet_ prefix.

Install

pi install npm:@fingerskier/pi-fleet
# local workspace clone
pi install ./packages/pi-fleet
# one run only
pi -e npm:@fingerskier/pi-fleet

Requirements

Use normal AWS credential environment/configuration (AWS_PROFILE, AWS_REGION, SSO/session env vars, etc.).

Tools

Run fleet_mcp_status in Pi to list loaded tools.

Configuration

  • FLEET_MCP_AUTOLOAD=0 disables startup MCP discovery.
  • FLEET_MCP_COMMAND=/path/to/server overrides npx.

Skill

/skill:fleet adds AWS safety and inspection workflow guidance.