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.
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
researchMulti-source research with citations — discover sources, fetch, and synthesize a brief.
browser-automation
browserDrive real websites — log in, navigate, fill forms, extract — with anti-detection handling.
coding-workflow
codeEdit a codebase safely — str_replace, grep, run tests — under the local-mode coding tool.
project-analyzer
analysisMap and explain an unfamiliar repo or project — structure, entry points, dependencies.
person-analyzer
researchIntelligence gathering on an individual via LinkedIn/web data with strategic analysis.
document-writing
writingDraft and refine long-form documents — reports, briefs, specs — with structure and citations.
presentation-creator
writingTurn content into a structured deck — outline, slides, speaker notes.
email-comms
commsRead, triage and compose email through the email surface.
file-data-ops
dataRead, write and transform files and structured data in the workspace.
task-planning
planningDecompose a goal into an ordered, trackable plan before execution.
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 →