registry-browser

registry-browser is a skill for Claude Code from zhou210712/claude-for-legal-ZH. It costs 69 tokens per session (700 once invoked), scanned A, original, Apache-2.0.

A browser for searching selected registries of community legal skills and reading their full instructions before installation.

In plain words
What is it for?
Use it to search watched registries, inspect matching skills, and decide which ones are worth installing.
Why use it?
It gives you a focused way to find available skills without searching the whole internet or installing anything automatically.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the legal-builder-hub plugin — 8 skills, 1 agent shipped together

Good fit Use it to search watched registries, inspect matching skills, and decide which ones are worth installing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhou210712/claude-for-legal-zh/registry-browser
Install

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.

Any agent
npx skills add zhou210712/claude-for-legal-ZH --skill registry-browser
Clone the repo
git clone --depth 1 https://github.com/zhou210712/claude-for-legal-ZH

Made for: Claude Code.

Or install legal-builder-hub, the plugin that ships this one along with the rest of its 8 skills, 1 agent.

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 registry-browser

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/registry-browser/github.svg)](https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/registry-browser)
Your own site
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/registry-browser"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/registry-browser/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 registry-browser

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/registry-browser"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/registry-browser.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 700 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.00069 $0.00700
Opus 5 $0.00034 $0.00350
Sonnet 5 $0.00014 $0.00140
Haiku 4.5 $0.00007 $0.00070

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

Security

Grade A, and why

registry-browser 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 9d 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.

legal-builder-hub/skills/registry-browser/SKILL.md · 82 lines

What it actually says

/registry-browser

  1. 加载 ~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → 已监视注册表。
  2. 使用以下工作流。
  3. 搜索每个注册表。显示匹配项及描述。
  4. 对任意匹配项提供查看完整 SKILL.md 的选项。

目的

跨已监视注册表查找技能。搜索、预览、决策。

加载上下文

~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → 已监视注册表列表。

工作流

第1步:获取注册表索引

对每个已监视注册表:

  • GitHub 仓库:获取 skills/ 目录列表及每个 SKILL.md 的 frontmatter(name + description)。
  • 市场式注册表:获取索引。

将索引缓存到本地(references/registry-cache.json),使浏览更快。缓存超过 7 天或用户要求时刷新。

第2步:搜索

将查询词与技能名称和描述进行匹配。简单关键词匹配即可——这些数据规模足够小,模糊搜索是大材小用。

此外:若注册表按类别组织技能,支持按类别浏览。

第3步:呈现匹配项

## 搜索:"[关键词]"

**在 [M] 个注册表中找到 [N] 个技能:**

### [技能名称]
**来源:** [注册表名称]
**描述:** [来自 frontmatter]
[查看完整 SKILL.md] [安装]

### [技能名称]
[...]

第4步:预览

当用户选择"查看完整 SKILL.md":获取并展示完整文件。用户在决定安装前阅读它。无意外。

第5步:添加注册表

如果用户有一个不在监视列表中的注册表 URL:

  1. 获取它,验证它是技能仓库(有 skills/.claude-plugin/
  2. 展示其中的内容
  3. 经确认后添加到 ~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → 已监视注册表

默认注册表

  • lpm-skills — 14 个法律项目管理技能。实践领域无关。良好的起点。
  • 为生态系统的成长留出添加其他注册表的空间。

本技能不做什么

  • 安装任何东西。它只浏览。skill-installer 负责安装。
  • 评价或审查技能。它向你展示 SKILL.md;你来判断。
  • 搜索整个互联网。仅搜索已监视注册表。
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 82 lines · 69 tokens per session scan A da7311688ec6

Subscribe to this mod's changes

registry-browser is a skill published in the GitHub repository zhou210712/claude-for-legal-ZH (212 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 69 tokens to every session and 700 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-09-03.

Related

Other skills, from other repositories

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

nda-review

Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…

LegalQuants/lq-ai · 79 tokens