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
- Start with Built-ins Overview
- Then open the plugin you care about
- Use Examples when you want scenario-driven patterns
Best mental model
There are two different questions:
- how the plugin system itself works
- what one concrete plugin actually does
This section answers the second question.