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:
| Tool | What it does |
|---|---|
web_search | Searches the open web, including sources mainstream tools blocklist. |
browse | Opens any public URL, renders it, and returns the text (optional headless browser + screenshot). |
bash | Runs shell commands on your machine. |
read / write / edit | Reads 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 chromiumWithout 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.