openvidu.io: Skill for Claude Code

.claude/skills/blog-review/SKILL.md

blog-review is a skill for Claude Code from OpenVidu/openvidu.io. It costs 107 tokens per session (1,200 once invoked), scanned A, original, Apache-2.0.

A review checklist and process for OpenVidu blog drafts, either whole posts or selected sections. OpenVidu is a platform for building video applications, so the review is aimed at technical content about that platform.

In plain words
What is it for?
Use it to review readability, SEO, technical accuracy, structure, formatting, links, images, frontmatter, categories, authors, and tags in OpenVidu blog drafts.
Why use it?
It catches unclear writing, weak search-engine structure, technical mistakes, ineffective calls to action, and repository errors before publication. It reports findings by severity instead of rewriting the whole post.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is OpenVidu/openvidu.io's own configuration. It tells Claude Code how to work on openvidu.io itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything openvidu.io configures →

Reuse

Borrowing it

Nothing to install: this file belongs to OpenVidu/openvidu.io. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/OpenVidu/openvidu.io/main/.claude/skills/blog-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/OpenVidu/openvidu.io

Made for: Claude Code.

Wrote 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.

agentmods badge for blog-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/openvidu/openvidu.io/blog-review/github.svg)](https://agentmods.dev/skills/openvidu/openvidu.io/blog-review)
Your own site
<a href="https://agentmods.dev/skills/openvidu/openvidu.io/blog-review"><img src="https://agentmods.dev/badge/skills/openvidu/openvidu.io/blog-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for blog-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/openvidu/openvidu.io/blog-review"><img src="https://agentmods.dev/badge/skills/openvidu/openvidu.io/blog-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.01200
Opus 5 $0.00053 $0.00600
Sonnet 5 $0.00021 $0.00240
Haiku 4.5 $0.00011 $0.00120

Measured 11d ago against content hash b5ffd63a548b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

blog-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 11d 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.

.claude/skills/blog-review/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenVidu Content Reviewer

Audit a written blog draft and return actionable, evidence-based improvements. Support two modes:

  • Full-post review — evaluate the whole article end to end.
  • Section review — evaluate only the requested section(s) plus continuity with surrounding context.

Ground rules

  • DO NOT rewrite the whole post unless explicitly asked.
  • DO NOT invent technical facts, benchmark numbers, or product capabilities.
  • DO NOT give vague feedback ("improve flow") without a concrete example and fix.
  • Always account for target audience, primary keyword, and buying-journey stage. If not given, infer and state the assumption.

Repo-specific validity checks (do these first — they block publish)

The conventions themselves live in ../blog-write/references/conventions.md — read it, then verify the draft against each and run ovweb lint <post path> (it mechanically checks the link forms, the excerpt rule, and the asset mirroring; trust its errors). Severities:

  • File, naming & assets agree (per the naming invariant) → any mismatch is High severity. Do NOT flag the YYYY/MM placeholder folders or the temporary date on a draft — that is the documented draft mechanism. DO flag: a published post whose date doesn't match its folders, a draft mixing placeholder and real year/month paths, a date-prefixed filename (old convention), or a literal date: YYYY-MM-DD string (aborts the build).
  • Frontmatter complete (all keys of the template). title and description missing → High (build failure). cover_image recommended: raster (not svg) and actually present in the post's asset folder — flag a missing or broken value.
  • Covered by llmstxt — a post at the conventional path needs no mkdocs.yml change; do not ask for one. A post outside that layout falls out of llms.txt → High; the fix is moving the file, never editing the glob.
  • Categories in categories_allowed (read the list from mkdocs.yml) — unlisted breaks the build → High. Authors exist in docs/blog/.authors.yml.
  • <!-- more --> — exactly one, right after the intro; missing breaks the build → High.
  • Poster image follows the H1; #only-light/#only-dark paired if used. Every referenced image exists on disk.
  • Links follow the conventions' link rules — including the excerpt exception (no .md Markdown links before <!-- more -->; raw-HTML URL form there) and the Release-post exception (version-pinned domain-qualified URLs, flag latest or .md links there).
  • Admonition syntax!!! tip "..." with a space and 4-space-indented bodies.

Read the full file on GitHub · 73 lines

Changes

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.

  1. 11d ago First seen · 73 lines · 107 tokens per session scan A b5ffd63a548b

Subscribe to this mod's changes

blog-review is a skill published in the GitHub repository OpenVidu/openvidu.io (5 stars, last pushed today), licensed Apache-2.0. It adds 107 tokens to every session and 1,200 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

replit-deck

For product and technical management work: turn PRDs, roadmaps, RFCs, architecture reviews, and retros into decision documents. Built around the core query "pm-feature-business-case-deck", with product strategy lead judgment, buyer-ready proof, and this outcome: approve the feature, architecture, roadmap, or incident…

nexu-io/open-design · 71 tokens

hps-true-blueprint

OpenDesign's engineering blueprint: how the sandbox, sidecar, and daemon fit — the system diagram and the invariants. Built as a decision-grade product management deck for engineering org.

nexu-io/open-design · 44 tokens

design-critique

Give a structured product design critique — user job clarity, hierarchy, affordance, error states, accessibility, and consistency — focused on what to change, in what order, and why.

paperclipai/paperclip · 42 tokens

analytics-product

Analytics de produto — PostHog, Mixpanel, eventos, funnels, cohorts, retencao, north star metric, OKRs e dashboards de produto.

sickn33/agentic-awesome-skills · 35 tokens

html-ppt-knowledge-arch-blueprint

OpenDesign's incident retro: the daemon-restart data bug, the root cause, the fix, and the systemic follow-ups. Built as a decision-grade product management deck for engineering, SRE, leadership.

nexu-io/open-design · 52 tokens

deck-open-slide-canvas

OpenDesign's architecture review: the local daemon + agent-runtime design, the tradeoffs, and the decision to lock. Built as a decision-grade product management deck for staff eng, tech leads, security.

nexu-io/open-design · 47 tokens