Downcity

Plugins Docs

Concrete built-in plugin guides, capability boundaries, and plugin-specific examples

Plugins Docs

This section is the concrete plugin manual.

Use it when you want to understand a specific plugin such as web, skill, chat, or task.

If you want plugin design concepts first, continue with Plugin Overview in Agent SDK Docs.

What this section covers

  • which built-in plugins currently exist in code
  • which built-in plugin classes are publicly exported from @downcity/plugins
  • which ones are mainly platform-managed or infrastructure-oriented
  • what each plugin is responsible for
  • what lifecycle, availability, config, and action shape each plugin has

Reading paths

Best mental model

There are two different questions:

  1. how the plugin system itself works
  2. what one concrete plugin actually does

This section answers the second question.

Next reading