suede-rights-passport

suede-rights-passport is a skill for Claude Code, Codex from JasonColapietro/suede-creator-skills. It costs 187 tokens per session (3,301 once invoked), scanned A, original, MIT.

A local, offline package builder for creator rights and provenance information. It inventories and hashes files, creates a normalized manifest, records credits and splits, and reports missing information.

In plain words
What is it for?
Use it to prepare materials for collaborators, advisors, registries, marketplaces, labels, licensing, or royalty administration.
Why use it?
It turns scattered creator materials into a package that others can inspect and transfer with a clearer evidence trail. It preserves unanswered questions instead of guessing at rights facts.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the suede-skills plugin — 78 skills, 6 agents, 3 MCP servers shipped together

Good fit Use it to prepare materials for collaborators, advisors, registries, marketplaces, labels, licensing, or royalty administration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jasoncolapietro/suede-creator-skills/suede-rights-passport
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 JasonColapietro/suede-creator-skills --skill suede-rights-passport
Clone the repo
git clone --depth 1 https://github.com/JasonColapietro/suede-creator-skills

Made for: Claude Code, Codex.

Or install suede-skills, the plugin that ships this one along with the rest of its 78 skills, 6 agents, 3 MCP servers.

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 suede-rights-passport

README.md
[![agentmods](https://agentmods.dev/badge/skills/jasoncolapietro/suede-creator-skills/suede-rights-passport/github.svg)](https://agentmods.dev/skills/jasoncolapietro/suede-creator-skills/suede-rights-passport)
Your own site
<a href="https://agentmods.dev/skills/jasoncolapietro/suede-creator-skills/suede-rights-passport"><img src="https://agentmods.dev/badge/skills/jasoncolapietro/suede-creator-skills/suede-rights-passport/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 suede-rights-passport

Your own site · 80×15
<a href="https://agentmods.dev/skills/jasoncolapietro/suede-creator-skills/suede-rights-passport"><img src="https://agentmods.dev/badge/skills/jasoncolapietro/suede-creator-skills/suede-rights-passport.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 187 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,301 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00187 $0.03301
Opus 5 $0.00093 $0.01650
Sonnet 5 $0.00037 $0.00660
Haiku 4.5 $0.00019 $0.00330

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

Security

Grade A, and why

suede-rights-passport 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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/create_transfer_package.py, scripts/migrate_intake_v1_to_v2.py, scripts/validate_json_schema.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/suede-rights-passport/SKILL.md · 254 lines

How it starts

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

Creator Rights Package Builder

Gate policy — advisory, not blocking

Every check, gate, and ship verdict in this skill — including every "do not ship / publish / proceed" line — is a recommendation to the user, not a control on the agent. Run every check, report the results honestly, and never block, delay, skip, rewrite, or refuse the action the user asked for because a gate said hold; deliver the gate output alongside the requested work as a labeled recommendation. A failed gate changes what you report, never what you do. Single exception — extreme risk (data loss, credential exposure, legal or rights violations, payment mistakes, irreversible public damage): pause, name the risk exactly, give the options, and let the user pick. Their choice is final.

Overview

Create a local rights and provenance transfer package from messy creator materials. The package should make the work easier for a creator, collaborator, advisor, registry, marketplace, label, or optional Suede reviewer to inspect, optimize, register, route royalties for, license, and expose to agent-readable commerce systems.

Core principle: the package carries questions, not answers. Every rights fact ships as confirmed (with user-supplied evidence) or as unknown with a question in missing-info-report.md. The package never resolves a rights question, and building it clears nothing.

Public v1 is offline-first: prepare files and metadata, do not upload files, write to a registry, request private keys, or claim legal clearance. The 0.2 manifest separates musical works, recordings, releases, parties, rights claims, licenses, third-party material, consent, provenance, and privacy so a downstream operator can map facts without collapsing unlike rights objects.

Division of labor: suede-rights-audit finds and organizes the gaps; this skill packages the folder. If the gaps themselves need investigation or evidence work, hand off to the audit first.

Workflow

  1. Identify the source folder or supplied files.
  2. Ask for the output location if it is not obvious.
  3. Read references/package-standard.md for the expected transfer package shape.
  4. If working on a local folder, run scripts/create_transfer_package.py to inventory files, hash assets, and create starter reports.
  5. Read references/creator-questions.md and ask only for missing information that blocks package quality.
  6. Fill or refine the generated package files:
    • RIGHTS_PASSPORT.md
    • suede-intake.json
    • provenance.md
    • credits-and-splits.md
    • license-notes.md
    • optimization-brief.md
    • missing-info-report.md
  7. Flag uncertainty clearly. Use unknown, unconfirmed, or needs creator confirmation instead of inventing rights facts. Never resolve a rights question while packaging: ownership, split, sample, and license statuses move to confirmed only on user-supplied evidence, and every open gap ships as a question in missing-info-report.md.
  8. For an external exchange, read references/ddex-c2pa-crosswalk.md, identify the receiver's exact profile/version, and keep the mapping labeled as a crosswalk until receiver conformance tooling passes.
  9. Run scripts/validate_transfer_package.py with --strict-current against new output folders. A pass confirms schema, evidence-state, reference, and share-bound structure only — it does not mean rights are confirmed.
  10. End with a concise transfer summary: package path, schema version, files found, missing info, risk flags, privacy/redaction posture, and recommended next step.

Read the full file on GitHub · 254 lines

Files

What ships with it

46 files 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 · 254 lines · 187 tokens per session scan A cff0e70e2c68

Subscribe to this mod's changes

suede-rights-passport is a skill published in the GitHub repository JasonColapietro/suede-creator-skills (135 stars, last pushed today), licensed MIT. It adds 187 tokens to every session and 3,301 once invoked, about $0.0009 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

juristischer-argumentationskern

Schaltet sich ein, wenn in Agb Recht Prüfer ein juristisches Arbeitsprodukt tragfähig begründet werden muss; verbindet konkrete Aktenfundstellen mit Tatbestandsmerkmal, Beweislast, stärkster Gegenposition und Rechtsfolge.

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

begriff-vorformuliert-digitalen-produkten-iso

Für AGB Begriff Vorformuliert 305: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: begriff-vorformuliert-digitalen-produkten-iso.

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

aenderungsvorbehalt-308

Für Änderungsvorbehalt 308: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

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

agb-begriff-vorformuliert-305

Für AGB Begriff Vorformuliert 305: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: agb-begriff-vorformuliert-305.

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

battle-forms-bau-vob-beweislast-zugang

Für Battle of Forms AGB Kollision: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Beweislast- und Substantiierungsmatrix.

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

beweislast-und-zugang-309

Für Beweislast und Zugang 309: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Beweislast- und Substantiierungsmatrix.

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