Skills

Skills are reusable, tool-grounded workflows the agent loads on demand. POLYROB speaks the open SKILL.md standard, writes its own skills as it works, and scans + quarantines every skill before it can act.

Preview: these are the bundled skills shipped with POLYROB. The federated catalog — polyrob skill add <owner/repo> and community submissions — lands with the skill-ecosystem phase. Installed third-party skills are always quarantined and reviewed before they run.

Bundled skills

web-research

research

Multi-source research with citations — discover sources, fetch, and synthesize a brief.

tools: web_fetch · browser · anysite

browser-automation

browser

Drive real websites — log in, navigate, fill forms, extract — with anti-detection handling.

tools: browser

coding-workflow

code

Edit a codebase safely — str_replace, grep, run tests — under the local-mode coding tool.

tools: coding

project-analyzer

analysis

Map and explain an unfamiliar repo or project — structure, entry points, dependencies.

tools: file-data-ops · coding

person-analyzer

research

Intelligence gathering on an individual via LinkedIn/web data with strategic analysis.

tools: anysite · web_fetch

document-writing

writing

Draft and refine long-form documents — reports, briefs, specs — with structure and citations.

tools: file-data-ops

presentation-creator

writing

Turn content into a structured deck — outline, slides, speaker notes.

tools: file-data-ops

email-comms

comms

Read, triage and compose email through the email surface.

tools: email

file-data-ops

data

Read, write and transform files and structured data in the workspace.

tools: file-data-ops

task-planning

planning

Decompose a goal into an ordered, trackable plan before execution.

tools: task

The agent writes its own

After a complex task, POLYROB can author a new skill capturing what worked — procedural memory that compounds. Authored skills are quarantined in .pending, scanned, and reviewed before they activate. How skills work →