This repository is the public source of the capability bundles Dreadnode authors and ships to the platform. It's published for reference and transparency, not as a contribution target — we don't generally accept external pull requests that add new capabilities or substantially change existing ones.
- Bug reports for incorrect behavior in a published capability — open a GitHub issue with the capability name, what you ran, and what you saw versus expected.
- Security findings in a capability's tools, skills, or MCP servers — reach out to us privately rather than filing a public issue.
- Documentation fixes for broken links, typos, or stale commands inside a capability's
README.mdorSKILL.md.
If you want to write your own capabilities — for your team, your workspace, or to publish to the catalog — the docs walk through it end-to-end:
- Capabilities overview
- Quickstart — scaffold, write a tool and an agent, install locally, drive it from the TUI
- Publishing — push to your workspace registry
Capabilities you author live in your own repo. They install from a local directory or sync to the platform under your organization, independent of this repo.
Open a GitHub issue or reach out to us.