Telepresence is a development tool that connects a local computer to a remote Kubernetes or OpenShift cluster, allowing a locally running service to receive cluster traffic and use the remote environment. Developers use it to test and debug services with their usual tools without repeatedly rebuilding and deploying containers. The catalogue add-ons help operate Telepresence connections and workflows.
Borrowing it
Nothing to install: this file belongs to telepresenceio/telepresence. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/telepresenceio/telepresence/release/v2/.claude/skills/changelog-entry/SKILL.mdgit clone --depth 1 https://github.com/telepresenceio/telepresenceWrote 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.
[](https://agentmods.dev/skills/telepresenceio/telepresence/changelog-entry)<a href="https://agentmods.dev/skills/telepresenceio/telepresence/changelog-entry"><img src="https://agentmods.dev/badge/skills/telepresenceio/telepresence/changelog-entry/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.
<a href="https://agentmods.dev/skills/telepresenceio/telepresence/changelog-entry"><img src="https://agentmods.dev/badge/skills/telepresenceio/telepresence/changelog-entry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00060 | $0.00741 |
| Opus 5 | $0.00030 | $0.00370 |
| Sonnet 5 | $0.00012 | $0.00148 |
| Haiku 4.5 | $0.00006 | $0.00074 |
Grade A, and why
changelog-entry 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.
How it starts
The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
changelog-entry
Adds an entry to CHANGELOG.yml following the schema documented in the file header, then regenerates the derived documentation.
Inputs to gather (in order)
- type — one of
bugfix,feature,security,change. If the user describes the change but does not pick a type, infer it:- "fixes/resolves/closes a bug" →
bugfix - "adds support for / introduces / new" →
feature - "CVE / vulnerability / hardens" →
security - anything else affecting behavior →
change
- "fixes/resolves/closes a bug" →
- title — short (≤80 chars), sentence-cased, no trailing period.
- body — 2-3 sentences. This field is HTML, not markdown. Use
<code>...</code>for code,<a href="...">...</a>for links. Prefer YAML's>-folded scalar so line wrapping doesn't leak literal newlines. - docs (optional) — path to a docs page under
docs/if the entry deserves a "Learn more" link. - image (optional) — path under the
release-notesdirectory if there's a visual.
Steps
- Read the top of
CHANGELOG.yml. The firstitems:entry is the current/upcoming version. - If it has
date: (TBD), append the new entry to itsnotes:array. - If the top item is already dated (a shipped release), insert a NEW
- version: <next>block above it withdate: (TBD)and the single new note. Ask the user for the next version number — do not invent it. - Match existing indentation exactly (2 spaces). YAML is whitespace-sensitive.
- After saving, run
make docs-filesto regeneratedocs/release-notes.md,docs/release-notes.mdx, anddocs/variables.yml. (The PostToolUse hook in.claude/settings.jsonwill also try to do this; running it explicitly here makes the success/failure visible.) - Show the user the diff:
git diff CHANGELOG.yml docs/release-notes.md docs/release-notes.mdx docs/variables.yml.
Schema reference (from CHANGELOG.yml header)
items:
- version: 2.28.0
date: (TBD) # or YYYY-MM-DD
notes:
- type: bugfix # bugfix | feature | security | change
title: Short title
body: >-
Two or three sentences describing the change and why it
is noteworthy. This is HTML.
docs: optional/path
image: optional/path
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.
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.
- 11d ago First seen · 52 lines · 60 tokens per session scan A e68ec5579d72
changelog-entry is a skill published in the GitHub repository telepresenceio/telepresence (7,296 stars, last pushed 2d ago), licensed Apache-2.0. It adds 60 tokens to every session and 741 once invoked, about $0.0003 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.
Other skills, from other repositories
publish-plugins
(project) Use when editing any file under skills/ or plugins/ to bump the plugin version and check the manifests.
pr
Use when the user explicitly asks to push the current branch and open a PR, rewrite an open PR's body from its commits, or wait for CI and merge it.
maintainer-ops
Use for vLLM Semantic Router issue intake, PR decisions, releases, and reviewed GitHub mutations performed on behalf of maintainers.
nvca-chart-release
Release NVCA Operator chart changes from the native monorepo source to the vendored Helm chart. Use when updating the vendored NVCA Operator chart, changing NVCA image refs, publishing helm-nvca-operator, or validating the chart against a self-managed control plane.
create-release
Create a versioned GitHub release with changelog.
commit
Use when making any git commit. Always pass why the changes were made as the argument; when no reason was stated, pass the request that prompted the changes instead — never an invented why.