Files
Tim Krampitz 01046b01e4 Neue Skills, Referenzen & OpenWiki-Doku integriert
Umfangreiche Erweiterung der Skill-Bibliothek: Neue Skills für Humanisierung (Englisch/PT-BR), Design-Validierung, AI-SEO und Coolify-Deployment inkl. Regelwerke, Presets, Pattern-Referenzen, Testfälle und Automatisierungsskripte. Zusätzliche Skills für Revenue-Centric Design, Pier Cloud, OKF, Lebenslauf- und LinkedIn-Optimierung sowie zahlreiche Referenzdateien, Checklisten und YAML/JSON/Markdown-Templates. Einführung einer vollständigen OpenWiki-Dokumentation mit Architektur-, Domain- und Workflow-Beschreibungen, zentralem Index und automatisierten Updates. Modularer Aufbau, restriktive Lizenzen und umfassende Qualitäts- und Evaluationsmechanismen für alle neuen Inhalte.
2026-07-26 14:00:58 +02:00

926 B

name, description
name description
agent-ready-webmcp Sub-skill de agent-ready-cloudflare: Implement WebMCP

Implement WebMCP

Expose site tools to AI agents via the browser using the WebMCP API (Chrome blog).

Requirements

  • Call navigator.modelContext.registerTool() for each tool you want to expose
  • Each tool needs name, description, inputSchema (JSON Schema), and an execute callback
  • Tools should expose your site's key actions (search, navigation, data retrieval)
  • Use an AbortController signal to unregister tools when no longer needed
  • The API is detected via browser rendering — ensure the script runs on page load

Validate

POST https://isitagentready.com/api/scan
Content-Type: application/json

{"url": "https://YOUR-SITE.com"}

Check that checks.discovery.webMcp.status is "pass".