Agent Plugins Marketplace
All plugins

prerenderbuddy

v0.2.4+codex.20260914180513

Developer companion to the Prerender Buddy platform for crawler audits and optional workspace evidence.

CodexClaude CodeAgent Plugins2 Skills1 MCP serverstdio

By Prerender BuddyLicense: Apache-2.02 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 14, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install prerenderbuddy for Codex and Claude Code

Installs for the current user
codex plugin marketplace add kopachlager/prerenderbuddy-plugins
codex plugin marketplace upgrade prerenderbuddy
codex plugin add prerenderbuddy@prerenderbuddy

Paste and run these commands in a terminal with Codex. They add and refresh the prerenderbuddy catalog, then install this plugin.

Compatibility: the page URL and API slug “prerenderbuddy” remain stable.

  • Codex: prerenderbuddy@agent-plugin-marketplaceprerenderbuddy@prerenderbuddy

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kopachlager/prerenderbuddy-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/prerenderbuddy/.

Plugin files

plugins/prerenderbuddy/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/crawler-visibility-audit/SKILL.md
├── skills/workspace-discoverability-review/SKILL.md
└── .mcp.json

Included Skills2

crawler-visibility-auditskills/crawler-visibility-audit/SKILL.md

Audit a public site's crawler-visible HTML, compare crawler and browser-style HTTP responses, and inspect robots.txt, sitemap.xml, and llms.txt using Prerender Buddy MCP tools. Use for technical SEO, crawler readability, AI crawler accessibility, and pre-deployment visibility checks.

workspace-discoverability-reviewskills/workspace-discoverability-review/SKILL.md

Review an authenticated Prerender Buddy workspace site's setup, health, crawler activity, AI visibility, recommendations, and content status. Use when the user asks about their PB sites or account evidence; do not use for an unrelated public URL audit.

MCP servers1

prerenderbuddystdio
command
npx
args
--yes @prerenderbuddy/[email protected]

Plugin manifests3

plugins/prerenderbuddy/.codex-plugin/plugin.json
{
  "name": "prerenderbuddy",
  "version": "0.2.4+codex.20260914180513",
  "description": "Developer companion to the Prerender Buddy platform for crawler audits and optional workspace evidence.",
  "author": {
    "name": "Prerender Buddy",
    "url": "https://prerenderbuddy.com"
  },
  "homepage": "https://prerenderbuddy.com/developer-tools",
  "repository": "https://github.com/kopachlager/prerenderbuddy-plugins",
  "license": "Apache-2.0",
  "keywords": [
    "crawler",
    "seo",
    "mcp",
    "indexing",
    "visibility"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Prerender Buddy",
    "shortDescription": "Review crawler access and Prerender Buddy evidence.",
    "longDescription": "Use the developer companion to the Prerender Buddy AI visibility and crawler-readiness platform. Audit public crawler-readable HTML without an account, or connect an optional Pro API key to review workspace health, crawler activity, AI visibility, recommendations, and content status.",
    "developerName": "Prerender Buddy",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://prerenderbuddy.com/developer-tools",
    "privacyPolicyURL": "https://prerenderbuddy.com/privacy",
    "termsOfServiceURL": "https://prerenderbuddy.com/terms",
    "defaultPrompt": [
      "Audit this public URL for crawler visibility and explain the evidence.",
      "Compare browser and crawler responses, then check this site's discovery files.",
      "Review health and AI visibility for one of my Prerender Buddy sites."
    ]
  },
  "mcpServers": "./.mcp.json"
}
plugins/prerenderbuddy/.claude-plugin/plugin.json
{
  "name": "prerenderbuddy",
  "version": "0.2.4",
  "description": "Developer companion to the Prerender Buddy platform for crawler audits and optional workspace evidence.",
  "author": {
    "name": "Prerender Buddy",
    "url": "https://prerenderbuddy.com"
  },
  "homepage": "https://prerenderbuddy.com/developer-tools",
  "repository": "https://github.com/kopachlager/prerenderbuddy-plugins",
  "license": "Apache-2.0",
  "keywords": [
    "crawler",
    "seo",
    "mcp",
    "indexing",
    "visibility"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}
plugins/prerenderbuddy/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "prerenderbuddy",
  "version": "0.2.4",
  "description": "Developer companion to the Prerender Buddy platform for crawler audits and optional workspace evidence.",
  "author": {
    "name": "Prerender Buddy",
    "url": "https://prerenderbuddy.com"
  },
  "homepage": "https://prerenderbuddy.com/developer-tools",
  "repository": "https://github.com/kopachlager/prerenderbuddy-plugins",
  "license": "Apache-2.0",
  "keywords": [
    "crawler-visibility",
    "search",
    "ai-discovery",
    "agent-skills",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[prerenderbuddy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prerenderbuddy)