go-whatsapp-web-multidevice: Skill for Codex

.agents/skills/new-release/SKILL.md

new-release is a skill for Codex from aldinokemal/go-whatsapp-web-multidevice. It costs 53 tokens per session (1,551 once invoked), scanned A, original, MIT.

Instructions for preparing and publishing a stable GitHub release from the project’s main branch. They define the accepted version format, required confirmation, tests, Git operations, and files that may be changed.

In plain words
What is it for?
Use them only when explicitly publishing a version such as v9.1.0, including pre-release checks, updating the app version, testing, committing, tagging, and verifying the release.
Why use it?
They make the release process predictable and limit accidental changes to branches, tags, release data, or unrelated files.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); $skill-name invocation.

This is aldinokemal/go-whatsapp-web-multidevice's own configuration. It tells Codex how to work on go-whatsapp-web-multidevice 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 go-whatsapp-web-multidevice configures →

About the project

GOWA is a Go server that exposes WhatsApp through a REST API and supports multiple accounts, webhooks, a user interface, MCP, and Chatwoot integration. It is for applications and automations that need to connect to and manage WhatsApp accounts programmatically. The catalogue entries provide skills and instructions for working with GOWA.

aldinokemal/go-whatsapp-web-multidevice · 4,731 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to aldinokemal/go-whatsapp-web-multidevice. 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/aldinokemal/go-whatsapp-web-multidevice/main/.agents/skills/new-release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aldinokemal/go-whatsapp-web-multidevice

Made for: 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 new-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/aldinokemal/go-whatsapp-web-multidevice/new-release/github.svg)](https://agentmods.dev/skills/aldinokemal/go-whatsapp-web-multidevice/new-release)
Your own site
<a href="https://agentmods.dev/skills/aldinokemal/go-whatsapp-web-multidevice/new-release"><img src="https://agentmods.dev/badge/skills/aldinokemal/go-whatsapp-web-multidevice/new-release/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 new-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/aldinokemal/go-whatsapp-web-multidevice/new-release"><img src="https://agentmods.dev/badge/skills/aldinokemal/go-whatsapp-web-multidevice/new-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,551 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
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00053 $0.01551
Opus 5 $0.00026 $0.00776
Sonnet 5 $0.00011 $0.00310
Haiku 4.5 $0.00005 $0.00155

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

Security

Grade A, and why

new-release 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 10d 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/new-release/SKILL.md · 57 lines

How it starts

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

New Release

Publish a stable release from a clean, current main checkout. After the sole affirmative confirmation, update only AppVersion, test, commit, push main, push the tag, and verify the GitHub release. Do not create release notes or run gh release create.

Argument contract

Accept exactly one argument: a stable version matching ^v[0-9]+\.[0-9]+\.[0-9]+$ (for example, $new-release v9.1.0). Reject missing, extra, malformed, whitespace-padded, or prerelease/build-metadata versions. On rejection, stop before preflight and require a new invocation in the literal form $new-release v9.1.0; do not request an action token or a bare version. Do not normalize input.

Safety rules

  • Run every Git and GitHub command from the repository root returned by git rev-parse --show-toplevel.
  • Never force, move, overwrite, reuse, or delete a branch, tag, or release.
  • Make no mutation before the user replies exactly yes.
  • After confirmation, edit only src/config/settings.go; commit only that file.
  • Treat only the documented absence statuses as availability. Stop on every command, network, authentication, authorization, parsing, or API error.

Preflight

  1. Read fetch URLs with git remote get-url --all origin and push URLs with git remote get-url --push --all origin. Require each command to succeed and return exactly one nonempty URL; call them fetch_url and push_url. Normalize each with gh repo view <url> --json nameWithOwner --jq .nameWithOwner and require both to equal aldinokemal/go-whatsapp-web-multidevice. Require gh auth status to succeed.
  2. Run git fetch origin main --tags --prune. Require branch main, empty git status --porcelain=v1, and git rev-parse HEAD exactly equal to git rev-parse origin/main. Record that SHA as base_sha and its subject.
  3. In src/config/settings.go, find exactly one declaration matching ^\s*AppVersion\s*=. Extract its quoted value as current_version. Require it to be a stable version and not equal the requested version. Do not edit it yet.
  4. Check exact local ref refs/tags/<version> with git show-ref --verify --quiet. Continue only on expected absent exit status; stop if present or any other error. Check exact remote ref with git ls-remote --exit-code --refs --tags <push_url> refs/tags/<version>; continue only on exit status 2 (absent), stop on 0 (present) or any other result.
  5. Run gh api -i repos/aldinokemal/go-whatsapp-web-multidevice/releases/tags/<version>. Continue only after an explicit HTTP 404 not-found response. Stop if a release is returned or any other API, network, authentication, authorization, or permission error occurs.
  6. Run go test ./... from src/, require success, then return to the repository root.
  7. Show exact repository, requested version, detected current_version, full base_sha, and subject. Output this confirmation prompt verbatim, replacing only placeholders: Update AppVersion to <version>, commit, push main, and tag the release? [yes/no]

Read the full file on GitHub · 57 lines

Files

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.

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. 10d ago First seen · 57 lines · 53 tokens per session scan A 178dfdf6659f

Subscribe to this mod's changes

new-release is a skill published in the GitHub repository aldinokemal/go-whatsapp-web-multidevice (4,731 stars, last pushed today), licensed MIT. It adds 53 tokens to every session and 1,551 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.