rare-book-manuscript-conservation

rare-book-manuscript-conservation is a skill for Claude Code, Codex from dungnotnull/rare-book-manuscript-conservation-agent-skill. It costs 136 tokens per session (3,963 once invoked), scanned A, original, MIT.

A workflow for assessing and preserving rare books and handwritten documents, including their condition, storage, treatment, and digitization needs.

In plain words
What is it for?
Use it to assess damage, plan preservation, recommend treatments, design storage conditions, decide what to digitize first, and analyze paper heritage.
Why use it?
It helps organize evidence-based conservation work instead of relying on an informal or incomplete assessment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code.

Good fit Use it to assess damage, plan preservation, recommend treatments, design storage conditions, decide what to digitize first, and analyze paper heritage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dungnotnull/rare-book-manuscript-conservation-agent-skill/rare-book-manuscript-conservation-agent-skill
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 dungnotnull/rare-book-manuscript-conservation-agent-skill --skill rare-book-manuscript-conservation-agent-skill
Clone the repo
git clone --depth 1 https://github.com/dungnotnull/rare-book-manuscript-conservation-agent-skill

Made for: Claude Code, 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 rare-book-manuscript-conservation

README.md
[![agentmods](https://agentmods.dev/badge/skills/dungnotnull/rare-book-manuscript-conservation-agent-skill/rare-book-manuscript-conservation-agent-skill/github.svg)](https://agentmods.dev/skills/dungnotnull/rare-book-manuscript-conservation-agent-skill/rare-book-manuscript-conservation-agent-skill)
Your own site
<a href="https://agentmods.dev/skills/dungnotnull/rare-book-manuscript-conservation-agent-skill/rare-book-manuscript-conservation-agent-skill"><img src="https://agentmods.dev/badge/skills/dungnotnull/rare-book-manuscript-conservation-agent-skill/rare-book-manuscript-conservation-agent-skill/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 rare-book-manuscript-conservation

Your own site · 80×15
<a href="https://agentmods.dev/skills/dungnotnull/rare-book-manuscript-conservation-agent-skill/rare-book-manuscript-conservation-agent-skill"><img src="https://agentmods.dev/badge/skills/dungnotnull/rare-book-manuscript-conservation-agent-skill/rare-book-manuscript-conservation-agent-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,963 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.00136 $0.03963
Opus 5 $0.00068 $0.01982
Sonnet 5 $0.00027 $0.00793
Haiku 4.5 $0.00014 $0.00396

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

Security

Grade A, and why

rare-book-manuscript-conservation 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 12d 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.

SKILL.md · 547 lines

How it starts

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

SKILL.md — Rare Book & Manuscript Conservation Skill Registry

Overview

This skill provides a production-grade, evidence-backed analytical workflow for Paper Heritage Conservation & Preservation Science. It implements a flexible agent architecture with sequential sub-skill orchestration, quality gates, graceful degradation, and self-improving knowledge pipeline.

Quick Start

# Install dependencies
pip install -r requirements.txt

# Run test scenarios
python tools/run_test_scenarios.py --all

# Update knowledge base manually
python tools/knowledge_updater.py --dry-run

# In Claude Code
/rare-book-manuscript-conservation Analyze this 18th-century manuscript for conservation needs

Architecture

Harness Flow Pattern

USER INPUT → Language Detection → Step 1 (Requirements) → Step 2 (Evidence) → 
Step 3 (Core Analysis) → Step 4 (Knowledge) → Step 5 (Advisor) → 
Quality Gate (U1-U6, G1-G4) → Final Output

Agent & Skill Registration

Main Agent
  • File: skills/main.md
  • Role: Orchestration harness with quality gates
  • Entrypoint: /rare-book-manuscript-conservation
Sub-Skills
Skill ID File Purpose Trigger
sub-gather-requirements skills/sub-gather-requirements.md Clarify analysis object, constraints, inputs Step 1
sub-evidence-collector skills/sub-evidence-collector.md Fetch real-time authoritative data Step 2
sub-core-analysis skills/sub-core-analysis.md Condition assessment & treatment planning Step 3
sub-knowledge-updater skills/sub-knowledge-updater.md Query knowledge base for citations Step 4
sub-advisor skills/sub-advisor.md Synthesize risk-disclosed conclusions Step 5

Skill Resolution Protocol

  1. Main skill invoked via /rare-book-manuscript-conservation
  2. Language detection from user input (Vietnamese/English/Other)
  3. Sequential skill invocation through Skill(tool="skill-name")
  4. Gate enforcement after each step with auto-fix retry (max 2)
  5. Quality gate review before final output
  6. Graceful degradation if sources fail (Levels 0-4)

Read the full file on GitHub · 547 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. 12d ago First seen · 547 lines · 136 tokens per session scan A 7dc4138c679b

Subscribe to this mod's changes

rare-book-manuscript-conservation is a skill published in the GitHub repository dungnotnull/rare-book-manuscript-conservation-agent-skill (5 stars, last pushed 1mo ago), licensed MIT. It adds 136 tokens to every session and 3,963 once invoked, about $0.0007 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

clinical-case-report

Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…

nexu-io/open-design · 73 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

pydicom

Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.

K-Dense-AI/scientific-agent-skills · 56 tokens

nature-experiment-log

A workflow for turning experiment notes, images, audio, or text into structured Markdown laboratory logs with YAML metadata. It can also organize raw attachments and optionally connect the logs to Feishu or Obsidian.

Yuan1z0825/nature-skills · 45 tokens

structuring-radiology-reports

Converts free-text radiology narratives into structured findings and impression — with measurements, laterality, anatomy, and follow-up recommendations — after OpenMed NER. Use when the user has a CT/MRI/X-ray/ultrasound/mammography report and needs the sections split (technique, comparison, findings, impression)…

maziyarpanahi/openmed · 195 tokens

parsing-ccda-documents

Parses C-CDA / CCD XML clinical documents to extract human-readable section narrative plus coded entries, keyed by section LOINC codes and templateIds. Use before OpenMed processing when ingesting C-CDA R2.1 documents (CCD, Discharge Summary, H&P, Consultation Note) exported from an EHR and you need the narrative…

maziyarpanahi/openmed · 152 tokens