update-site-for-release

update-site-for-release is a skill for Claude Code, Codex from apache/tika. It costs 92 tokens per session (5,219 once invoked), scanned A, original, Apache-2.0.

A release-site publishing workflow for the Apache Tika website. Apache Tika is software for detecting and extracting information from files; this workflow updates its public documentation and API reference after a release.

In plain words
What is it for?
Use it to update change pages, generated Java documentation, and versioned documentation for Tika 4.x or 3.x releases, then prepare the changes for human approval.
Why use it?
It separates website preparation from human-controlled actions such as the final SVN commit, release tracking, and announcements.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/apache/tika/update-site-for-release
Any agent
npx skills add apache/tika --skill update-site-for-release
Clone the repo
git clone --depth 1 https://github.com/apache/tika

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 update-site-for-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/apache/tika/update-site-for-release.svg)](https://agentmods.dev/skills/apache/tika/update-site-for-release)
Your own site
<a href="https://agentmods.dev/skills/apache/tika/update-site-for-release"><img src="https://agentmods.dev/badge/skills/apache/tika/update-site-for-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,219 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00092 $0.05219
Opus 5 $0.00046 $0.02610
Sonnet 5 $0.00018 $0.01044
Haiku 4.5 $0.00009 $0.00522

Measured 4d ago against content hash 76354e126a05, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

update-site-for-release scanned grade A with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/extract-tika-contribs.py, scripts/extract-tika-issues.py, scripts/scaffold-stable-version.sh), 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w "%{http_code}\n" "https://tika.apache.org/<NEW>/index.html?cb=$(date +%s)"
.skills/devs/update-site-for-release/SKILL.md · 381 lines

How it starts

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

Local override: $TIKA_SKILLS_LOCAL/update-site-for-release/LOCAL.md (default ~/.tika-skills), read after this file, wins on conflict.

Update the Tika website for a release

Step 17 ("Update Tika site") of the Release Process (https://cwiki.apache.org/confluence/spaces/TIKA/pages/109454070/Release+Process). Assumes the release (tag, artifacts, VOTE, dist promotion) is done; covers the website only.

Set these first:

  • $SITEtika-site SVN checkout (not git): src/site/ (sources) + publish/ (generated, SVN-tracked, served; mvn install regenerates it and auto-runs svn add --force publish via antrun).
  • $SCRATCH — release working dir: unzipped src release, CHANGES-<NEW>.txt, built javadoc.

Scripts: ./scripts/. Local paths + toolchain (Maven binary, JDKs) live in a private companion skill under ~/.claude/skills/.

[HUMAN] gates — never do these yourself: final svn commit (outward-facing, irreversible), JIRA "release", s.apache.org shortlink, announce emails. Prepare everything, show svn status, hand off.


0. Inputs + release track

Two supported tracks since 4.0.0 (2026-08-21): 4.x is the current line, 3.x is the maintenance line. Which track a release is on decides the process; both tracks are "stable" — there is no preview slot unless a future 5.x preview reintroduces one.

Read the full file on GitHub · 381 lines

Files

What ships with it

4 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. 4d ago First seen · 381 lines · 92 tokens per session scan A 76354e126a05

Subscribe to this mod's changes

update-site-for-release is a skill published in the GitHub repository apache/tika (4,028 stars, last pushed 2d ago), licensed Apache-2.0. It adds 92 tokens to every session and 5,219 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

release

Cut a Symphony release by bumping the committed version, landing it, tagging the merged commit, and verifying the Burrito release workflow. Use when asked to release, tag, or retag Symphony.

openai/symphony · 42 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens

connector-standards

Load all OpenMetadata connector development standards into context. Use before building or reviewing connectors to ensure consistent patterns.

open-metadata/OpenMetadata · 26 tokens

changelog-entry

Add a new entry to CHANGELOG.yml under the current unreleased version (or create the version block if needed), then regenerate documentation. Use when the user says things like "add a changelog entry", "log this fix in the changelog", or "/changelog-entry".

telepresenceio/telepresence · 60 tokens

release-notes

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

phuryn/pm-skills · 57 tokens

content-distribution

Content distribution as a discipline. Owned channels (newsletter, blog, social), earned channels (PR, syndication, mentions), paid channels (boosted posts, syndication networks), and the channel-fit decisions that distinguish strategic distribution from spam-everywhere. Audience-channel matching, content-channel…

rampstackco/claude-skills · 142 tokens