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 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
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.
web-scraping
dataExtract structured data from any site — the universal scraper plus hundreds of ready source endpoints.
lead-research
researchFind and qualify leads for a product or service, with an actionable contact strategy.
market-research-brief
researchProduce a structured market-research brief on a topic, sector, or competitor set.
social-discovery
researchDiscover and profile people and accounts across social platforms.
crypto-trading-safety
cryptoRisk rails for on-chain trading — sanity-check size, slippage and exposure before any order.
hyperliquid-market-data
cryptoLive Hyperliquid market data — prices, funding, order book, and positions.
hyperliquid-trading
cryptoPlace and manage Hyperliquid perps orders under the policy-gated agent wallet.
hyperliquid-account-review
cryptoReview a Hyperliquid account — balances, open positions, and P&L.
polymarket-market-research
cryptoResearch Polymarket markets — odds, liquidity, and resolution terms.
polymarket-trading
cryptoTrade Polymarket prediction markets under the policy-gated wallet.
polymarket-portfolio-review
cryptoReview a Polymarket portfolio — open positions and realized/unrealized P&L.
secret-handling
securityHandle credentials and secrets safely — never log, echo, or leak them into output.
skill-security-review
securityReview a skill for prompt-injection and unsafe instructions before it's activated.
skill-authoring
metaAuthor a compliant SKILL.md — frontmatter, triggers, and tool grounding.
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 →
