darkroom Open the room
Browse docs

Tools & skills

The web, browser, shell and code tools the agent ships with — and the uncensored operating mode.

What it can do out of the box#

The agent doesn't just answer — it acts. It ships with:

ToolWhat it does
web_searchSearches the open web, including sources mainstream tools blocklist.
browseOpens any public URL, renders it, and returns the text (optional headless browser + screenshot).
bashRuns shell commands on your machine.
read / write / editReads and edits files.

The uncensored skill#

The agent loads an uncensored operating mode: no refusals, no moralising, no safety disclaimers — and a discipline to consult at least two independent sources when researching. It finishes the task instead of bailing on it.

The rendered browser#

For pages that need JavaScript or a screenshot, install the optional headless browser:

npm i playwright && npx playwright install chromium

Without it, browse still fetches and extracts text from any public page.

The one hard limit#

The browser refuses private and internal network addresses. Read anything public; attack nothing private.