yorishiro-proxy: Skill for Claude Code

.claude/skills/license-check/SKILL.md

license-check is a skill for Claude Code from usk6666/yorishiro-proxy. It costs 9 tokens per session (213 once invoked), scanned A, original, Apache-2.0.

A dependency-license checker for Go projects. It lists direct and indirect libraries and compares their licenses with an allowed and prohibited list.

In plain words
What is it for?
Use it before releasing or reviewing a Go project to find prohibited or unknown licenses and flag them for follow-up.
Why use it?
It helps identify dependencies whose legal terms may conflict with your project or company policy, including transitive dependencies brought in by other libraries.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is usk6666/yorishiro-proxy's own configuration. It tells Claude Code how to work on yorishiro-proxy 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 yorishiro-proxy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to usk6666/yorishiro-proxy. 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/usk6666/yorishiro-proxy/main/.claude/skills/license-check/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/usk6666/yorishiro-proxy

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 license-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/usk6666/yorishiro-proxy/license-check/github.svg)](https://agentmods.dev/skills/usk6666/yorishiro-proxy/license-check)
Your own site
<a href="https://agentmods.dev/skills/usk6666/yorishiro-proxy/license-check"><img src="https://agentmods.dev/badge/skills/usk6666/yorishiro-proxy/license-check/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 license-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/usk6666/yorishiro-proxy/license-check"><img src="https://agentmods.dev/badge/skills/usk6666/yorishiro-proxy/license-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 213 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.00009 $0.00213
Opus 5 $0.00005 $0.00106
Sonnet 5 $0.00002 $0.00043
Haiku 4.5 $0.00001 $0.00021

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

Security

Grade A, and why

license-check 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/license-check/SKILL.md · 33 lines

What it actually says

/license-check

A skill for checking the licenses of all project dependency libraries.

License Policy

Allowed

MIT, BSD-2-Clause, BSD-3-Clause, Apache-2.0, ISC, MPL-2.0

Prohibited

GPL-2.0, GPL-3.0, LGPL-2.1, LGPL-3.0, AGPL-3.0 and other GPL variants

Steps

  1. List all dependencies with go list -m -json all
  2. Check the LICENSE file of each dependency's repository/package
  3. Compare licenses against the policy
  4. Display results in a table:
    • Dependency | Version | License | Status (OK / PROHIBITED / UNKNOWN)
  5. Warn if any prohibited or unknown licenses are found

Notes

  • For UNKNOWN licenses, recommend manual verification
  • Include transitive dependencies (indirect) in the scope
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 · 33 lines · 9 tokens per session scan A 670199e6c0d3

Subscribe to this mod's changes

license-check is a skill published in the GitHub repository usk6666/yorishiro-proxy (16 stars, last pushed 4d ago), licensed Apache-2.0. It adds 9 tokens to every session and 213 once invoked, about $0.0000 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-30.

Related

Other skills, from other repositories

prior-art-search

Systematic 7-step methodology for comprehensive patent prior art searches and patentability assessments using BigQuery and CPC classification.

RobThePCGuy/Claude-Patent-Creator · 26 tokens

mpep-search

Expert system for searching USPTO MPEP, 35 USC statutes, 37 CFR regulations, and post-Jan 2024 updates.

RobThePCGuy/Claude-Patent-Creator · 32 tokens

complyedge-eu-ai-act-runtime-deny

Runtime deny for EU AI Act Article 5 and Article 50 on this prompt or output via ComplyEdge TrustLint MCP. Use when the user wants agent I/O compliance enforcement, not system classification, FRIA forms, or C2PA watermarking.

ComplyEdge/complyedge · 63 tokens

never-split-difference

Master FBI hostage negotiation techniques adapted for business. Apply Chris Voss' proven methods to close deals, handle objections, and negotiate from a position of strength. Use when: High-stakes negotiations where outcomes matter significantly; Difficult conversations with clients, vendors, or partners; Price…

guia-matthieu/clawfu-skills · 94 tokens

ida-reverse

IDA Pro reverse engineering assistance skill. Be sure to use this skill whenever the user mentions reverse engineering, decompilation, analyzing binary/PE/ELF/APK/DLL/SO files, cracking, finding passwords, vulnerability analysis, malware analysis, or firmware analysis, or needs to analyze exe/dll/so/elf/macho/sys…

xAmirHamza77/ReverseOps-Skill · 180 tokens

ReverseOps-router

Routes reverse engineering, exploitation, penetration testing, malware, mobile, firmware, browser automation, documentation, and security tasks to the appropriate specialist skill. Use when a task spans modules or the correct ReverseOps entrypoint is unclear.

xAmirHamza77/ReverseOps-Skill · 49 tokens