skills/worldbook-webmcp/SKILL.md
Discover and use Worldbook WebMCP browser-page tools from a current page URL. Use when an agent needs site-specific browser automation tools without relying on mcp-chrome.
npx skillsauth add femto/skills worldbook-webmcpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a task needs site-specific tools for the current browser page.
Run:
worldbook --json webmcp get "<current-page-url>"
This calls:
GET /api/webmcp/match?url=<current-page-url>
If the response is null, no WebMCP tools are available for that URL.
When a site matches, the response contains:
site_nameurl_patterntoolsEach tool contains:
namedescriptioninputSchemahandlerThe handler field is JavaScript function source. Execute it in the matched browser page context:
const handler = eval(`(${tool.handler})`);
const result = await handler(params);
Return the JSON-serializable result to the user.
/api/webmcp/match endpoint; do not invent another discovery endpoint.inputSchema as the source of truth for tool parameters.tools
AI's Knowledge Base CLI - Query and manage world knowledge for AI agents. Use when users want to search knowledge, add knowledge sources, or interact with the worldbook knowledge base. This is a CLI-first approach that treats AI agents as first-class citizens.
tools
Bump version in package.json and push a new tag to both minion-mind and minion-mind-releases repos. Use when the user says "new tag", "bump version", "release new version", or wants to create a new release tag.
tools
Control Chrome browser with AI using MCP protocol. Use when users want to automate browser tasks, take screenshots, fill forms, click elements, navigate pages, search browsing history, manage bookmarks, or perform any browser-based automation. Works with your existing Chrome browser and login sessions.
data-ai
Team coordination layer for multi-agent workflows with mailbox, task board, and lease-based task management. Use when users need to coordinate multiple AI agents, manage shared task boards, send messages between agents, or set up team-based workflows. Triggers on "spawn agent", "team", "task board", "multi-agent", "agent coordination", "message agent", "inbox".