paperclip: Skill for Claude Code

.agents/skills/release-changelog-discord-message/SKILL.md

release-changelog-discord-message is a skill for Claude Code, Codex from paperclipai/paperclip. It costs 47 tokens per session (5,513 once invoked), scanned A, original, MIT.

A tool for turning a stable release changelog into a copy-ready announcement for Discord, a chat platform. The announcement uses dotta’s requested style and highlights selected changes plus verified next steps.

In plain words
What is it for?
Use it after creating a release changelog to write or refresh the Discord announcement attached to the release issue.
Why use it?
A changelog lists changes in detail, while an announcement needs a shorter, more conversational summary. This separates those two purposes without inventing future plans.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: installed under .agents/ (shared by several agents); built for openclaw.

This is paperclipai/paperclip's own configuration. It tells Claude Code and Codex how to work on paperclip itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything paperclip configures →

About the project

Paperclip is a Node.js server and React application for coordinating AI agents as a business team, with goals, organizational roles, budgets, governance, and work tracking in one interface. It is used by people managing multiple agents or autonomous agent organizations across tools such as OpenClaw, Claude Code, Codex, and Cursor. The catalogue includes skills, agents, an MCP add-on, and an instruction for working with Paperclip.

paperclipai/paperclip · 80,500 stars · on GitHub · paperclip.ing

Reuse

Borrowing it

Nothing to install: this file belongs to paperclipai/paperclip. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/paperclipai/paperclip/master/.agents/skills/release-changelog-discord-message/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/paperclipai/paperclip

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 release-changelog-discord-message

README.md
[![agentmods](https://agentmods.dev/badge/skills/paperclipai/paperclip/release-changelog-discord-message/github.svg)](https://agentmods.dev/skills/paperclipai/paperclip/release-changelog-discord-message)
Your own site
<a href="https://agentmods.dev/skills/paperclipai/paperclip/release-changelog-discord-message"><img src="https://agentmods.dev/badge/skills/paperclipai/paperclip/release-changelog-discord-message/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 release-changelog-discord-message

Your own site · 80×15
<a href="https://agentmods.dev/skills/paperclipai/paperclip/release-changelog-discord-message"><img src="https://agentmods.dev/badge/skills/paperclipai/paperclip/release-changelog-discord-message.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,513 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
  • Snyk warn 7 Sept 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 13
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 198
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium MCP Rug Pull · line 131
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00047 $0.05513
Opus 5 $0.00023 $0.02756
Sonnet 5 $0.00009 $0.01103
Haiku 4.5 $0.00005 $0.00551

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

Security

Grade A, and why

release-changelog-discord-message 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/release-changelog-discord-message/SKILL.md · 479 lines

How it starts

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

Release Discord Announcement Skill

Write the Discord release announcement for the stable Paperclip release.

This is the companion to .agents/skills/release-changelog/SKILL.md. That skill writes the changelog — during the beta soak it lives at releases/beta/v{beta-version}.md on the release-notes/v{beta-version} branch, and after the stable ships a canonicalization PR renames it to releases/vYYYY.MDD.P.md (see that skill's Channel Process section). This skill turns that file into a single copy-pasteable Discord block, in dotta's voice, and posts it as the discord_announcement document on the release issue.

What dotta said

This is for discord — try to follow my format. If I have a section where I think about the future, pull from recent issues we're working on etc.

The Discord announcement is not the changelog. The changelog is exhaustive; the announcement is opinionated, in-voice, and built around the same handful of shipped highlights plus a real "what's next" + "what's on my mind" pulled from current Paperclip work — not invented.

When to use

  • After release-changelog has produced the changelog (beta-keyed on the release-notes/v{beta-version} branch during the soak, or the canonicalized releases/vYYYY.MDD.P.md after the stable ships).
  • When the release issue (the one assigned by the release routine) asks for a Discord announcement, or has a discord_announcement document that needs to be refreshed for a new date/version.
  • Never run this in isolation. The version, date, contributor list, and highlight set MUST match the matching changelog file — if the changelog has been updated, refresh this too.

Output

A single fenced markdown code block, ready to paste into Discord. Attached as issue document key discord_announcement on the release issue, and pasted verbatim into a comment on that issue so the human can copy it out. When Cases are enabled, also upsert the social child case described below.

PUT /api/issues/{releaseIssueId}/documents/discord_announcement
{
  "title": "Discord announcement",
  "format": "markdown",
  "body": "<the announcement>",
  "baseRevisionId": "<latest if updating>"
}

Read the full file on GitHub · 479 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. 13d ago First seen · 479 lines · 47 tokens per session scan A d5fbf3348d07

Subscribe to this mod's changes

release-changelog-discord-message is a skill published in the GitHub repository paperclipai/paperclip (80,500 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 5,513 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.