skills/smithery.ai/agentic-ecosystem-docker

agentic-ecosystem-docker

Installation
SKILL.md

Agentic Ecosystem Docker

""" [Created by Codex: 019b78e6-c6cb-7f72-ab5a-c16c536b8e70] [Ported to Claude Code by Opus: 5f029f5d-392f-4e16-bf28-f45f9be1e3cb] """

Purpose

Provide a repeatable workflow and checklists for Dockerizing the agentic ecosystem so docker compose up --build runs the UI and AMS with working /api/agent-sdk/*, Live Logs (SSE), and agent start/stop.

When To Use

  • Need to run Agent HQ (or similar Vite UI) + AMS together via Docker Compose
  • Need localhost-only exposure (bind 127.0.0.1:PORT:PORT)
  • Seeing 403 forbidden from /api/agent-sdk/* or SSE endpoints in Docker (loopback checks)
  • Need to mount centralized logs and provider CLIs into containers

Non-Negotiable Contract

Installs
1
First Seen
Apr 3, 2026
agentic-ecosystem-docker from smithery.ai