Skip to content

Plugin Directory Structure

DANGER

components/ README

text
components/
 adapters/               # Host-specific integration
    openclaw/
    codex/
    claude-code/
 presets/
    tokenpilot/          # TokenPilot feature composition
 products/
    cli/                # Shared CLI
    mcp/                # Shared MCP server
 packages/
     foundation/         # Shared runtime and infrastructure
     features/           # Stabilizer, Reduction, Eviction, Memory

Plugin Directory Structure

Released under the MIT License.