Provider Activation

The aiwg-fleet addon ships stock quiet-mode behavior bundles for small-plan bot fleets.

AIWG Fleet Provider Activation

Prompt-first procedure: Describe the outcome you want in your agent conversation. The agent should select and load the appropriate AIWG assets, explain material changes, request any needed approval, and report verification evidence. Exact commands and flags appear only in the CLI reference.

The `aiwg-fleet` addon ships stock quiet-mode behavior bundles for small-plan bot fleets.

Install

Use AIWG to complete this documented outcome: The aiwg-fleet addon ships stock quiet-mode behavior bundles for small-plan bot fleets.
Have it inspect the current state, explain the plan, ask before material
changes, and report the result with verification evidence.

OpenClaw receives native behavior bundles under `~/.openclaw/behaviors/`. Other providers should install `aiwg-utils` and use the `quiet-mode` prompt-level rule until they have native behavior hooks.

Provider Table

ProviderActivation Pattern
OpenClawNative behaviors: `quiet-bot` and `quiet-business-bot` deploy to `~/.openclaw/behaviors/`
Claude CodeFallback rule via the agent-owned use operation
WarpFallback rule via the agent-owned use operation
CopilotFallback rule via the agent-owned use operation
CursorFallback rule via the agent-owned use operation
WindsurfFallback rule via the agent-owned use operation
OpenCodeFallback rule via the agent-owned use operation
FactoryFallback rule via the agent-owned use operation
CodexFallback rule via the agent-owned use operation

Worked Examples

Quickbooksbot

Use `quiet-business-bot`.

  • DMs: answer only bookkeeping, QuickBooks, invoice, expense, reconciliation, export, and report requests.
  • Groups: answer only when mentioned, replied to, or called by a direct command.
  • Expensive work: summarize and confirm before tool-heavy analysis or model escalation.

InfsolClaw

Use `quiet-bot`.

  • DMs: answer normal work requests.
  • Groups: mention-only participation.
  • Multi-bot rooms: yield when another bot is named.
  • Long work: summarize the bounded task before using tools or escalation.

Out of Scope

Telegram client wiring, spam controls, room membership, and gateway-specific mention parsing remain in the chat platform or harness. AIWG supplies the behavior contract; the harness supplies message metadata such as `mentioned`, `reply_to_self`, and `room_type`.