release-telegram-post

release-telegram-post is a skill for Claude Code, Codex from nevalang/neva. It costs 29 tokens per session (410 once invoked), scanned A, original, MIT.

A writing workflow that turns GitHub release details into a ready-to-publish announcement for a Telegram community. It formats the message in English and saves it to a requested file.

In plain words
What is it for?
Use it to announce Neva software releases in a Telegram group, including the release link, key changes, and calls to action.
Why use it?
It removes the need to rewrite release notes into a short, consistent Telegram post by hand. It also keeps the announcement within a specified length and formatting style.

Skill for Claude CodeCodex

About the project

Neva is a statically typed programming language in which programs are message-passing graphs: nodes exchange data through ports and run concurrently by default. It is for developers building compiled programs with dataflow control, visual editing, and interoperability with Go. The catalogue includes skills and instructions for working with Neva.

nevalang/neva · 1,079 stars · on GitHub

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/nevalang/neva/release-telegram-post
Any agent
npx skills add nevalang/neva --skill release-telegram-post
Clone the repo
git clone --depth 1 https://github.com/nevalang/neva

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-telegram-post

README.md
[![agentmods](https://agentmods.dev/badge/skills/nevalang/neva/release-telegram-post.svg)](https://agentmods.dev/skills/nevalang/neva/release-telegram-post)
Your own site
<a href="https://agentmods.dev/skills/nevalang/neva/release-telegram-post"><img src="https://agentmods.dev/badge/skills/nevalang/neva/release-telegram-post.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 410 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00029 $0.00410
Opus 5 $0.00015 $0.00205
Sonnet 5 $0.00006 $0.00082
Haiku 4.5 $0.00003 $0.00041

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

Security

Grade A, and why

release-telegram-post 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 4d 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.

.codex/skills/release-telegram-post/SKILL.md · 41 lines

What it actually says

Release Telegram Post

Create a Telegram-ready release announcement in English for the Neva community group.

Workflow

  1. Read the release context from the prompt: repository, tag, release name, release URL, and release notes.
  2. Read .codex/shared/release-marketing.md for positioning, CTA, and tone guidance.
  3. Produce a concise Telegram post in English using this high-level structure:
    • Line 1: Neva vX.Y - Release Title
    • Line 2: standalone release URL
    • Short intro paragraph, 1-2 sentences max; state whether there are language-level breaking changes when the notes make that clear
    • Highlights: label
    • 6-8 short numbered highlight lines using emoji numerals
    • Final CTA paragraph with repo star/share/Open Collective links
  4. Keep each highlight line short, concrete, and scannable.
  5. Make the post ambitious and clear, not dry and not hypey.
  6. Use Telegram HTML formatting only (<b>, <i>, <code>, <a href="...">).
  7. Keep the message easy to scan and under 1500 characters.
  8. Save output to the exact file path requested by the caller.

Output Rules

  • Return only the final Telegram message body in the file.
  • Do not add wrappers like "Here is your post", "Result:", or "Output:".
  • Do not add YAML frontmatter, surrounding quotes, code fences, or unsupported HTML tags.
  • Do not reduce the project description to a dry list of technical facts unless they support a stronger product point.
  • Do not bury the release URL inside the CTA paragraph; it should appear near the top as a standalone line.
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 · 41 lines · 29 tokens per session scan A cdad2a87c98f

Subscribe to this mod's changes

release-telegram-post is a skill published in the GitHub repository nevalang/neva (1,079 stars, last pushed 12d ago), licensed MIT. It adds 29 tokens to every session and 410 once invoked, about $0.0001 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-09-01.

Related

Other skills, from other repositories

external-model-selection

Choose optimal external AI models for code analysis, bug investigation, and architectural decisions. Use when consulting multiple LLMs via claudish, comparing model perspectives, or investigating complex Go/LSP/transpiler issues. Provides empirically validated model rankings (91/100 for MiniMax M2, 83/100 for Grok…

MadAppGang/dingo · 83 tokens

lsp-hover-testing

Automated LSP hover validation for Dingo transpiler. Use when testing hover functionality, validating position mappings, checking for hover drift, or debugging LSP issues after sourcemap changes.

MadAppGang/dingo · 43 tokens

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

performance-lint-rules

Performance review guidance for Oxc linter rule implementations. Use only when reviewing Rust rule code under crates/oxclinter/src/rules/ or when explicitly auditing those rules for performance improvements.

oxc-project/oxc · 45 tokens

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

drt-analyze

Analyze DRT cluster health for a given time range. Reconstructs the operations timeline, checks CockroachDB metrics (availability, latency, storage, changefeeds, jobs, goroutines, admission control, LSM, KV prober) and logs for anomalies, correlates findings with disruptive operations to distinguish expected…

cockroachdb/cockroach · 149 tokens