greeting-helper

greeting-helper is a skill for Claude Code from claude-world/claude-skill-antivirus. It costs 12 tokens per session (78 once invoked), scanned A, original, MIT.

A writing aid for creating personalized greetings, such as birthday wishes or thank-you notes.

In plain words
What is it for?
Use it to draft birthday greetings, thank-you notes, and similar personal messages.
Why use it?
It removes the need to find the right words and tailor a short message to a person or occasion.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to draft birthday greetings, thank-you notes, and similar personal messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/claude-world/claude-skill-antivirus/safe-skill
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.

Any agent
npx skills add claude-world/claude-skill-antivirus --skill safe-skill
Clone the repo
git clone --depth 1 https://github.com/claude-world/claude-skill-antivirus

Made for: Claude Code.

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 greeting-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/claude-world/claude-skill-antivirus/safe-skill/github.svg)](https://agentmods.dev/skills/claude-world/claude-skill-antivirus/safe-skill)
Your own site
<a href="https://agentmods.dev/skills/claude-world/claude-skill-antivirus/safe-skill"><img src="https://agentmods.dev/badge/skills/claude-world/claude-skill-antivirus/safe-skill/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 greeting-helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/claude-world/claude-skill-antivirus/safe-skill"><img src="https://agentmods.dev/badge/skills/claude-world/claude-skill-antivirus/safe-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 78 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.
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.00012 $0.00078
Opus 5 $0.00006 $0.00039
Sonnet 5 $0.00002 $0.00016
Haiku 4.5 $0.00001 $0.00008

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

Security

Grade A, and why

greeting-helper 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 12d 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.

examples/safe-skill/SKILL.md · 19 lines

What it actually says

Greeting Helper

A safe and simple skill for creating personalized greeting messages.

Usage

Just ask the assistant to create a greeting message for someone.

Examples

  • "Create a birthday greeting for John"
  • "Write a thank you note for my colleague"
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. 12d ago First seen · 19 lines · 12 tokens per session scan A 83ae5d4a3c82

Subscribe to this mod's changes

greeting-helper is a skill published in the GitHub repository claude-world/claude-skill-antivirus (79 stars, last pushed 2mo ago), licensed MIT. It adds 12 tokens to every session and 78 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-08-30.

Related

Other skills, from other repositories

npm-security

Prevent JavaScript/TypeScript projects from supply-chain attacks across package managers like npm, pnpm, yarn, bun, and deno. Use whenever planning, installing, updating packages or configuring package managers.

bodadotsh/npm-security-best-practices · 43 tokens

mail-time

Use when building, wiring, reviewing, or debugging MailTime and ostrio:mailer email queues for horizontally scaled Node.js, Bun, or Meteor apps. Trigger on MailTime, MongoQueue, RedisQueue, PostgresQueue, mailTimePreset, JoSk email scheduling, Redis Cluster / KeyDB Cluster / Valkey useHashTags, KeyDB…

veliovgroup/mail-time · 179 tokens

npm-safe-scan

Automatically scan any npm package for supply-chain security risks BEFORE the user installs it. Trigger this skill whenever the user asks to install, add, or upgrade an npm package or dependency (e.g. "npm install X", "install X", "add X as a dependency", "yarn add X", "pnpm add X", "upgrade X"), or wants to…

nisconder/npm-safe · 128 tokens

npm-docs

Use this skill whenever the user asks about npm, package management, publishing packages, semantic versioning, npm CLI commands, or Node.js dependencies. Covers npm 12.x including the registry, scopes, organizations, security (audit, provenance, 2FA), CI/CD integration, workspaces, scripts, .npmrc configuration, and…

pledgeandgrow/pledge-skills · 91 tokens

nodejs-runtime

Use this skill when the user needs to install, upgrade, or troubleshoot Node.js, npm, pnpm, yarn, and JavaScript/TypeScript runtime environments. Covers four-tier fallback strategy: (1) DesireCore HTTP API for in-app installation, (2) DesireCore built-in Volta CLI for Node.js + package manager version management, (3)…

desirecore/market · 230 tokens

create-pr

Creates a GitHub PR with a Linear-ticket-prefixed title and a decision-led, narrative description for Prisma 8. Use when the user wants to create a pull request, open a PR, or submit changes for review.

prisma/orm · 48 tokens