clawhub-content-rights-correspondence

clawhub-content-rights-correspondence is a skill for Codex from openclaw/clawhub. It costs 30 tokens per session (939 once invoked), scanned A, original, MIT.

A procedure for handling email in an existing ClawHub content-rights case. ClawHub is a service that hosts coding-agent add-ons, and content-rights cases concern ownership or permission disputes.

In plain words
What is it for?
It helps draft, send, archive, and preserve rights-related correspondence and any attached files.
Why use it?
It prevents accidental case creation, duplicate emails, missing audit records, and sending messages before the user approves them.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); built for openclaw.

Good fit It helps draft, send, archive, and preserve rights-related correspondence and any attached files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openclaw/clawhub/clawhub-content-rights-correspondence
About the project

ClawHub is a public registry where OpenClaw users publish, version, search, and install text-based agent skills and OpenClaw packages. It provides web browsing, a CLI-oriented API, moderation, vector search, and artifact hosting for code plugins, bundle plugins, and experimental whole-agent packages. The catalogue skills and agents are entries that can be discovered or used through this registry.

openclaw/clawhub · 9,415 stars · on GitHub · clawhub.ai

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 openclaw/clawhub --skill clawhub-content-rights-correspondence
Clone the repo
git clone --depth 1 https://github.com/openclaw/clawhub

Made for: Codex.

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 clawhub-content-rights-correspondence

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/openclaw/clawhub/clawhub-content-rights-correspondence"><img src="https://agentmods.dev/badge/skills/openclaw/clawhub/clawhub-content-rights-correspondence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 939 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.00030 $0.00939
Opus 5 $0.00015 $0.00469
Sonnet 5 $0.00006 $0.00188
Haiku 4.5 $0.00003 $0.00094

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

Security

Grade A, and why

clawhub-content-rights-correspondence 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 13d 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.

.agents/skills/clawhub-content-rights-correspondence/SKILL.md · 130 lines

How it starts

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

ClawHub Content Rights Correspondence

Use ClawHub's authenticated admin CLI commands directly. Do not use helper scripts, direct Hermit calls, or direct R2 access for correspondence.

Safety Rules

  • Require an existing CHR-... case. Never create cases with this skill.
  • Dry-run first and show the final recipient, subject, and body.
  • Send only after explicit user signoff on that final draft.
  • Use bun run admin -- email send for outbound email.
  • Use bun run admin -- content-rights record-correspondence to preserve the exact correspondence in Hermit.
  • Do not retry after an email was sent if evidence recording fails; report the failure so staff can repair the audit record without sending a duplicate.
  • --attachment files are archived with the correspondence. The generic email template does not send file attachments.
  • The generic email template already adds the greeting. Do not add Hello ... or Hi ... to the body file.
  • The generic email template may render the subject as a visible heading. Do not pass --title, and do not duplicate the title in the body file.
  • Do not use the generic email action button for ClawHub content-rights responses. Put the response form URL as plaintext in the body.

Publisher Removal Notice

Use this subject:

ClawHub skill removal notice

Use this body, replacing only the skill URL:

We removed the following ClawHub skill after receiving a content rights request involving Rednote/Xiaohongshu platform rights:

https://clawhub.ai/<owner>/<slug>

If you believe this removal was made in error, please submit a response using this form:
https://forms.openclaw.ai/clawhub-content-rights

Preview the email:

bun run admin -- email send \
  --user <publisher-handle> \
  --subject "ClawHub skill removal notice" \
  --body-file /tmp/body.txt

Send only after explicit signoff:

bun run admin -- email send \
  --user <publisher-handle> \
  --subject "ClawHub skill removal notice" \
  --body-file /tmp/body.txt \
  --send \
  --confirm-user-request \
  --confirm-user-signoff \
  --json

Read the full file on GitHub · 130 lines

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. 13d ago First seen · 130 lines · 30 tokens per session scan A 180a206ff9e2

Subscribe to this mod's changes

clawhub-content-rights-correspondence is a skill published in the GitHub repository openclaw/clawhub (9,415 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 939 once invoked, about $0.0002 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

patent-disclosure-skill

A Chinese patent-work assistant for finding invention ideas, writing patent disclosures, explaining patents in plain language, tracking policy changes, and preparing responses to examiner notices.

handsomestWei/patent-disclosure-skill · 176 tokens

patent-search

A search tool for published Chinese patent records, using fields such as inventor, applicant, classification number, and title.

handsomestWei/patent-disclosure-skill · 46 tokens

patent-docket

A workflow coordinator for patent case files, from an inventor's technical disclosure to patent application documents. A patent docket is the tracked record of a patent matter, including its stage, questions, drafts, and handoffs.

handsomestWei/patent-disclosure-skill · 93 tokens

patent-application

A patent-application document workflow that turns supplied invention materials into claims, a description, an abstract, and black-and-white drawings. It can also produce Markdown and Word files.

handsomestWei/patent-disclosure-skill · 95 tokens

patent-disclosure

A guided workflow for finding patentable ideas, doing a limited prior-art search, and drafting a Chinese patent disclosure document. A disclosure document describes an invention for later patent drafting.

handsomestWei/patent-disclosure-skill · 40 tokens

patent-exam-policy

A policy-briefing workflow for Chinese patent examination rules and guidance from the China National Intellectual Property Administration. It explains how current policy may affect patent disclosure writing.

handsomestWei/patent-disclosure-skill · 64 tokens