Skip to content

Capabilities

Capabilities bundle a system prompt, tool access, and skills into a single loadable package. They let you swap workflows quickly without leaving the CLI.

Built-in capabilities include:

  • dreadairt — AI red teaming workflows
  • dreadweb — web application pentesting workflows
Terminal window
$ dreadnode
dreadnode> /capabilities
Available: dreadairt, dreadweb
dreadnode> load dreadairt
Capability "dreadairt" loaded
dreadnode> /cap-tools
Tools: prompt.attack, prompt.evaluate, tool.browser
CommandArgumentsDescription
/capabilitiesList available capabilities
/capsShortcut for listing capabilities
load<capability>Load a capability bundle
reloadReload the active capability
/cap-toolsShow tools exposed by the active capability

Use reload to refresh the active capability after editing its config or tools.