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.

Install third-party skills with polyrob skill install <spec> — from a local folder, a GitHub repo (owner/repo), a git URL, or a direct SKILL.md URL. Every install is threat-scanned and quarantined in .pending; you activate it with polyrob skill approve — the same gate agent-authored skills pass through.

The 24 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

web-scraping

data

Extract structured data from any site — the universal scraper plus hundreds of ready source endpoints.

tools: anysite · browser

lead-research

research

Find and qualify leads for a product or service, with an actionable contact strategy.

tools: anysite · web_fetch

market-research-brief

research

Produce a structured market-research brief on a topic, sector, or competitor set.

tools: web_fetch · anysite

social-discovery

research

Discover and profile people and accounts across social platforms.

tools: anysite

crypto-trading-safety

crypto

Risk rails for on-chain trading — sanity-check size, slippage and exposure before any order.

tools: wallet · policy

hyperliquid-market-data

crypto

Live Hyperliquid market data — prices, funding, order book, and positions.

tools: hyperliquid

hyperliquid-trading

crypto

Place and manage Hyperliquid perps orders under the policy-gated agent wallet.

tools: hyperliquid

hyperliquid-account-review

crypto

Review a Hyperliquid account — balances, open positions, and P&L.

tools: hyperliquid

polymarket-market-research

crypto

Research Polymarket markets — odds, liquidity, and resolution terms.

tools: polymarket

polymarket-trading

crypto

Trade Polymarket prediction markets under the policy-gated wallet.

tools: polymarket

polymarket-portfolio-review

crypto

Review a Polymarket portfolio — open positions and realized/unrealized P&L.

tools: polymarket

secret-handling

security

Handle credentials and secrets safely — never log, echo, or leak them into output.

tools: —

skill-security-review

security

Review a skill for prompt-injection and unsafe instructions before it's activated.

tools: —

skill-authoring

meta

Author a compliant SKILL.md — frontmatter, triggers, and tool grounding.

tools: file-data-ops

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 →