Skip to content

Skills Hub

Teach BrowsePal a specialized workflow.

Skills are short SKILL.md files the agent loads on demand. Copy one here, open Settings → Tools → Skills in the extension, paste, and the next relevant message activates it automatically.

site-audit

site-audit.skill.md

browser-compatible

Evaluate any website for UX, UI, and SEO quality using the browser tools. Use when the user asks to audit, review, grade, or improve a site, whether the current tab or a URL they provide. Produces a structured report with findings, severity, and prioritized fixes.

skill-author

skill-author.skill.md

browser-compatible

Help the user draft, edit, or improve a SKILL.md for BrowsePal. Use whenever the user wants to create a new skill, write their first skill, turn a workflow they just did into a reusable skill, refine an existing skill, fix one that is not triggering, or asks how skills work in this extension. Produces a paste-ready SKILL.md that respects BrowsePal's browser-only toolset and the agentskills.io spec.

Other skill registries

Most external skills will not run in BrowsePal.

BrowsePal runs entirely inside a Chrome extension side panel, so most skills written for desktop or server agents assume capabilities the extension does not have. The registries below are still worth a look for inspiration, patterns, and prompt ideas you can adapt to BrowsePal's browser-only toolset.

works here

  • · Browser tool skills (click, type, navigate, snapshot, screenshot, scroll)
  • · Instruction-only skills that rely on the model alone
  • · HTTP MCP server integrations you already connect
  • · Research, audit, writing, and summarization workflows

will not run

  • · Filesystem reads, writes, or directory traversal
  • · Shell commands, scripts, or spawning processes
  • · Stdio-only MCP servers or local binaries
  • · Flows that assume Node.js, Python, or a CLI runtime
  • · Actions that require bypassing browser isTrusted checks

Browsing other registries is still useful for inspiration. Adapt the prompt and keep any tool calls inside BrowsePal's built-in browser toolset or your own connected MCP servers.

Built something useful? Send it to mail@browsepal.ai and we will review it for the hub.