Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add kopachlager/prerenderbuddy-plugins --skill workspace-discoverability-reviewgit clone --depth 1 https://github.com/kopachlager/prerenderbuddy-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kopachlager/prerenderbuddy-plugins/workspace-discoverability-review)<a href="https://agentmods.dev/skills/kopachlager/prerenderbuddy-plugins/workspace-discoverability-review"><img src="https://agentmods.dev/badge/skills/kopachlager/prerenderbuddy-plugins/workspace-discoverability-review.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.00708 |
| Opus 5 | $0.00027 | $0.00354 |
| Sonnet 5 | $0.00011 | $0.00142 |
| Haiku 4.5 | $0.00005 | $0.00071 |
Grade A, and why
workspace-discoverability-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workspace discoverability review
Use the authenticated Prerender Buddy MCP tools to answer questions about sites in the configured API key workspace. Workspace tools appear only when PRERENDER_BUDDY_API_KEY was available to the MCP process at startup.
If the tools are unavailable, explain that the user should create a narrowly scoped Pro API key in Prerender Buddy, configure it as an environment variable for the MCP process, and restart the agent host. Never ask the user to paste the secret into chat or place it in a repository file.
Select the site deliberately
Call list_sites when the user has not already supplied a site ID. Match an explicit site name or domain to the returned workspace sites. If more than one site plausibly matches, ask the user which one they mean rather than combining evidence across sites.
Use only the selected site ID with subsequent tools. A missing site or permission error is not evidence that the website itself is unhealthy.
Choose the smallest evidence call
- Use
get_site_overviewfor setup state or a quick cross-product summary. - Use
get_health_evidencefor rendering, access, incidents, discovery files, reachability, and proposed review drafts. - Use
get_crawler_activityfor observed search or AI crawler visits. - Use
get_ai_visibilityfor recorded provider answers, mentions, recommendations, citations, source domains, and tracked competitors. - Use
get_recommendationsfor the latest evidence-grounded action priorities. - Use
get_content_statusfor calendar and article-draft status without retrieving article bodies.
Do not call every tool for a narrow question. For a general account review, start with the overview and expand only into areas that show a gap or that the user asks about.
Preserve evidence boundaries
Crawler activity means an identified crawler user-agent requested a page. It does not mean that the corresponding AI platform cited, recommended, indexed, or used that page in an answer.
AI visibility describes stored monitoring runs for configured prompts and providers. State the history window and coverage when relevant. Absence in the recorded sample is not proof of absence across the platform.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 48 lines · 54 tokens per session scan A 4d882de0711b
workspace-discoverability-review is a skill published in the GitHub repository kopachlager/prerenderbuddy-plugins (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 54 tokens to every session and 708 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
hyperpod-version-checker
Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…
boss-zhipin-scraper
A tool for collecting job listings from BOSS直聘, a Chinese job-search website, through a logged-in Chrome browser. It outputs structured JSON or CSV data and can summarize the results.
model-deployment
Generates code that deploys fine-tuned models from SageMaker Serverless Model Customization to SageMaker endpoints or Bedrock. Use when the user says "deploy my model", "create an endpoint", "make it available", or asks about deployment options. Identifies the correct deployment pathway (Nova vs OSS), generates…
110-java-maven-best-practices
Use when you need to review, improve, or troubleshoot a Maven pom.xml file — including dependency management with BOMs, plugin configuration, version centralization, multi-module project structure, build profiles, or any situation where you want to align your Maven setup with industry best practices. This should…