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.
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.
npx agentmods add skills/nevalang/neva/release-telegram-postnpx skills add nevalang/neva --skill release-telegram-postgit clone --depth 1 https://github.com/nevalang/nevaWrote 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/nevalang/neva/release-telegram-post)<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>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 | $0.00029 | $0.00410 |
| Opus 5 | $0.00015 | $0.00205 |
| Sonnet 5 | $0.00006 | $0.00082 |
| Haiku 4.5 | $0.00003 | $0.00041 |
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.
What it actually says
Release Telegram Post
Create a Telegram-ready release announcement in English for the Neva community group.
Workflow
- Read the release context from the prompt: repository, tag, release name, release URL, and release notes.
- Read
.codex/shared/release-marketing.mdfor positioning, CTA, and tone guidance. - 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
- Line 1:
- Keep each highlight line short, concrete, and scannable.
- Make the post ambitious and clear, not dry and not hypey.
- Use Telegram HTML formatting only (
<b>,<i>,<code>,<a href="...">). - Keep the message easy to scan and under 1500 characters.
- 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.
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.
- 4d ago First seen · 41 lines · 29 tokens per session scan A cdad2a87c98f
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.
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…
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.
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.
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.
dd-code-generation
Use pup CLI for immediate Datadog operations or generate code for integration into applications.
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…